com.businessobjects.enterprise.infoobject
Interface InfoObjects


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

type

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

getInfoObjectArray

InfoObject[] getInfoObjectArray()
Gets array of all "InfoObject" elements


getInfoObjectArray

InfoObject getInfoObjectArray(int i)
Gets ith "InfoObject" element


sizeOfInfoObjectArray

int sizeOfInfoObjectArray()
Returns number of "InfoObject" element


setInfoObjectArray

void setInfoObjectArray(InfoObject[] infoObjectArray)
Sets array of all "InfoObject" element


setInfoObjectArray

void setInfoObjectArray(int i,
                        InfoObject infoObject)
Sets ith "InfoObject" element


insertNewInfoObject

InfoObject insertNewInfoObject(int i)
Inserts and returns a new empty value (as xml) as the ith "InfoObject" element


addNewInfoObject

InfoObject addNewInfoObject()
Appends and returns a new empty value (as xml) as the last "InfoObject" element


removeInfoObject

void removeInfoObject(int i)
Removes the ith "InfoObject" element


getVersion

int getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlInt xgetVersion()
Gets (as xml) the "version" attribute


isSetVersion

boolean isSetVersion()
True if has "version" attribute


setVersion

void setVersion(int version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlInt version)
Sets (as xml) the "version" attribute


unsetVersion

void unsetVersion()
Unsets the "version" attribute