Interface CTVolMain
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTVolMain extends XmlObject
An XML CT_VolMain(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTVolMain.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTVolTopic
addNewTp()
Appends and returns a new empty value (as xml) as the last "tp" elementjava.lang.String
getFirst()
Gets the "first" attributeCTVolTopic[]
getTpArray()
Deprecated.CTVolTopic
getTpArray(int i)
Gets ith "tp" elementjava.util.List<CTVolTopic>
getTpList()
Gets a List of "tp" elementsCTVolTopic
insertNewTp(int i)
Inserts and returns a new empty value (as xml) as the ith "tp" elementvoid
removeTp(int i)
Removes the ith "tp" elementvoid
setFirst(java.lang.String first)
Sets the "first" attributevoid
setTpArray(int i, CTVolTopic tp)
Sets ith "tp" elementvoid
setTpArray(CTVolTopic[] tpArray)
Sets array of all "tp" elementint
sizeOfTpArray()
Returns number of "tp" elementSTXstring
xgetFirst()
Gets (as xml) the "first" attributevoid
xsetFirst(STXstring first)
Sets (as xml) the "first" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTpList
java.util.List<CTVolTopic> getTpList()
Gets a List of "tp" elements
-
getTpArray
@Deprecated CTVolTopic[] getTpArray()
Deprecated.Gets array of all "tp" elements
-
getTpArray
CTVolTopic getTpArray(int i)
Gets ith "tp" element
-
sizeOfTpArray
int sizeOfTpArray()
Returns number of "tp" element
-
setTpArray
void setTpArray(CTVolTopic[] tpArray)
Sets array of all "tp" element
-
setTpArray
void setTpArray(int i, CTVolTopic tp)
Sets ith "tp" element
-
insertNewTp
CTVolTopic insertNewTp(int i)
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
java.lang.String getFirst()
Gets the "first" attribute
-
xgetFirst
STXstring xgetFirst()
Gets (as xml) the "first" attribute
-
setFirst
void setFirst(java.lang.String first)
Sets the "first" attribute
-
xsetFirst
void xsetFirst(STXstring first)
Sets (as xml) the "first" attribute
-
-