Interface CTVolMain
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_VolMain(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewTp()Appends and returns a new empty value (as xml) as the last "tp" elementgetFirst()Gets the "first" attributeGets array of all "tp" elementsgetTpArray(int i) Gets ith "tp" elementGets a List of "tp" elementsinsertNewTp(int i) Inserts and returns a new empty value (as xml) as the ith "tp" elementvoidremoveTp(int i) Removes the ith "tp" elementvoidSets the "first" attributevoidsetTpArray(int i, CTVolTopic tp) Sets ith "tp" elementvoidsetTpArray(CTVolTopic[] tpArray) Sets array of all "tp" elementintReturns number of "tp" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "first" attributevoidxsetFirst(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring first) Sets (as xml) the "first" attributeMethods 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
-
getTpList
List<CTVolTopic> getTpList()Gets a List of "tp" elements -
getTpArray
CTVolTopic[] getTpArray()Gets array of all "tp" elements -
getTpArray
Gets ith "tp" element -
sizeOfTpArray
int sizeOfTpArray()Returns number of "tp" element -
setTpArray
Sets array of all "tp" element -
setTpArray
Sets ith "tp" element -
insertNewTp
Inserts and returns a new empty value (as xml) as the ith "tp" element -
addNewTp
CTVolTopic addNewTp()Appends and returns a new empty value (as xml) as the last "tp" element -
removeTp
void removeTp(int i) Removes the ith "tp" element -
getFirst
String getFirst()Gets the "first" attribute -
xgetFirst
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetFirst()Gets (as xml) the "first" attribute -
setFirst
Sets the "first" attribute
-