|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InfoObjects
An XML InfoObjects(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
InfoObjects.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
InfoObject |
addNewInfoObject()
Appends and returns a new empty value (as xml) as the last "InfoObject" element |
InfoObject[] |
getInfoObjectArray()
Gets array of all "InfoObject" elements |
InfoObject |
getInfoObjectArray(int i)
Gets ith "InfoObject" element |
int |
getVersion()
Gets the "version" attribute |
InfoObject |
insertNewInfoObject(int i)
Inserts and returns a new empty value (as xml) as the ith "InfoObject" element |
boolean |
isSetVersion()
True if has "version" attribute |
void |
removeInfoObject(int i)
Removes the ith "InfoObject" element |
void |
setInfoObjectArray(InfoObject[] infoObjectArray)
Sets array of all "InfoObject" element |
void |
setInfoObjectArray(int i,
InfoObject infoObject)
Sets ith "InfoObject" element |
void |
setVersion(int version)
Sets the "version" attribute |
int |
sizeOfInfoObjectArray()
Returns number of "InfoObject" element |
void |
unsetVersion()
Unsets the "version" attribute |
org.apache.xmlbeans.XmlInt |
xgetVersion()
Gets (as xml) the "version" attribute |
void |
xsetVersion(org.apache.xmlbeans.XmlInt version)
Sets (as xml) the "version" attribute |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
InfoObject[] getInfoObjectArray()
InfoObject getInfoObjectArray(int i)
int sizeOfInfoObjectArray()
void setInfoObjectArray(InfoObject[] infoObjectArray)
void setInfoObjectArray(int i,
InfoObject infoObject)
InfoObject insertNewInfoObject(int i)
InfoObject addNewInfoObject()
void removeInfoObject(int i)
int getVersion()
org.apache.xmlbeans.XmlInt xgetVersion()
boolean isSetVersion()
void setVersion(int version)
void xsetVersion(org.apache.xmlbeans.XmlInt version)
void unsetVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||