com.businessobjects.enterprise.encyclopedia_topic
Interface GenericEntities


public interface GenericEntities

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


Nested Class Summary
static class GenericEntities.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addGenericEntity(java.lang.String genericEntity)
          Appends the value as the last "GenericEntity" element
 org.apache.xmlbeans.XmlString addNewGenericEntity()
          Appends and returns a new empty value (as xml) as the last "GenericEntity" element
 java.lang.String[] getGenericEntityArray()
          Gets array of all "GenericEntity" elements
 java.lang.String getGenericEntityArray(int i)
          Gets ith "GenericEntity" element
 void insertGenericEntity(int i, java.lang.String genericEntity)
          Inserts the value as the ith "GenericEntity" element
 org.apache.xmlbeans.XmlString insertNewGenericEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "GenericEntity" element
 void removeGenericEntity(int i)
          Removes the ith "GenericEntity" element
 void setGenericEntityArray(int i, java.lang.String genericEntity)
          Sets ith "GenericEntity" element
 void setGenericEntityArray(java.lang.String[] genericEntityArray)
          Sets array of all "GenericEntity" element
 int sizeOfGenericEntityArray()
          Returns number of "GenericEntity" element
 org.apache.xmlbeans.XmlString[] xgetGenericEntityArray()
          Gets (as xml) array of all "GenericEntity" elements
 org.apache.xmlbeans.XmlString xgetGenericEntityArray(int i)
          Gets (as xml) ith "GenericEntity" element
 void xsetGenericEntityArray(int i, org.apache.xmlbeans.XmlString genericEntity)
          Sets (as xml) ith "GenericEntity" element
 void xsetGenericEntityArray(org.apache.xmlbeans.XmlString[] genericEntityArray)
          Sets (as xml) array of all "GenericEntity" element
 

Field Detail

type

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

getGenericEntityArray

java.lang.String[] getGenericEntityArray()
Gets array of all "GenericEntity" elements


getGenericEntityArray

java.lang.String getGenericEntityArray(int i)
Gets ith "GenericEntity" element


xgetGenericEntityArray

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


xgetGenericEntityArray

org.apache.xmlbeans.XmlString xgetGenericEntityArray(int i)
Gets (as xml) ith "GenericEntity" element


sizeOfGenericEntityArray

int sizeOfGenericEntityArray()
Returns number of "GenericEntity" element


setGenericEntityArray

void setGenericEntityArray(java.lang.String[] genericEntityArray)
Sets array of all "GenericEntity" element


setGenericEntityArray

void setGenericEntityArray(int i,
                           java.lang.String genericEntity)
Sets ith "GenericEntity" element


xsetGenericEntityArray

void xsetGenericEntityArray(org.apache.xmlbeans.XmlString[] genericEntityArray)
Sets (as xml) array of all "GenericEntity" element


xsetGenericEntityArray

void xsetGenericEntityArray(int i,
                            org.apache.xmlbeans.XmlString genericEntity)
Sets (as xml) ith "GenericEntity" element


insertGenericEntity

void insertGenericEntity(int i,
                         java.lang.String genericEntity)
Inserts the value as the ith "GenericEntity" element


addGenericEntity

void addGenericEntity(java.lang.String genericEntity)
Appends the value as the last "GenericEntity" element


insertNewGenericEntity

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


addNewGenericEntity

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


removeGenericEntity

void removeGenericEntity(int i)
Removes the ith "GenericEntity" element