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.
|
protected StorageCriteriaType value
protected BigInteger level
public StorageCriteriaType getValue()
StorageCriteriaType
public void setValue(StorageCriteriaType value)
value
- allowed object is
StorageCriteriaType
public boolean isSetValue()
public BigInteger getLevel()
BigInteger
public void setLevel(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetLevel()
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 © 2015. All rights reserved.