public interface CTCustomerDataList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTCustomerDataList.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTCustomerData |
addNewCustData()
Appends and returns a new empty value (as xml) as the last "custData" element
|
CTTagsData |
addNewTags()
Appends and returns a new empty "tags" element
|
CTCustomerData[] |
getCustDataArray()
Deprecated.
|
CTCustomerData |
getCustDataArray(int i)
Gets ith "custData" element
|
List<CTCustomerData> |
getCustDataList()
Gets a List of "custData" elements
|
CTTagsData |
getTags()
Gets the "tags" element
|
CTCustomerData |
insertNewCustData(int i)
Inserts and returns a new empty value (as xml) as the ith "custData" element
|
boolean |
isSetTags()
True if has "tags" element
|
void |
removeCustData(int i)
Removes the ith "custData" element
|
void |
setCustDataArray(CTCustomerData[] custDataArray)
Sets array of all "custData" element
|
void |
setCustDataArray(int i,
CTCustomerData custData)
Sets ith "custData" element
|
void |
setTags(CTTagsData tags)
Sets the "tags" element
|
int |
sizeOfCustDataArray()
Returns number of "custData" element
|
void |
unsetTags()
Unsets the "tags" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTCustomerData> getCustDataList()
@Deprecated CTCustomerData[] getCustDataArray()
CTCustomerData getCustDataArray(int i)
int sizeOfCustDataArray()
void setCustDataArray(CTCustomerData[] custDataArray)
void setCustDataArray(int i,
CTCustomerData custData)
CTCustomerData insertNewCustData(int i)
CTCustomerData addNewCustData()
void removeCustData(int i)
CTTagsData getTags()
boolean isSetTags()
void setTags(CTTagsData tags)
CTTagsData addNewTags()
void unsetTags()
Copyright © 2010 - 2020 Adobe. All Rights Reserved