Class IdReferenceType


  • public class IdReferenceType
    extends Object
    <p>Java class for IdReferenceType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="IdReferenceType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="id" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="activeItems" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="comment" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • activeItems

        protected String activeItems
      • comment

        protected String comment
    • Constructor Detail

      • IdReferenceType

        public IdReferenceType()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getActiveItems

        public String getActiveItems()
        Gets the value of the activeItems property.
        Returns:
        possible object is String
      • setActiveItems

        public void setActiveItems​(String value)
        Sets the value of the activeItems property.
        Parameters:
        value - allowed object is String
      • getComment

        public String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object