Interface CTCustomerDataList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CustomerDataList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCustomerDataList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "custData" elementAppends and returns a new empty "tags" elementGets array of all "custData" elementsgetCustDataArray(int i) Gets ith "custData" elementGets a List of "custData" elementsgetTags()Gets the "tags" elementinsertNewCustData(int i) Inserts and returns a new empty value (as xml) as the ith "custData" elementbooleanTrue if has "tags" elementvoidremoveCustData(int i) Removes the ith "custData" elementvoidsetCustDataArray(int i, CTCustomerData custData) Sets ith "custData" elementvoidsetCustDataArray(CTCustomerData[] custDataArray) Sets array of all "custData" elementvoidsetTags(CTTagsData tags) Sets the "tags" elementintReturns number of "custData" elementvoidUnsets the "tags" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getCustDataList
List<CTCustomerData> getCustDataList()Gets a List of "custData" elements -
getCustDataArray
CTCustomerData[] getCustDataArray()Gets array of all "custData" elements -
getCustDataArray
Gets ith "custData" element -
sizeOfCustDataArray
int sizeOfCustDataArray()Returns number of "custData" element -
setCustDataArray
Sets array of all "custData" element -
setCustDataArray
Sets ith "custData" element -
insertNewCustData
Inserts and returns a new empty value (as xml) as the ith "custData" element -
addNewCustData
CTCustomerData addNewCustData()Appends and returns a new empty value (as xml) as the last "custData" element -
removeCustData
void removeCustData(int i) Removes the ith "custData" element -
getTags
CTTagsData getTags()Gets the "tags" element -
isSetTags
boolean isSetTags()True if has "tags" element -
setTags
Sets the "tags" element -
addNewTags
CTTagsData addNewTags()Appends and returns a new empty "tags" element -
unsetTags
void unsetTags()Unsets the "tags" element
-