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