com.businessobjects.enterprise.encyclopedia_attributevalue
Interface Topics


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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getTopicArray

java.lang.String[] getTopicArray()
Gets array of all "Topic" elements


getTopicArray

java.lang.String getTopicArray(int i)
Gets ith "Topic" element


xgetTopicArray

org.apache.xmlbeans.XmlString[] xgetTopicArray()
Gets (as xml) array of all "Topic" elements


xgetTopicArray

org.apache.xmlbeans.XmlString xgetTopicArray(int i)
Gets (as xml) ith "Topic" element


sizeOfTopicArray

int sizeOfTopicArray()
Returns number of "Topic" element


setTopicArray

void setTopicArray(java.lang.String[] topicArray)
Sets array of all "Topic" element


setTopicArray

void setTopicArray(int i,
                   java.lang.String topic)
Sets ith "Topic" element


xsetTopicArray

void xsetTopicArray(org.apache.xmlbeans.XmlString[] topicArray)
Sets (as xml) array of all "Topic" element


xsetTopicArray

void xsetTopicArray(int i,
                    org.apache.xmlbeans.XmlString topic)
Sets (as xml) ith "Topic" element


insertTopic

void insertTopic(int i,
                 java.lang.String topic)
Inserts the value as the ith "Topic" element


addTopic

void addTopic(java.lang.String topic)
Appends the value as the last "Topic" element


insertNewTopic

org.apache.xmlbeans.XmlString insertNewTopic(int i)
Inserts and returns a new empty value (as xml) as the ith "Topic" element


addNewTopic

org.apache.xmlbeans.XmlString addNewTopic()
Appends and returns a new empty value (as xml) as the last "Topic" element


removeTopic

void removeTopic(int i)
Removes the ith "Topic" element