com.businessobjects.enterprise.servergroup
Interface SubServerGroups


public interface SubServerGroups

An XML SubServerGroups(@http://enterprise.businessobjects.com/4.0/servergroup). This is a complex type.


Nested Class Summary
static class SubServerGroups.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 addNewSubServerGroup()
          Appends and returns a new empty value (as xml) as the last "SubServerGroup" element
 void addSubServerGroup(java.lang.String subServerGroup)
          Appends the value as the last "SubServerGroup" element
 java.lang.String[] getSubServerGroupArray()
          Gets array of all "SubServerGroup" elements
 java.lang.String getSubServerGroupArray(int i)
          Gets ith "SubServerGroup" element
 org.apache.xmlbeans.XmlString insertNewSubServerGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "SubServerGroup" element
 void insertSubServerGroup(int i, java.lang.String subServerGroup)
          Inserts the value as the ith "SubServerGroup" element
 void removeSubServerGroup(int i)
          Removes the ith "SubServerGroup" element
 void setSubServerGroupArray(int i, java.lang.String subServerGroup)
          Sets ith "SubServerGroup" element
 void setSubServerGroupArray(java.lang.String[] subServerGroupArray)
          Sets array of all "SubServerGroup" element
 int sizeOfSubServerGroupArray()
          Returns number of "SubServerGroup" element
 org.apache.xmlbeans.XmlString[] xgetSubServerGroupArray()
          Gets (as xml) array of all "SubServerGroup" elements
 org.apache.xmlbeans.XmlString xgetSubServerGroupArray(int i)
          Gets (as xml) ith "SubServerGroup" element
 void xsetSubServerGroupArray(int i, org.apache.xmlbeans.XmlString subServerGroup)
          Sets (as xml) ith "SubServerGroup" element
 void xsetSubServerGroupArray(org.apache.xmlbeans.XmlString[] subServerGroupArray)
          Sets (as xml) array of all "SubServerGroup" element
 

Field Detail

type

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

getSubServerGroupArray

java.lang.String[] getSubServerGroupArray()
Gets array of all "SubServerGroup" elements


getSubServerGroupArray

java.lang.String getSubServerGroupArray(int i)
Gets ith "SubServerGroup" element


xgetSubServerGroupArray

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


xgetSubServerGroupArray

org.apache.xmlbeans.XmlString xgetSubServerGroupArray(int i)
Gets (as xml) ith "SubServerGroup" element


sizeOfSubServerGroupArray

int sizeOfSubServerGroupArray()
Returns number of "SubServerGroup" element


setSubServerGroupArray

void setSubServerGroupArray(java.lang.String[] subServerGroupArray)
Sets array of all "SubServerGroup" element


setSubServerGroupArray

void setSubServerGroupArray(int i,
                            java.lang.String subServerGroup)
Sets ith "SubServerGroup" element


xsetSubServerGroupArray

void xsetSubServerGroupArray(org.apache.xmlbeans.XmlString[] subServerGroupArray)
Sets (as xml) array of all "SubServerGroup" element


xsetSubServerGroupArray

void xsetSubServerGroupArray(int i,
                             org.apache.xmlbeans.XmlString subServerGroup)
Sets (as xml) ith "SubServerGroup" element


insertSubServerGroup

void insertSubServerGroup(int i,
                          java.lang.String subServerGroup)
Inserts the value as the ith "SubServerGroup" element


addSubServerGroup

void addSubServerGroup(java.lang.String subServerGroup)
Appends the value as the last "SubServerGroup" element


insertNewSubServerGroup

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


addNewSubServerGroup

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


removeSubServerGroup

void removeSubServerGroup(int i)
Removes the ith "SubServerGroup" element