Package com.vidispine.generated
Class MetadataFieldType.Constraint
- java.lang.Object
-
- com.vidispine.generated.MetadataFieldType.Constraint
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- MetadataFieldType
public static class MetadataFieldType.Constraint extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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"/> </choice> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataFieldType.Constraint.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
dataset
protected String
levelProperty
protected String
levelValue
protected String
parent
protected String
validationGroup
protected String
value
-
Constructor Summary
Constructors Constructor Description Constraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
String
getDataset()
Gets the value of the dataset property.String
getLevelProperty()
Gets the value of the levelProperty property.String
getLevelValue()
Gets the value of the levelValue property.String
getParent()
Gets the value of the parent property.String
getValidationGroup()
Gets the value of the validationGroup property.String
getValue()
Gets the value of the value property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetDataset()
boolean
isSetLevelProperty()
boolean
isSetLevelValue()
boolean
isSetParent()
boolean
isSetValidationGroup()
boolean
isSetValue()
void
setDataset(String value)
Sets the value of the dataset property.void
setLevelProperty(String value)
Sets the value of the levelProperty property.void
setLevelValue(String value)
Sets the value of the levelValue property.void
setParent(String value)
Sets the value of the parent property.void
setValidationGroup(String value)
Sets the value of the validationGroup property.void
setValue(String value)
Sets the value of the value property.MetadataFieldType.Constraint
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataFieldType.Constraint
withDataset(String value)
MetadataFieldType.Constraint
withLevelProperty(String value)
MetadataFieldType.Constraint
withLevelValue(String value)
MetadataFieldType.Constraint
withParent(String value)
MetadataFieldType.Constraint
withValidationGroup(String value)
MetadataFieldType.Constraint
withValue(String value)
-
-
-
Method Detail
-
getDataset
public String getDataset()
Gets the value of the dataset property.- Returns:
- possible object is
String
-
setDataset
public void setDataset(String value)
Sets the value of the dataset property.- Parameters:
value
- allowed object isString
-
isSetDataset
public boolean isSetDataset()
-
getLevelProperty
public String getLevelProperty()
Gets the value of the levelProperty property.- Returns:
- possible object is
String
-
setLevelProperty
public void setLevelProperty(String value)
Sets the value of the levelProperty property.- Parameters:
value
- allowed object isString
-
isSetLevelProperty
public boolean isSetLevelProperty()
-
getLevelValue
public String getLevelValue()
Gets the value of the levelValue property.- Returns:
- possible object is
String
-
setLevelValue
public void setLevelValue(String value)
Sets the value of the levelValue property.- Parameters:
value
- allowed object isString
-
isSetLevelValue
public boolean isSetLevelValue()
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isSetValue
public boolean isSetValue()
-
getValidationGroup
public String getValidationGroup()
Gets the value of the validationGroup property.- Returns:
- possible object is
String
-
setValidationGroup
public void setValidationGroup(String value)
Sets the value of the validationGroup property.- Parameters:
value
- allowed object isString
-
isSetValidationGroup
public boolean isSetValidationGroup()
-
getParent
public String getParent()
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
public void setParent(String value)
Sets the value of the parent property.- Parameters:
value
- allowed object isString
-
isSetParent
public boolean isSetParent()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withDataset
public MetadataFieldType.Constraint withDataset(String value)
-
withLevelProperty
public MetadataFieldType.Constraint withLevelProperty(String value)
-
withLevelValue
public MetadataFieldType.Constraint withLevelValue(String value)
-
withValue
public MetadataFieldType.Constraint withValue(String value)
-
withValidationGroup
public MetadataFieldType.Constraint withValidationGroup(String value)
-
withParent
public MetadataFieldType.Constraint withParent(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public MetadataFieldType.Constraint visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-