Class IdReferenceType

java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.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 Details

    • id

      protected String id
    • activeItems

      protected String activeItems
    • comment

      protected String comment
  • Constructor Details

    • IdReferenceType

      public IdReferenceType()
  • Method Details

    • 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
    • toString

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

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

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

      public IdReferenceType withId(String value)
    • withActiveItems

      public IdReferenceType withActiveItems(String value)
    • withComment

      public IdReferenceType withComment(String value)