com.businessobjects.enterprise.servicecontainer
Interface Installs


public interface Installs

An XML Installs(@http://enterprise.businessobjects.com/3.0/servicecontainer). 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
 InstalledContainer addNewContainerInstall()
          Appends and returns a new empty value (as xml) as the last "ContainerInstall" element
 InstalledContainer[] getContainerInstallArray()
          Gets array of all "ContainerInstall" elements
 InstalledContainer getContainerInstallArray(int i)
          Gets ith "ContainerInstall" element
 InstalledContainer insertNewContainerInstall(int i)
          Inserts and returns a new empty value (as xml) as the ith "ContainerInstall" element
 void removeContainerInstall(int i)
          Removes the ith "ContainerInstall" element
 void setContainerInstallArray(InstalledContainer[] containerInstallArray)
          Sets array of all "ContainerInstall" element
 void setContainerInstallArray(int i, InstalledContainer containerInstall)
          Sets ith "ContainerInstall" element
 int sizeOfContainerInstallArray()
          Returns number of "ContainerInstall" element
 

Field Detail

type

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

getContainerInstallArray

InstalledContainer[] getContainerInstallArray()
Gets array of all "ContainerInstall" elements


getContainerInstallArray

InstalledContainer getContainerInstallArray(int i)
Gets ith "ContainerInstall" element


sizeOfContainerInstallArray

int sizeOfContainerInstallArray()
Returns number of "ContainerInstall" element


setContainerInstallArray

void setContainerInstallArray(InstalledContainer[] containerInstallArray)
Sets array of all "ContainerInstall" element


setContainerInstallArray

void setContainerInstallArray(int i,
                              InstalledContainer containerInstall)
Sets ith "ContainerInstall" element


insertNewContainerInstall

InstalledContainer insertNewContainerInstall(int i)
Inserts and returns a new empty value (as xml) as the ith "ContainerInstall" element


addNewContainerInstall

InstalledContainer addNewContainerInstall()
Appends and returns a new empty value (as xml) as the last "ContainerInstall" element


removeContainerInstall

void removeContainerInstall(int i)
Removes the ith "ContainerInstall" element