Interface CTVolType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTVolType extends XmlObject
An XML CT_VolType(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTVolType>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTVolMainaddNewMain()Appends and returns a new empty value (as xml) as the last "main" elementCTVolMain[]getMainArray()Gets array of all "main" elementsCTVolMaingetMainArray(int i)Gets ith "main" elementjava.util.List<CTVolMain>getMainList()Gets a List of "main" elementsSTVolDepType.EnumgetType()Gets the "type" attributeCTVolMaininsertNewMain(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" attributeintsizeOfMainArray()Returns number of "main" elementSTVolDepTypexgetType()Gets (as xml) the "type" attributevoidxsetType(STVolDepType type)Sets (as xml) the "type" attribute-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTVolType> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getMainList
java.util.List<CTVolMain> getMainList()
Gets a List of "main" elements
-
getMainArray
CTVolMain[] getMainArray()
Gets array of all "main" elements
-
getMainArray
CTVolMain getMainArray(int i)
Gets ith "main" element
-
sizeOfMainArray
int sizeOfMainArray()
Returns number of "main" element
-
setMainArray
void setMainArray(CTVolMain[] mainArray)
Sets array of all "main" element
-
setMainArray
void setMainArray(int i, CTVolMain main)Sets ith "main" element
-
insertNewMain
CTVolMain insertNewMain(int i)
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
void setType(STVolDepType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STVolDepType type)
Sets (as xml) the "type" attribute
-
-