Class CategoryType


  • public class CategoryType
    extends Object
    <p>Java class for CategoryType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CategoryType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" maxOccurs="unbounded"/&gt; &lt;choice maxOccurs="unbounded" minOccurs="0"&gt; &lt;element ref="{http://www.decoderdb.de/schema/decoderFirmware/1.2}presetGroupIdReference"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/decoderFirmware/1.2}idReference"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/decoderFirmware/1.2}category"/&gt; &lt;/choice&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • 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. <p> 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 <CODE>set</CODE> method for the description property. <p> For example, to add a new item, do as follows: <pre> getDescription().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list DescriptionType
      • getPresetGroupIdReferenceOrIdReferenceOrCategory

        public List<Object> getPresetGroupIdReferenceOrIdReferenceOrCategory()
        Gets the value of the presetGroupIdReferenceOrIdReferenceOrCategory property. <p> 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 <CODE>set</CODE> method for the presetGroupIdReferenceOrIdReferenceOrCategory property. <p> For example, to add a new item, do as follows: <pre> getPresetGroupIdReferenceOrIdReferenceOrCategory().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list PresetGroupIdReferenceType IdReferenceType CategoryType
      • hashCode

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

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

        public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory​(Collection<Object> values)