|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
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.
i - The index position.
org.apache.xmlbeans.XmlString[] xgetUniverseArray()
org.apache.xmlbeans.XmlString xgetUniverseArray(int i)
int sizeOfUniverseArray()
void setUniverseArray(java.lang.String[] universeArray)
Sets the array of universe IDs.
universeArray - The array of universe IDs.
void setUniverseArray(int i,
java.lang.String universe)
Sets the universe ID at the specified index position.
i - The index position.universe - The universe ID.void xsetUniverseArray(org.apache.xmlbeans.XmlString[] universeArray)
void xsetUniverseArray(int i,
org.apache.xmlbeans.XmlString universe)
void insertUniverse(int i,
java.lang.String universe)
i - The index position to insert the object.universe - The new Universe ID.void addUniverse(java.lang.String universe)
universe - A new universe ID.org.apache.xmlbeans.XmlString insertNewUniverse(int i)
org.apache.xmlbeans.XmlString addNewUniverse()
void removeUniverse(int i)
i - The index position to remove the Universe ID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||