Package com.vidispine.generated
Class MetadataFieldValidationType
- java.lang.Object
-
- com.vidispine.generated.MetadataFieldValidationType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class MetadataFieldValidationType 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 MetadataFieldValidationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataFieldValidationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldValueType" minOccurs="0"/> <element name="constraint" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataFieldValidationType.Constraint
Java class for anonymous complex type.static class
MetadataFieldValidationType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected MetadataFieldValidationType.Constraint
constraint
protected MetadataFieldValueType
field
-
Constructor Summary
Constructors Constructor Description MetadataFieldValidationType()
-
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)
MetadataFieldValidationType.Constraint
getConstraint()
Gets the value of the constraint property.MetadataFieldValueType
getField()
Gets the value of the field property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetConstraint()
boolean
isSetField()
void
setConstraint(MetadataFieldValidationType.Constraint value)
Sets the value of the constraint property.void
setField(MetadataFieldValueType value)
Sets the value of the field property.MetadataFieldValidationType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataFieldValidationType
withConstraint(MetadataFieldValidationType.Constraint value)
MetadataFieldValidationType
withField(MetadataFieldValueType value)
-
-
-
Field Detail
-
field
protected MetadataFieldValueType field
-
constraint
protected MetadataFieldValidationType.Constraint constraint
-
-
Method Detail
-
getField
public MetadataFieldValueType getField()
Gets the value of the field property.- Returns:
- possible object is
MetadataFieldValueType
-
setField
public void setField(MetadataFieldValueType value)
Sets the value of the field property.- Parameters:
value
- allowed object isMetadataFieldValueType
-
isSetField
public boolean isSetField()
-
getConstraint
public MetadataFieldValidationType.Constraint getConstraint()
Gets the value of the constraint property.- Returns:
- possible object is
MetadataFieldValidationType.Constraint
-
setConstraint
public void setConstraint(MetadataFieldValidationType.Constraint value)
Sets the value of the constraint property.- Parameters:
value
- allowed object isMetadataFieldValidationType.Constraint
-
isSetConstraint
public boolean isSetConstraint()
-
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
-
withField
public MetadataFieldValidationType withField(MetadataFieldValueType value)
-
withConstraint
public MetadataFieldValidationType withConstraint(MetadataFieldValidationType.Constraint 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 MetadataFieldValidationType 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
-
-