Interface CTVolType
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_VolType(@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 TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "main" elementGets array of all "main" elementsgetMainArray(int i) Gets ith "main" elementGets a List of "main" elementsgetType()Gets the "type" attributeinsertNewMain(int i) Inserts and returns a new empty value (as xml) as the ith "main" elementvoidremoveMain(int i) Removes the ith "main" elementvoidsetMainArray(int i, CTVolMain main) Sets ith "main" elementvoidsetMainArray(CTVolMain[] mainArray) Sets array of all "main" elementvoidsetType(STVolDepType.Enum type) Sets the "type" attributeintReturns number of "main" elementxgetType()Gets (as xml) the "type" attributevoidxsetType(STVolDepType type) Sets (as xml) the "type" 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
-
getMainList
Gets a List of "main" elements -
getMainArray
CTVolMain[] getMainArray()Gets array of all "main" elements -
getMainArray
Gets ith "main" element -
sizeOfMainArray
int sizeOfMainArray()Returns number of "main" element -
setMainArray
Sets array of all "main" element -
setMainArray
Sets ith "main" element -
insertNewMain
Inserts and returns a new empty value (as xml) as the ith "main" element -
addNewMain
CTVolMain addNewMain()Appends and returns a new empty value (as xml) as the last "main" element -
removeMain
void removeMain(int i) Removes the ith "main" element -
getType
STVolDepType.Enum getType()Gets the "type" attribute -
xgetType
STVolDepType xgetType()Gets (as xml) the "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute
-