Class 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
    • Field Detail

      • dataset

        protected String dataset
      • levelProperty

        protected String levelProperty
      • levelValue

        protected String levelValue
      • value

        protected String value
      • validationGroup

        protected String validationGroup
      • parent

        protected String parent
    • Constructor Detail

      • Constraint

        public Constraint()
    • 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 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()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.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 interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object