|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Topics
An XML Topics(@http://enterprise.businessobjects.com/3.0/encyclopedia.attributevalue). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Topics.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
org.apache.xmlbeans.XmlString |
addNewTopic()
Appends and returns a new empty value (as xml) as the last "Topic" element |
void |
addTopic(java.lang.String topic)
Appends the value as the last "Topic" element |
java.lang.String[] |
getTopicArray()
Gets array of all "Topic" elements |
java.lang.String |
getTopicArray(int i)
Gets ith "Topic" element |
org.apache.xmlbeans.XmlString |
insertNewTopic(int i)
Inserts and returns a new empty value (as xml) as the ith "Topic" element |
void |
insertTopic(int i,
java.lang.String topic)
Inserts the value as the ith "Topic" element |
void |
removeTopic(int i)
Removes the ith "Topic" element |
void |
setTopicArray(int i,
java.lang.String topic)
Sets ith "Topic" element |
void |
setTopicArray(java.lang.String[] topicArray)
Sets array of all "Topic" element |
int |
sizeOfTopicArray()
Returns number of "Topic" element |
org.apache.xmlbeans.XmlString[] |
xgetTopicArray()
Gets (as xml) array of all "Topic" elements |
org.apache.xmlbeans.XmlString |
xgetTopicArray(int i)
Gets (as xml) ith "Topic" element |
void |
xsetTopicArray(int i,
org.apache.xmlbeans.XmlString topic)
Sets (as xml) ith "Topic" element |
void |
xsetTopicArray(org.apache.xmlbeans.XmlString[] topicArray)
Sets (as xml) array of all "Topic" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getTopicArray()
java.lang.String getTopicArray(int i)
org.apache.xmlbeans.XmlString[] xgetTopicArray()
org.apache.xmlbeans.XmlString xgetTopicArray(int i)
int sizeOfTopicArray()
void setTopicArray(java.lang.String[] topicArray)
void setTopicArray(int i,
java.lang.String topic)
void xsetTopicArray(org.apache.xmlbeans.XmlString[] topicArray)
void xsetTopicArray(int i,
org.apache.xmlbeans.XmlString topic)
void insertTopic(int i,
java.lang.String topic)
void addTopic(java.lang.String topic)
org.apache.xmlbeans.XmlString insertNewTopic(int i)
org.apache.xmlbeans.XmlString addNewTopic()
void removeTopic(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||