com.businessobjects.enterprise.fullclient
Interface Universes


public interface Universes

The IDs of the universes that are assigned to this Desktop Intelligence document.


Nested Class Summary
static class Universes.Factory
          A class with methods for creating instances of the Universes type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 org.apache.xmlbeans.XmlString addNewUniverse()
          Internal Use Only.
 void addUniverse(java.lang.String universe)
          Adds a new universe ID to last element of the array.
 java.lang.String[] getUniverseArray()
          Returns the array of universe IDs.
 java.lang.String getUniverseArray(int i)
          Returns the universe ID at the specified index position.
 org.apache.xmlbeans.XmlString insertNewUniverse(int i)
          Internal Use Only.
 void insertUniverse(int i, java.lang.String universe)
          Inserts a new empty Universe ID at a specified index.
 void removeUniverse(int i)
          Removes the Universe ID at the specified index position.
 void setUniverseArray(int i, java.lang.String universe)
          Sets the universe ID at the specified index position.
 void setUniverseArray(java.lang.String[] universeArray)
          Sets the array of universe IDs.
 int sizeOfUniverseArray()
          Returns the size of the PublicationArray.
 org.apache.xmlbeans.XmlString[] xgetUniverseArray()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetUniverseArray(int i)
          Internal Use Only.
 void xsetUniverseArray(int i, org.apache.xmlbeans.XmlString universe)
          Internal Use Only.
 void xsetUniverseArray(org.apache.xmlbeans.XmlString[] universeArray)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getUniverseArray

java.lang.String[] getUniverseArray()

Returns the array of universe IDs.

Returns:
The array of universe IDs.

getUniverseArray

java.lang.String getUniverseArray(int i)

Returns the universe ID at the specified index position.

Parameters:
i - The index position.
Returns:
The universe ID.

xgetUniverseArray

org.apache.xmlbeans.XmlString[] xgetUniverseArray()
Internal Use Only.


xgetUniverseArray

org.apache.xmlbeans.XmlString xgetUniverseArray(int i)
Internal Use Only.


sizeOfUniverseArray

int sizeOfUniverseArray()
Returns the size of the PublicationArray.

Returns:
The size of the array.

setUniverseArray

void setUniverseArray(java.lang.String[] universeArray)

Sets the array of universe IDs.

Parameters:
universeArray - The array of universe IDs.

setUniverseArray

void setUniverseArray(int i,
                      java.lang.String universe)

Sets the universe ID at the specified index position.

Parameters:
i - The index position.
universe - The universe ID.

xsetUniverseArray

void xsetUniverseArray(org.apache.xmlbeans.XmlString[] universeArray)
Internal Use Only.


xsetUniverseArray

void xsetUniverseArray(int i,
                       org.apache.xmlbeans.XmlString universe)
Internal Use Only.


insertUniverse

void insertUniverse(int i,
                    java.lang.String universe)
Inserts a new empty Universe ID at a specified index.

Parameters:
i - The index position to insert the object.
universe - The new Universe ID.

addUniverse

void addUniverse(java.lang.String universe)
Adds a new universe ID to last element of the array.

Parameters:
universe - A new universe ID.

insertNewUniverse

org.apache.xmlbeans.XmlString insertNewUniverse(int i)
Internal Use Only.


addNewUniverse

org.apache.xmlbeans.XmlString addNewUniverse()
Internal Use Only.


removeUniverse

void removeUniverse(int i)
Removes the Universe ID at the specified index position.

Parameters:
i - The index position to remove the Universe ID.