public class CVReferenceRepeaterType extends RepeaterBaseType
Java class for CVReferenceRepeaterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVReferenceRepeaterType">
<complexContent>
<extension base="{http://www.bidib.org/schema/commonTypes/1.0}RepeaterBaseType">
<choice maxOccurs="unbounded">
<element name="cvReference" type="{http://www.bidib.org/schema/decoderFirmware/1.0}CVReferenceType"/>
<element name="cvGroupReference" type="{http://www.bidib.org/schema/decoderFirmware/1.0}CVGroupReferenceType"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
cvReferenceOrCvGroupReference |
comment, count, itemsIndexStart, next, offset| Constructor and Description |
|---|
CVReferenceRepeaterType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Object> |
getCvReferenceOrCvGroupReference()
Gets the value of the cvReferenceOrCvGroupReference property.
|
int |
hashCode() |
String |
toString() |
CVReferenceRepeaterType |
withComment(String value) |
CVReferenceRepeaterType |
withCount(short value) |
CVReferenceRepeaterType |
withCvReferenceOrCvGroupReference(Collection<Object> values) |
CVReferenceRepeaterType |
withCvReferenceOrCvGroupReference(Object... values) |
CVReferenceRepeaterType |
withItemsIndexStart(Short value) |
CVReferenceRepeaterType |
withNext(Short value) |
CVReferenceRepeaterType |
withOffset(Short value) |
getComment, getCount, getItemsIndexStart, getNext, getOffset, setComment, setCount, setItemsIndexStart, setNext, setOffsetpublic List<Object> getCvReferenceOrCvGroupReference()
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 cvReferenceOrCvGroupReference property.
For example, to add a new item, do as follows:
getCvReferenceOrCvGroupReference().add(newItem);
Objects of the following type(s) are allowed in the list
CVReferenceType
CVGroupReferenceType
public String toString()
toString in class RepeaterBaseTypepublic boolean equals(Object that)
equals in class RepeaterBaseTypepublic int hashCode()
hashCode in class RepeaterBaseTypepublic CVReferenceRepeaterType withCvReferenceOrCvGroupReference(Object... values)
public CVReferenceRepeaterType withCvReferenceOrCvGroupReference(Collection<Object> values)
public CVReferenceRepeaterType withCount(short value)
withCount in class RepeaterBaseTypepublic CVReferenceRepeaterType withItemsIndexStart(Short value)
withItemsIndexStart in class RepeaterBaseTypepublic CVReferenceRepeaterType withOffset(Short value)
withOffset in class RepeaterBaseTypepublic CVReferenceRepeaterType withNext(Short value)
withNext in class RepeaterBaseTypepublic CVReferenceRepeaterType withComment(String value)
withComment in class RepeaterBaseTypeCopyright © 2018. All rights reserved.