|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
FormatInfo[] getFormatInfoArray()
FormatInfo getFormatInfoArray(int i)
int sizeOfFormatInfoArray()
void setFormatInfoArray(FormatInfo[] formatInfoArray)
void setFormatInfoArray(int i,
FormatInfo formatInfo)
FormatInfo insertNewFormatInfo(int i)
FormatInfo addNewFormatInfo()
void removeFormatInfo(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||