public static class StorageRuleType.Priority extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
level |
protected StorageCriteriaType |
value |
| Constructor and Description |
|---|
StorageRuleType.Priority() |
| 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() |
BigInteger |
getLevel()
Gets the value of the level property.
|
StorageCriteriaType |
getValue()
Gets the value of the value property.
|
boolean |
isSetLevel() |
boolean |
isSetValue() |
void |
setLevel(BigInteger value)
Sets the value of the level property.
|
void |
setValue(StorageCriteriaType value)
Sets the value of the value property.
|
StorageRuleType.Priority |
withLevel(BigInteger value) |
StorageRuleType.Priority |
withValue(StorageCriteriaType value) |
protected StorageCriteriaType value
protected BigInteger level
public StorageCriteriaType getValue()
StorageCriteriaTypepublic void setValue(StorageCriteriaType value)
value - allowed object is
StorageCriteriaTypepublic boolean isSetValue()
public BigInteger getLevel()
BigIntegerpublic void setLevel(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetLevel()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic StorageRuleType.Priority withValue(StorageCriteriaType value)
public StorageRuleType.Priority withLevel(BigInteger value)
Copyright © 2015. All rights reserved.