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:
  • Field Details

    • dataset

      protected String dataset
    • levelProperty

      protected String levelProperty
    • levelValue

      protected String levelValue
    • value

      protected String value
    • validationGroup

      protected String validationGroup
    • parent

      protected String parent
    • extraData

      protected String extraData
  • Constructor Details

    • Constraint

      public Constraint()
  • Method Details

    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • isSetParent

      public boolean isSetParent()
    • getExtraData

      public String getExtraData()
      Gets the value of the extraData property.
      Returns:
      possible object is String
    • setExtraData

      public void setExtraData(String value)
      Sets the value of the extraData property.
      Parameters:
      value - allowed object is String
    • isSetExtraData

      public boolean isSetExtraData()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withDataset

      public MetadataFieldType.Constraint withDataset(String value)
      Sets the value of the dataset property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLevelProperty

      public MetadataFieldType.Constraint withLevelProperty(String value)
      Sets the value of the levelProperty property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLevelValue

      public MetadataFieldType.Constraint withLevelValue(String value)
      Sets the value of the levelValue property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withValue

      public MetadataFieldType.Constraint withValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withValidationGroup

      public MetadataFieldType.Constraint withValidationGroup(String value)
      Sets the value of the validationGroup property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withParent

      public MetadataFieldType.Constraint withParent(String value)
      Sets the value of the parent property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExtraData

      public MetadataFieldType.Constraint withExtraData(String value)
      Sets the value of the extraData property.
      Parameters:
      value - allowed object is String
      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:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public MetadataFieldType.Constraint visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString