Class IdReferenceType


  • public class IdReferenceType
    extends Object

    Java class for IdReferenceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="IdReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="activeItems" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="comment" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
         </restriction>
       </complexContent>
     </complexType>
     
    • 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