Class CategoryType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.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> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DescriptionType>descriptionprotected List<Object>presetGroupIdReferenceOrIdReferenceOrCategory
-
Constructor Summary
Constructors Constructor Description CategoryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)List<DescriptionType>getDescription()Gets the value of the description property.List<Object>getPresetGroupIdReferenceOrIdReferenceOrCategory()Gets the value of the presetGroupIdReferenceOrIdReferenceOrCategory property.inthashCode()StringtoString()CategoryTypewithDescription(Collection<DescriptionType> values)CategoryTypewithDescription(DescriptionType... values)CategoryTypewithPresetGroupIdReferenceOrIdReferenceOrCategory(Object... values)CategoryTypewithPresetGroupIdReferenceOrIdReferenceOrCategory(Collection<Object> values)
-
-
-
Field Detail
-
description
protected List<DescriptionType> description
-
-
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 listDescriptionType
-
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 listPresetGroupIdReferenceTypeIdReferenceTypeCategoryType
-
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)
-
-