|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HostedServices
An XML HostedServices(@http://enterprise.businessobjects.com/3.0/server). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
HostedServices.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
ConfiguredService |
addNewHostedService()
Appends and returns a new empty value (as xml) as the last "HostedService" element |
ConfiguredService[] |
getHostedServiceArray()
Gets array of all "HostedService" elements |
ConfiguredService |
getHostedServiceArray(int i)
Gets ith "HostedService" element |
ConfiguredService |
insertNewHostedService(int i)
Inserts and returns a new empty value (as xml) as the ith "HostedService" element |
void |
removeHostedService(int i)
Removes the ith "HostedService" element |
void |
setHostedServiceArray(ConfiguredService[] hostedServiceArray)
Sets array of all "HostedService" element |
void |
setHostedServiceArray(int i,
ConfiguredService hostedService)
Sets ith "HostedService" element |
int |
sizeOfHostedServiceArray()
Returns number of "HostedService" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
ConfiguredService[] getHostedServiceArray()
ConfiguredService getHostedServiceArray(int i)
int sizeOfHostedServiceArray()
void setHostedServiceArray(ConfiguredService[] hostedServiceArray)
void setHostedServiceArray(int i,
ConfiguredService hostedService)
ConfiguredService insertNewHostedService(int i)
ConfiguredService addNewHostedService()
void removeHostedService(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||