Interface CTConnectionSiteList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ConnectionSiteList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTConnectionSiteList> 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 "cxn" elementGets array of all "cxn" elementsgetCxnArray(int i) Gets ith "cxn" elementGets a List of "cxn" elementsinsertNewCxn(int i) Inserts and returns a new empty value (as xml) as the ith "cxn" elementvoidremoveCxn(int i) Removes the ith "cxn" elementvoidsetCxnArray(int i, CTConnectionSite cxn) Sets ith "cxn" elementvoidsetCxnArray(CTConnectionSite[] cxnArray) Sets array of all "cxn" elementintReturns number of "cxn" 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
-
getCxnList
List<CTConnectionSite> getCxnList()Gets a List of "cxn" elements -
getCxnArray
CTConnectionSite[] getCxnArray()Gets array of all "cxn" elements -
getCxnArray
Gets ith "cxn" element -
sizeOfCxnArray
int sizeOfCxnArray()Returns number of "cxn" element -
setCxnArray
Sets array of all "cxn" element -
setCxnArray
Sets ith "cxn" element -
insertNewCxn
Inserts and returns a new empty value (as xml) as the ith "cxn" element -
addNewCxn
CTConnectionSite addNewCxn()Appends and returns a new empty value (as xml) as the last "cxn" element -
removeCxn
void removeCxn(int i) Removes the ith "cxn" element
-