com.businessobjects.enterprise.encyclopedia_topic
Interface TopicOccurences


public interface TopicOccurences

An XML TopicOccurences(@http://enterprise.businessobjects.com/3.0/encyclopedia.topic). This is a complex type.


Nested Class Summary
static class TopicOccurences.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 addNewTopicOccurence()
          Appends and returns a new empty value (as xml) as the last "TopicOccurence" element
 void addTopicOccurence(java.lang.String topicOccurence)
          Appends the value as the last "TopicOccurence" element
 java.lang.String[] getTopicOccurenceArray()
          Gets array of all "TopicOccurence" elements
 java.lang.String getTopicOccurenceArray(int i)
          Gets ith "TopicOccurence" element
 org.apache.xmlbeans.XmlString insertNewTopicOccurence(int i)
          Inserts and returns a new empty value (as xml) as the ith "TopicOccurence" element
 void insertTopicOccurence(int i, java.lang.String topicOccurence)
          Inserts the value as the ith "TopicOccurence" element
 void removeTopicOccurence(int i)
          Removes the ith "TopicOccurence" element
 void setTopicOccurenceArray(int i, java.lang.String topicOccurence)
          Sets ith "TopicOccurence" element
 void setTopicOccurenceArray(java.lang.String[] topicOccurenceArray)
          Sets array of all "TopicOccurence" element
 int sizeOfTopicOccurenceArray()
          Returns number of "TopicOccurence" element
 org.apache.xmlbeans.XmlString[] xgetTopicOccurenceArray()
          Gets (as xml) array of all "TopicOccurence" elements
 org.apache.xmlbeans.XmlString xgetTopicOccurenceArray(int i)
          Gets (as xml) ith "TopicOccurence" element
 void xsetTopicOccurenceArray(int i, org.apache.xmlbeans.XmlString topicOccurence)
          Sets (as xml) ith "TopicOccurence" element
 void xsetTopicOccurenceArray(org.apache.xmlbeans.XmlString[] topicOccurenceArray)
          Sets (as xml) array of all "TopicOccurence" element
 

Field Detail

type

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

getTopicOccurenceArray

java.lang.String[] getTopicOccurenceArray()
Gets array of all "TopicOccurence" elements


getTopicOccurenceArray

java.lang.String getTopicOccurenceArray(int i)
Gets ith "TopicOccurence" element


xgetTopicOccurenceArray

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


xgetTopicOccurenceArray

org.apache.xmlbeans.XmlString xgetTopicOccurenceArray(int i)
Gets (as xml) ith "TopicOccurence" element


sizeOfTopicOccurenceArray

int sizeOfTopicOccurenceArray()
Returns number of "TopicOccurence" element


setTopicOccurenceArray

void setTopicOccurenceArray(java.lang.String[] topicOccurenceArray)
Sets array of all "TopicOccurence" element


setTopicOccurenceArray

void setTopicOccurenceArray(int i,
                            java.lang.String topicOccurence)
Sets ith "TopicOccurence" element


xsetTopicOccurenceArray

void xsetTopicOccurenceArray(org.apache.xmlbeans.XmlString[] topicOccurenceArray)
Sets (as xml) array of all "TopicOccurence" element


xsetTopicOccurenceArray

void xsetTopicOccurenceArray(int i,
                             org.apache.xmlbeans.XmlString topicOccurence)
Sets (as xml) ith "TopicOccurence" element


insertTopicOccurence

void insertTopicOccurence(int i,
                          java.lang.String topicOccurence)
Inserts the value as the ith "TopicOccurence" element


addTopicOccurence

void addTopicOccurence(java.lang.String topicOccurence)
Appends the value as the last "TopicOccurence" element


insertNewTopicOccurence

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


addNewTopicOccurence

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


removeTopicOccurence

void removeTopicOccurence(int i)
Removes the ith "TopicOccurence" element