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 classCTVolMain.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTVolTopicaddNewTp()Appends and returns a new empty value (as xml) as the last "tp" elementjava.lang.StringgetFirst()Gets the "first" attributeCTVolTopic[]getTpArray()Deprecated.CTVolTopicgetTpArray(int i)Gets ith "tp" elementjava.util.List<CTVolTopic>getTpList()Gets a List of "tp" elementsCTVolTopicinsertNewTp(int i)Inserts and returns a new empty value (as xml) as the ith "tp" elementvoidremoveTp(int i)Removes the ith "tp" elementvoidsetFirst(java.lang.String first)Sets the "first" attributevoidsetTpArray(int i, CTVolTopic tp)Sets ith "tp" elementvoidsetTpArray(CTVolTopic[] tpArray)Sets array of all "tp" elementintsizeOfTpArray()Returns number of "tp" elementSTXstringxgetFirst()Gets (as xml) the "first" attributevoidxsetFirst(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
-
-