Interface CTVolTopic
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTVolTopic extends XmlObject
An XML CT_VolTopic(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTVolTopic.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 STXstring
addNewStp()
Appends and returns a new empty value (as xml) as the last "stp" elementCTVolTopicRef
addNewTr()
Appends and returns a new empty value (as xml) as the last "tr" elementvoid
addStp(java.lang.String stp)
Appends the value as the last "stp" elementjava.lang.String[]
getStpArray()
Deprecated.java.lang.String
getStpArray(int i)
Gets ith "stp" elementjava.util.List<java.lang.String>
getStpList()
Gets a List of "stp" elementsSTVolValueType.Enum
getT()
Gets the "t" attributeCTVolTopicRef[]
getTrArray()
Deprecated.CTVolTopicRef
getTrArray(int i)
Gets ith "tr" elementjava.util.List<CTVolTopicRef>
getTrList()
Gets a List of "tr" elementsjava.lang.String
getV()
Gets the "v" elementSTXstring
insertNewStp(int i)
Inserts and returns a new empty value (as xml) as the ith "stp" elementCTVolTopicRef
insertNewTr(int i)
Inserts and returns a new empty value (as xml) as the ith "tr" elementvoid
insertStp(int i, java.lang.String stp)
Inserts the value as the ith "stp" elementboolean
isSetT()
True if has "t" attributevoid
removeStp(int i)
Removes the ith "stp" elementvoid
removeTr(int i)
Removes the ith "tr" elementvoid
setStpArray(int i, java.lang.String stp)
Sets ith "stp" elementvoid
setStpArray(java.lang.String[] stpArray)
Sets array of all "stp" elementvoid
setT(STVolValueType.Enum t)
Sets the "t" attributevoid
setTrArray(int i, CTVolTopicRef tr)
Sets ith "tr" elementvoid
setTrArray(CTVolTopicRef[] trArray)
Sets array of all "tr" elementvoid
setV(java.lang.String v)
Sets the "v" elementint
sizeOfStpArray()
Returns number of "stp" elementint
sizeOfTrArray()
Returns number of "tr" elementvoid
unsetT()
Unsets the "t" attributeSTXstring[]
xgetStpArray()
Deprecated.STXstring
xgetStpArray(int i)
Gets (as xml) ith "stp" elementjava.util.List<STXstring>
xgetStpList()
Gets (as xml) a List of "stp" elementsSTVolValueType
xgetT()
Gets (as xml) the "t" attributeSTXstring
xgetV()
Gets (as xml) the "v" elementvoid
xsetStpArray(int i, STXstring stp)
Sets (as xml) ith "stp" elementvoid
xsetStpArray(STXstring[] stpArray)
Sets (as xml) array of all "stp" elementvoid
xsetT(STVolValueType t)
Sets (as xml) the "t" attributevoid
xsetV(STXstring v)
Sets (as xml) the "v" element-
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
-
getV
java.lang.String getV()
Gets the "v" element
-
xgetV
STXstring xgetV()
Gets (as xml) the "v" element
-
setV
void setV(java.lang.String v)
Sets the "v" element
-
xsetV
void xsetV(STXstring v)
Sets (as xml) the "v" element
-
getStpList
java.util.List<java.lang.String> getStpList()
Gets a List of "stp" elements
-
getStpArray
@Deprecated java.lang.String[] getStpArray()
Deprecated.Gets array of all "stp" elements
-
getStpArray
java.lang.String getStpArray(int i)
Gets ith "stp" element
-
xgetStpList
java.util.List<STXstring> xgetStpList()
Gets (as xml) a List of "stp" elements
-
xgetStpArray
@Deprecated STXstring[] xgetStpArray()
Deprecated.Gets (as xml) array of all "stp" elements
-
xgetStpArray
STXstring xgetStpArray(int i)
Gets (as xml) ith "stp" element
-
sizeOfStpArray
int sizeOfStpArray()
Returns number of "stp" element
-
setStpArray
void setStpArray(java.lang.String[] stpArray)
Sets array of all "stp" element
-
setStpArray
void setStpArray(int i, java.lang.String stp)
Sets ith "stp" element
-
xsetStpArray
void xsetStpArray(STXstring[] stpArray)
Sets (as xml) array of all "stp" element
-
xsetStpArray
void xsetStpArray(int i, STXstring stp)
Sets (as xml) ith "stp" element
-
insertStp
void insertStp(int i, java.lang.String stp)
Inserts the value as the ith "stp" element
-
addStp
void addStp(java.lang.String stp)
Appends the value as the last "stp" element
-
insertNewStp
STXstring insertNewStp(int i)
Inserts and returns a new empty value (as xml) as the ith "stp" element
-
addNewStp
STXstring addNewStp()
Appends and returns a new empty value (as xml) as the last "stp" element
-
removeStp
void removeStp(int i)
Removes the ith "stp" element
-
getTrList
java.util.List<CTVolTopicRef> getTrList()
Gets a List of "tr" elements
-
getTrArray
@Deprecated CTVolTopicRef[] getTrArray()
Deprecated.Gets array of all "tr" elements
-
getTrArray
CTVolTopicRef getTrArray(int i)
Gets ith "tr" element
-
sizeOfTrArray
int sizeOfTrArray()
Returns number of "tr" element
-
setTrArray
void setTrArray(CTVolTopicRef[] trArray)
Sets array of all "tr" element
-
setTrArray
void setTrArray(int i, CTVolTopicRef tr)
Sets ith "tr" element
-
insertNewTr
CTVolTopicRef insertNewTr(int i)
Inserts and returns a new empty value (as xml) as the ith "tr" element
-
addNewTr
CTVolTopicRef addNewTr()
Appends and returns a new empty value (as xml) as the last "tr" element
-
removeTr
void removeTr(int i)
Removes the ith "tr" element
-
getT
STVolValueType.Enum getT()
Gets the "t" attribute
-
xgetT
STVolValueType xgetT()
Gets (as xml) the "t" attribute
-
isSetT
boolean isSetT()
True if has "t" attribute
-
setT
void setT(STVolValueType.Enum t)
Sets the "t" attribute
-
xsetT
void xsetT(STVolValueType t)
Sets (as xml) the "t" attribute
-
unsetT
void unsetT()
Unsets the "t" attribute
-
-