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>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected List<Object> |
presetGroupIdReferenceOrIdReferenceOrCategory |
| Constructor and Description |
|---|
CategoryType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<Object> |
getPresetGroupIdReferenceOrIdReferenceOrCategory()
Gets the value of the presetGroupIdReferenceOrIdReferenceOrCategory property.
|
int |
hashCode() |
String |
toString() |
CategoryType |
withDescription(Collection<DescriptionType> values) |
CategoryType |
withDescription(DescriptionType... values) |
CategoryType |
withPresetGroupIdReferenceOrIdReferenceOrCategory(Collection<Object> values) |
CategoryType |
withPresetGroupIdReferenceOrIdReferenceOrCategory(Object... values) |
protected List<DescriptionType> description
public List<DescriptionType> getDescription()
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
public List<Object> getPresetGroupIdReferenceOrIdReferenceOrCategory()
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
PresetGroupIdReferenceType
IdReferenceType
CategoryType
public CategoryType withDescription(DescriptionType... values)
public CategoryType withDescription(Collection<DescriptionType> values)
public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory(Object... values)
public CategoryType withPresetGroupIdReferenceOrIdReferenceOrCategory(Collection<Object> values)
Copyright © 2021. All rights reserved.