com.businessobjects.enterprise.infoobject
Interface FormatInfos


public interface FormatInfos

An XML FormatInfos(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.


Nested Class Summary
static class FormatInfos.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 FormatInfo addNewFormatInfo()
          Appends and returns a new empty value (as xml) as the last "FormatInfo" element
 FormatInfo[] getFormatInfoArray()
          Gets array of all "FormatInfo" elements
 FormatInfo getFormatInfoArray(int i)
          Gets ith "FormatInfo" element
 FormatInfo insertNewFormatInfo(int i)
          Inserts and returns a new empty value (as xml) as the ith "FormatInfo" element
 void removeFormatInfo(int i)
          Removes the ith "FormatInfo" element
 void setFormatInfoArray(FormatInfo[] formatInfoArray)
          Sets array of all "FormatInfo" element
 void setFormatInfoArray(int i, FormatInfo formatInfo)
          Sets ith "FormatInfo" element
 int sizeOfFormatInfoArray()
          Returns number of "FormatInfo" element
 

Field Detail

type

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

getFormatInfoArray

FormatInfo[] getFormatInfoArray()
Gets array of all "FormatInfo" elements


getFormatInfoArray

FormatInfo getFormatInfoArray(int i)
Gets ith "FormatInfo" element


sizeOfFormatInfoArray

int sizeOfFormatInfoArray()
Returns number of "FormatInfo" element


setFormatInfoArray

void setFormatInfoArray(FormatInfo[] formatInfoArray)
Sets array of all "FormatInfo" element


setFormatInfoArray

void setFormatInfoArray(int i,
                        FormatInfo formatInfo)
Sets ith "FormatInfo" element


insertNewFormatInfo

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


addNewFormatInfo

FormatInfo addNewFormatInfo()
Appends and returns a new empty value (as xml) as the last "FormatInfo" element


removeFormatInfo

void removeFormatInfo(int i)
Removes the ith "FormatInfo" element