public class CTCustomerDataList extends Object
Java class for CT_CustomerDataList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomerDataList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="custData" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_CustomerData" maxOccurs="unbounded" minOccurs="0"/>
<element name="tags" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TagsData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CTCustomerData> |
custData |
protected CTTagsData |
tags |
| Constructor and Description |
|---|
CTCustomerDataList() |
| Modifier and Type | Method and Description |
|---|---|
List<CTCustomerData> |
getCustData()
Gets the value of the custData property.
|
CTTagsData |
getTags()
Gets the value of the tags property.
|
void |
setTags(CTTagsData value)
Sets the value of the tags property.
|
protected List<CTCustomerData> custData
protected CTTagsData tags
public List<CTCustomerData> getCustData()
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 custData property.
For example, to add a new item, do as follows:
getCustData().add(newItem);
Objects of the following type(s) are allowed in the list
CTCustomerData
public CTTagsData getTags()
CTTagsDatapublic void setTags(CTTagsData value)
value - allowed object is
CTTagsDataCopyright © 2007-2019. All Rights Reserved.