com.businessobjects.enterprise.server
Interface Server.ServerGroups

Enclosing interface:
Server

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

type

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

getServerGroupArray

java.lang.String[] getServerGroupArray()
Gets array of all "ServerGroup" elements


getServerGroupArray

java.lang.String getServerGroupArray(int i)
Gets ith "ServerGroup" element


xgetServerGroupArray

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


xgetServerGroupArray

org.apache.xmlbeans.XmlString xgetServerGroupArray(int i)
Gets (as xml) ith "ServerGroup" element


sizeOfServerGroupArray

int sizeOfServerGroupArray()
Returns number of "ServerGroup" element


setServerGroupArray

void setServerGroupArray(java.lang.String[] serverGroupArray)
Sets array of all "ServerGroup" element


setServerGroupArray

void setServerGroupArray(int i,
                         java.lang.String serverGroup)
Sets ith "ServerGroup" element


xsetServerGroupArray

void xsetServerGroupArray(org.apache.xmlbeans.XmlString[] serverGroupArray)
Sets (as xml) array of all "ServerGroup" element


xsetServerGroupArray

void xsetServerGroupArray(int i,
                          org.apache.xmlbeans.XmlString serverGroup)
Sets (as xml) ith "ServerGroup" element


insertServerGroup

void insertServerGroup(int i,
                       java.lang.String serverGroup)
Inserts the value as the ith "ServerGroup" element


addServerGroup

void addServerGroup(java.lang.String serverGroup)
Appends the value as the last "ServerGroup" element


insertNewServerGroup

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


addNewServerGroup

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


removeServerGroup

void removeServerGroup(int i)
Removes the ith "ServerGroup" element