|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Server.ServerGroups
An XML ServerGroups(@http://enterprise.businessobjects.com/3.0/server). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Server.ServerGroups.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 |
addNewServerGroup()
Appends and returns a new empty value (as xml) as the last "ServerGroup" element |
void |
addServerGroup(java.lang.String serverGroup)
Appends the value as the last "ServerGroup" element |
java.lang.String[] |
getServerGroupArray()
Gets array of all "ServerGroup" elements |
java.lang.String |
getServerGroupArray(int i)
Gets ith "ServerGroup" element |
org.apache.xmlbeans.XmlString |
insertNewServerGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ServerGroup" element |
void |
insertServerGroup(int i,
java.lang.String serverGroup)
Inserts the value as the ith "ServerGroup" element |
void |
removeServerGroup(int i)
Removes the ith "ServerGroup" element |
void |
setServerGroupArray(int i,
java.lang.String serverGroup)
Sets ith "ServerGroup" element |
void |
setServerGroupArray(java.lang.String[] serverGroupArray)
Sets array of all "ServerGroup" element |
int |
sizeOfServerGroupArray()
Returns number of "ServerGroup" element |
org.apache.xmlbeans.XmlString[] |
xgetServerGroupArray()
Gets (as xml) array of all "ServerGroup" elements |
org.apache.xmlbeans.XmlString |
xgetServerGroupArray(int i)
Gets (as xml) ith "ServerGroup" element |
void |
xsetServerGroupArray(int i,
org.apache.xmlbeans.XmlString serverGroup)
Sets (as xml) ith "ServerGroup" element |
void |
xsetServerGroupArray(org.apache.xmlbeans.XmlString[] serverGroupArray)
Sets (as xml) array of all "ServerGroup" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getServerGroupArray()
java.lang.String getServerGroupArray(int i)
org.apache.xmlbeans.XmlString[] xgetServerGroupArray()
org.apache.xmlbeans.XmlString xgetServerGroupArray(int i)
int sizeOfServerGroupArray()
void setServerGroupArray(java.lang.String[] serverGroupArray)
void setServerGroupArray(int i,
java.lang.String serverGroup)
void xsetServerGroupArray(org.apache.xmlbeans.XmlString[] serverGroupArray)
void xsetServerGroupArray(int i,
org.apache.xmlbeans.XmlString serverGroup)
void insertServerGroup(int i,
java.lang.String serverGroup)
void addServerGroup(java.lang.String serverGroup)
org.apache.xmlbeans.XmlString insertNewServerGroup(int i)
org.apache.xmlbeans.XmlString addNewServerGroup()
void removeServerGroup(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||