com.businessobjects.enterprise.service
Interface Hosts


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

type

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

getServiceHostArray

ConfiguredService[] getServiceHostArray()
Gets array of all "ServiceHost" elements


getServiceHostArray

ConfiguredService getServiceHostArray(int i)
Gets ith "ServiceHost" element


sizeOfServiceHostArray

int sizeOfServiceHostArray()
Returns number of "ServiceHost" element


setServiceHostArray

void setServiceHostArray(ConfiguredService[] serviceHostArray)
Sets array of all "ServiceHost" element


setServiceHostArray

void setServiceHostArray(int i,
                         ConfiguredService serviceHost)
Sets ith "ServiceHost" element


insertNewServiceHost

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


addNewServiceHost

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


removeServiceHost

void removeServiceHost(int i)
Removes the ith "ServiceHost" element