com.businessobjects.enterprise.server
Interface HostedServices


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

type

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

getHostedServiceArray

ConfiguredService[] getHostedServiceArray()
Gets array of all "HostedService" elements


getHostedServiceArray

ConfiguredService getHostedServiceArray(int i)
Gets ith "HostedService" element


sizeOfHostedServiceArray

int sizeOfHostedServiceArray()
Returns number of "HostedService" element


setHostedServiceArray

void setHostedServiceArray(ConfiguredService[] hostedServiceArray)
Sets array of all "HostedService" element


setHostedServiceArray

void setHostedServiceArray(int i,
                           ConfiguredService hostedService)
Sets ith "HostedService" element


insertNewHostedService

ConfiguredService insertNewHostedService(int i)
Inserts and returns a new empty value (as xml) as the ith "HostedService" element


addNewHostedService

ConfiguredService addNewHostedService()
Appends and returns a new empty value (as xml) as the last "HostedService" element


removeHostedService

void removeHostedService(int i)
Removes the ith "HostedService" element