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.bidib.org/schema/commonTypes/1.0}description" maxOccurs="unbounded"/>
<choice maxOccurs="unbounded">
<element ref="{http://www.bidib.org/schema/decoderFirmware/1.0}cvReference"/>
<element ref="{http://www.bidib.org/schema/decoderFirmware/1.0}cvGroupReference"/>
<element ref="{http://www.bidib.org/schema/decoderFirmware/1.0}cvReferenceRepeater"/>
<element ref="{http://www.bidib.org/schema/decoderFirmware/1.0}category"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
cvReferenceOrCvGroupReferenceOrCvReferenceRepeater |
protected List<DescriptionType> |
description |
| Constructor and Description |
|---|
CategoryType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Object> |
getCvReferenceOrCvGroupReferenceOrCvReferenceRepeater()
Gets the value of the cvReferenceOrCvGroupReferenceOrCvReferenceRepeater property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
int |
hashCode() |
String |
toString() |
CategoryType |
withCvReferenceOrCvGroupReferenceOrCvReferenceRepeater(Collection<Object> values) |
CategoryType |
withCvReferenceOrCvGroupReferenceOrCvReferenceRepeater(Object... values) |
CategoryType |
withDescription(Collection<DescriptionType> values) |
CategoryType |
withDescription(DescriptionType... 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> getCvReferenceOrCvGroupReferenceOrCvReferenceRepeater()
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 cvReferenceOrCvGroupReferenceOrCvReferenceRepeater property.
For example, to add a new item, do as follows:
getCvReferenceOrCvGroupReferenceOrCvReferenceRepeater().add(newItem);
Objects of the following type(s) are allowed in the list
CVReferenceType
CVGroupReferenceType
CVReferenceRepeaterType
CategoryType
public CategoryType withDescription(DescriptionType... values)
public CategoryType withDescription(Collection<DescriptionType> values)
public CategoryType withCvReferenceOrCvGroupReferenceOrCvReferenceRepeater(Object... values)
public CategoryType withCvReferenceOrCvGroupReferenceOrCvReferenceRepeater(Collection<Object> values)
Copyright © 2018. All rights reserved.