public interface CTVolMain extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTVolMain.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 |
|---|---|
CTVolTopic |
addNewTp()
Appends and returns a new empty value (as xml) as the last "tp" element
|
String |
getFirst()
Gets the "first" attribute
|
CTVolTopic[] |
getTpArray()
Deprecated.
|
CTVolTopic |
getTpArray(int i)
Gets ith "tp" element
|
List<CTVolTopic> |
getTpList()
Gets a List of "tp" elements
|
CTVolTopic |
insertNewTp(int i)
Inserts and returns a new empty value (as xml) as the ith "tp" element
|
void |
removeTp(int i)
Removes the ith "tp" element
|
void |
setFirst(String first)
Sets the "first" attribute
|
void |
setTpArray(CTVolTopic[] tpArray)
Sets array of all "tp" element
|
void |
setTpArray(int i,
CTVolTopic tp)
Sets ith "tp" element
|
int |
sizeOfTpArray()
Returns number of "tp" element
|
STXstring |
xgetFirst()
Gets (as xml) the "first" attribute
|
void |
xsetFirst(STXstring first)
Sets (as xml) the "first" attribute
|
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
List<CTVolTopic> getTpList()
@Deprecated CTVolTopic[] getTpArray()
CTVolTopic getTpArray(int i)
int sizeOfTpArray()
void setTpArray(CTVolTopic[] tpArray)
void setTpArray(int i,
CTVolTopic tp)
CTVolTopic insertNewTp(int i)
CTVolTopic addNewTp()
void removeTp(int i)
String getFirst()
STXstring xgetFirst()
void setFirst(String first)
void xsetFirst(STXstring first)
Copyright © 2010 - 2020 Adobe. All Rights Reserved