public interface CTVolTopic extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTVolTopic.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
STXstring |
addNewStp()
Appends and returns a new empty value (as xml) as the last "stp" element
|
CTVolTopicRef |
addNewTr()
Appends and returns a new empty value (as xml) as the last "tr" element
|
void |
addStp(String stp)
Appends the value as the last "stp" element
|
String[] |
getStpArray()
Deprecated.
|
String |
getStpArray(int i)
Gets ith "stp" element
|
List<String> |
getStpList()
Gets a List of "stp" elements
|
STVolValueType.Enum |
getT()
Gets the "t" attribute
|
CTVolTopicRef[] |
getTrArray()
Deprecated.
|
CTVolTopicRef |
getTrArray(int i)
Gets ith "tr" element
|
List<CTVolTopicRef> |
getTrList()
Gets a List of "tr" elements
|
String |
getV()
Gets the "v" element
|
STXstring |
insertNewStp(int i)
Inserts and returns a new empty value (as xml) as the ith "stp" element
|
CTVolTopicRef |
insertNewTr(int i)
Inserts and returns a new empty value (as xml) as the ith "tr" element
|
void |
insertStp(int i,
String stp)
Inserts the value as the ith "stp" element
|
boolean |
isSetT()
True if has "t" attribute
|
void |
removeStp(int i)
Removes the ith "stp" element
|
void |
removeTr(int i)
Removes the ith "tr" element
|
void |
setStpArray(int i,
String stp)
Sets ith "stp" element
|
void |
setStpArray(String[] stpArray)
Sets array of all "stp" element
|
void |
setT(STVolValueType.Enum t)
Sets the "t" attribute
|
void |
setTrArray(CTVolTopicRef[] trArray)
Sets array of all "tr" element
|
void |
setTrArray(int i,
CTVolTopicRef tr)
Sets ith "tr" element
|
void |
setV(String v)
Sets the "v" element
|
int |
sizeOfStpArray()
Returns number of "stp" element
|
int |
sizeOfTrArray()
Returns number of "tr" element
|
void |
unsetT()
Unsets the "t" attribute
|
STXstring[] |
xgetStpArray()
Deprecated.
|
STXstring |
xgetStpArray(int i)
Gets (as xml) ith "stp" element
|
List<STXstring> |
xgetStpList()
Gets (as xml) a List of "stp" elements
|
STVolValueType |
xgetT()
Gets (as xml) the "t" attribute
|
STXstring |
xgetV()
Gets (as xml) the "v" element
|
void |
xsetStpArray(int i,
STXstring stp)
Sets (as xml) ith "stp" element
|
void |
xsetStpArray(STXstring[] stpArray)
Sets (as xml) array of all "stp" element
|
void |
xsetT(STVolValueType t)
Sets (as xml) the "t" attribute
|
void |
xsetV(STXstring v)
Sets (as xml) the "v" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
String getV()
STXstring xgetV()
void setV(String v)
void xsetV(STXstring v)
@Deprecated String[] getStpArray()
String getStpArray(int i)
@Deprecated STXstring[] xgetStpArray()
STXstring xgetStpArray(int i)
int sizeOfStpArray()
void setStpArray(String[] stpArray)
void setStpArray(int i,
String stp)
void xsetStpArray(STXstring[] stpArray)
void xsetStpArray(int i,
STXstring stp)
void insertStp(int i,
String stp)
void addStp(String stp)
STXstring insertNewStp(int i)
STXstring addNewStp()
void removeStp(int i)
List<CTVolTopicRef> getTrList()
@Deprecated CTVolTopicRef[] getTrArray()
CTVolTopicRef getTrArray(int i)
int sizeOfTrArray()
void setTrArray(CTVolTopicRef[] trArray)
void setTrArray(int i,
CTVolTopicRef tr)
CTVolTopicRef insertNewTr(int i)
CTVolTopicRef addNewTr()
void removeTr(int i)
STVolValueType.Enum getT()
STVolValueType xgetT()
boolean isSetT()
void setT(STVolValueType.Enum t)
void xsetT(STVolValueType t)
void unsetT()
Copyright © 2010 - 2020 Adobe. All Rights Reserved