|
|||||||||
| 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/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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
InstalledService[] getServiceInstallArray()
InstalledService getServiceInstallArray(int i)
int sizeOfServiceInstallArray()
void setServiceInstallArray(InstalledService[] serviceInstallArray)
void setServiceInstallArray(int i,
InstalledService serviceInstall)
InstalledService insertNewServiceInstall(int i)
InstalledService addNewServiceInstall()
void removeServiceInstall(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||