Interface CTConnections
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Connections(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTConnections> 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 "connection" elementGets array of all "connection" elementsgetConnectionArray(int i) Gets ith "connection" elementGets a List of "connection" elementsinsertNewConnection(int i) Inserts and returns a new empty value (as xml) as the ith "connection" elementvoidremoveConnection(int i) Removes the ith "connection" elementvoidsetConnectionArray(int i, CTConnection connection) Sets ith "connection" elementvoidsetConnectionArray(CTConnection[] connectionArray) Sets array of all "connection" elementintReturns number of "connection" 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
-
getConnectionList
List<CTConnection> getConnectionList()Gets a List of "connection" elements -
getConnectionArray
CTConnection[] getConnectionArray()Gets array of all "connection" elements -
getConnectionArray
Gets ith "connection" element -
sizeOfConnectionArray
int sizeOfConnectionArray()Returns number of "connection" element -
setConnectionArray
Sets array of all "connection" element -
setConnectionArray
Sets ith "connection" element -
insertNewConnection
Inserts and returns a new empty value (as xml) as the ith "connection" element -
addNewConnection
CTConnection addNewConnection()Appends and returns a new empty value (as xml) as the last "connection" element -
removeConnection
void removeConnection(int i) Removes the ith "connection" element
-