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

      • presetGroupIdReferenceOrIdReferenceOrCategory

        protected List<Object> presetGroupIdReferenceOrIdReferenceOrCategory
    • Constructor Detail

      • CategoryType

        public CategoryType()
    • Method Detail

      • 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

      • hashCode

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

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

        public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory​(Collection<Object> values)