|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
InstalledContainer[] getContainerInstallArray()
InstalledContainer getContainerInstallArray(int i)
int sizeOfContainerInstallArray()
void setContainerInstallArray(InstalledContainer[] containerInstallArray)
void setContainerInstallArray(int i,
InstalledContainer containerInstall)
InstalledContainer insertNewContainerInstall(int i)
InstalledContainer addNewContainerInstall()
void removeContainerInstall(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||