public class StorageRuleType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for StorageRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageRuleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="storageCount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="priority" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://xml.vidispine.com/schema/vidispine>StorageCriteriaType"> <attribute name="level" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </simpleContent> </complexType> </element> <element name="inherited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/> <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="not" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/> <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="any" type="{http://xml.vidispine.com/schema/vidispine}EmptyString" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="appliesTo" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="precedence" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
StorageRuleType.AppliesTo
Java class for anonymous complex type.
|
static class |
StorageRuleType.Not
Java class for anonymous complex type.
|
static class |
StorageRuleType.Priority
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected StorageRuleType.AppliesTo |
appliesTo |
protected List<String> |
group |
protected String |
id |
protected Boolean |
inherited |
protected StorageRuleType.Not |
not |
protected String |
precedence |
protected List<StorageRuleType.Priority> |
priority |
protected List<String> |
storage |
protected BigInteger |
storageCount |
Constructor and Description |
---|
StorageRuleType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
StorageRuleType.AppliesTo |
getAppliesTo()
Gets the value of the appliesTo property.
|
List<String> |
getGroup()
Gets the value of the group property.
|
String |
getId()
Gets the value of the id property.
|
StorageRuleType.Not |
getNot()
Gets the value of the not property.
|
String |
getPrecedence()
Gets the value of the precedence property.
|
List<StorageRuleType.Priority> |
getPriority()
Gets the value of the priority property.
|
List<String> |
getStorage()
Gets the value of the storage property.
|
BigInteger |
getStorageCount()
Gets the value of the storageCount property.
|
Boolean |
isInherited()
Gets the value of the inherited property.
|
boolean |
isSetAppliesTo() |
boolean |
isSetGroup() |
boolean |
isSetId() |
boolean |
isSetInherited() |
boolean |
isSetNot() |
boolean |
isSetPrecedence() |
boolean |
isSetPriority() |
boolean |
isSetStorage() |
boolean |
isSetStorageCount() |
void |
setAppliesTo(StorageRuleType.AppliesTo value)
Sets the value of the appliesTo property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInherited(Boolean value)
Sets the value of the inherited property.
|
void |
setNot(StorageRuleType.Not value)
Sets the value of the not property.
|
void |
setPrecedence(String value)
Sets the value of the precedence property.
|
void |
setStorageCount(BigInteger value)
Sets the value of the storageCount property.
|
void |
unsetGroup() |
void |
unsetPriority() |
void |
unsetStorage() |
protected BigInteger storageCount
protected List<StorageRuleType.Priority> priority
protected Boolean inherited
protected StorageRuleType.Not not
protected StorageRuleType.AppliesTo appliesTo
protected String precedence
protected String id
public BigInteger getStorageCount()
BigInteger
public void setStorageCount(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetStorageCount()
public List<StorageRuleType.Priority> getPriority()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the priority property.
For example, to add a new item, do as follows:
getPriority().add(newItem);
Objects of the following type(s) are allowed in the list
StorageRuleType.Priority
public boolean isSetPriority()
public void unsetPriority()
public Boolean isInherited()
Boolean
public void setInherited(Boolean value)
value
- allowed object is
Boolean
public boolean isSetInherited()
public List<String> getStorage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the storage property.
For example, to add a new item, do as follows:
getStorage().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetStorage()
public void unsetStorage()
public List<String> getGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetGroup()
public void unsetGroup()
public StorageRuleType.Not getNot()
StorageRuleType.Not
public void setNot(StorageRuleType.Not value)
value
- allowed object is
StorageRuleType.Not
public boolean isSetNot()
public StorageRuleType.AppliesTo getAppliesTo()
StorageRuleType.AppliesTo
public void setAppliesTo(StorageRuleType.AppliesTo value)
value
- allowed object is
StorageRuleType.AppliesTo
public boolean isSetAppliesTo()
public String getPrecedence()
String
public void setPrecedence(String value)
value
- allowed object is
String
public boolean isSetPrecedence()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.