|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerGroups
An XML ServerGroups(@http://enterprise.businessobjects.com/4.0/servergroup). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
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 | ||||||||