java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.CategoryType

public class CategoryType extends Object

Java class for CategoryType complex type.

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

 <complexType name="CategoryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" maxOccurs="unbounded"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.decoderdb.de/schema/decoderFirmware/1.2}presetGroupIdReference"/>
           <element ref="{http://www.decoderdb.de/schema/decoderFirmware/1.2}idReference"/>
           <element ref="{http://www.decoderdb.de/schema/decoderFirmware/1.2}category"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • description

      protected List<DescriptionType> description
    • presetGroupIdReferenceOrIdReferenceOrCategory

      protected List<Object> presetGroupIdReferenceOrIdReferenceOrCategory
  • Constructor Details

    • CategoryType

      public CategoryType()
  • Method Details

    • getDescription

      public List<DescriptionType> getDescription()
      Gets the value of the description property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

      For example, to add a new item, do as follows:

          getDescription().add(newItem);
       

      Objects of the following type(s) are allowed in the list DescriptionType

    • getPresetGroupIdReferenceOrIdReferenceOrCategory

      public List<Object> getPresetGroupIdReferenceOrIdReferenceOrCategory()
      Gets the value of the presetGroupIdReferenceOrIdReferenceOrCategory property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the presetGroupIdReferenceOrIdReferenceOrCategory property.

      For example, to add a new item, do as follows:

          getPresetGroupIdReferenceOrIdReferenceOrCategory().add(newItem);
       

      Objects of the following type(s) are allowed in the list CategoryType IdReferenceType PresetGroupIdReferenceType

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

      public CategoryType withDescription(DescriptionType... values)
    • withDescription

      public CategoryType withDescription(Collection<DescriptionType> values)
    • withPresetGroupIdReferenceOrIdReferenceOrCategory

      public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory(Object... values)
    • withPresetGroupIdReferenceOrIdReferenceOrCategory

      public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory(Collection<Object> values)