Package com.vidispine.generated
Class MetadataFieldType.Constraint
java.lang.Object
com.vidispine.generated.MetadataFieldType.Constraint
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
- Enclosing class:
- MetadataFieldType
public static class MetadataFieldType.Constraint
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataset" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="levelProperty" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="levelValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="validationGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extraData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the dataset property.Gets the value of the extraData property.Gets the value of the levelProperty property.Gets the value of the levelValue property.Gets the value of the parent property.Gets the value of the validationGroup property.getValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetDataset(String value) Sets the value of the dataset property.voidsetExtraData(String value) Sets the value of the extraData property.voidsetLevelProperty(String value) Sets the value of the levelProperty property.voidsetLevelValue(String value) Sets the value of the levelValue property.voidSets the value of the parent property.voidsetValidationGroup(String value) Sets the value of the validationGroup property.voidSets the value of the value property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDataset(String value) Sets the value of the dataset property.withExtraData(String value) Sets the value of the extraData property.withLevelProperty(String value) Sets the value of the levelProperty property.withLevelValue(String value) Sets the value of the levelValue property.withParent(String value) Sets the value of the parent property.withValidationGroup(String value) Sets the value of the validationGroup property.Sets the value of the value property.
-
Field Details
-
dataset
-
levelProperty
-
levelValue
-
value
-
validationGroup
-
parent
-
extraData
-
-
Constructor Details
-
Constraint
public Constraint()
-
-
Method Details
-
getDataset
Gets the value of the dataset property.- Returns:
- possible object is
String
-
setDataset
Sets the value of the dataset property.- Parameters:
value- allowed object isString
-
isSetDataset
public boolean isSetDataset() -
getLevelProperty
Gets the value of the levelProperty property.- Returns:
- possible object is
String
-
setLevelProperty
Sets the value of the levelProperty property.- Parameters:
value- allowed object isString
-
isSetLevelProperty
public boolean isSetLevelProperty() -
getLevelValue
Gets the value of the levelValue property.- Returns:
- possible object is
String
-
setLevelValue
Sets the value of the levelValue property.- Parameters:
value- allowed object isString
-
isSetLevelValue
public boolean isSetLevelValue() -
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue() -
getValidationGroup
Gets the value of the validationGroup property.- Returns:
- possible object is
String
-
setValidationGroup
Sets the value of the validationGroup property.- Parameters:
value- allowed object isString
-
isSetValidationGroup
public boolean isSetValidationGroup() -
getParent
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
Sets the value of the parent property.- Parameters:
value- allowed object isString
-
isSetParent
public boolean isSetParent() -
getExtraData
Gets the value of the extraData property.- Returns:
- possible object is
String
-
setExtraData
Sets the value of the extraData property.- Parameters:
value- allowed object isString
-
isSetExtraData
public boolean isSetExtraData() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withDataset
Sets the value of the dataset property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLevelProperty
Sets the value of the levelProperty property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLevelValue
Sets the value of the levelValue property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withValue
Sets the value of the value property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withValidationGroup
Sets the value of the validationGroup property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withParent
Sets the value of the parent property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withExtraData
Sets the value of the extraData property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-