com.businessobjects.enterprise.service
Interface Installs


public interface Installs

An XML Installs(@http://enterprise.businessobjects.com/3.0/service). This is a complex type.


Nested Class Summary
static class Installs.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 InstalledService addNewServiceInstall()
          Appends and returns a new empty value (as xml) as the last "ServiceInstall" element
 InstalledService[] getServiceInstallArray()
          Gets array of all "ServiceInstall" elements
 InstalledService getServiceInstallArray(int i)
          Gets ith "ServiceInstall" element
 InstalledService insertNewServiceInstall(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceInstall" element
 void removeServiceInstall(int i)
          Removes the ith "ServiceInstall" element
 void setServiceInstallArray(InstalledService[] serviceInstallArray)
          Sets array of all "ServiceInstall" element
 void setServiceInstallArray(int i, InstalledService serviceInstall)
          Sets ith "ServiceInstall" element
 int sizeOfServiceInstallArray()
          Returns number of "ServiceInstall" element
 

Field Detail

type

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

getServiceInstallArray

InstalledService[] getServiceInstallArray()
Gets array of all "ServiceInstall" elements


getServiceInstallArray

InstalledService getServiceInstallArray(int i)
Gets ith "ServiceInstall" element


sizeOfServiceInstallArray

int sizeOfServiceInstallArray()
Returns number of "ServiceInstall" element


setServiceInstallArray

void setServiceInstallArray(InstalledService[] serviceInstallArray)
Sets array of all "ServiceInstall" element


setServiceInstallArray

void setServiceInstallArray(int i,
                            InstalledService serviceInstall)
Sets ith "ServiceInstall" element


insertNewServiceInstall

InstalledService insertNewServiceInstall(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceInstall" element


addNewServiceInstall

InstalledService addNewServiceInstall()
Appends and returns a new empty value (as xml) as the last "ServiceInstall" element


removeServiceInstall

void removeServiceInstall(int i)
Removes the ith "ServiceInstall" element