|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Hosts
An XML Hosts(@http://enterprise.businessobjects.com/3.0/service). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Hosts.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
ConfiguredService |
addNewServiceHost()
Appends and returns a new empty value (as xml) as the last "ServiceHost" element |
ConfiguredService[] |
getServiceHostArray()
Gets array of all "ServiceHost" elements |
ConfiguredService |
getServiceHostArray(int i)
Gets ith "ServiceHost" element |
ConfiguredService |
insertNewServiceHost(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceHost" element |
void |
removeServiceHost(int i)
Removes the ith "ServiceHost" element |
void |
setServiceHostArray(ConfiguredService[] serviceHostArray)
Sets array of all "ServiceHost" element |
void |
setServiceHostArray(int i,
ConfiguredService serviceHost)
Sets ith "ServiceHost" element |
int |
sizeOfServiceHostArray()
Returns number of "ServiceHost" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
ConfiguredService[] getServiceHostArray()
ConfiguredService getServiceHostArray(int i)
int sizeOfServiceHostArray()
void setServiceHostArray(ConfiguredService[] serviceHostArray)
void setServiceHostArray(int i,
ConfiguredService serviceHost)
ConfiguredService insertNewServiceHost(int i)
ConfiguredService addNewServiceHost()
void removeServiceHost(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||