|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormatInfo
An XML FormatInfo(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
FormatInfo.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
CustomProperties |
addNewBag()
Appends and returns a new empty value (as xml) as the last "Bag" element |
CustomProperties[] |
getBagArray()
Gets array of all "Bag" elements |
CustomProperties |
getBagArray(int i)
Gets ith "Bag" element |
java.lang.String |
getDocumentKind()
Gets the "DocumentKind" element |
java.lang.String |
getFormat()
Gets the "Format" element |
CustomProperties |
insertNewBag(int i)
Inserts and returns a new empty value (as xml) as the ith "Bag" element |
boolean |
isSetDocumentKind()
True if has "DocumentKind" element |
boolean |
isSetFormat()
True if has "Format" element |
void |
removeBag(int i)
Removes the ith "Bag" element |
void |
setBagArray(CustomProperties[] bagArray)
Sets array of all "Bag" element |
void |
setBagArray(int i,
CustomProperties bag)
Sets ith "Bag" element |
void |
setDocumentKind(java.lang.String documentKind)
Sets the "DocumentKind" element |
void |
setFormat(java.lang.String format)
Sets the "Format" element |
int |
sizeOfBagArray()
Returns number of "Bag" element |
void |
unsetDocumentKind()
Unsets the "DocumentKind" element |
void |
unsetFormat()
Unsets the "Format" element |
org.apache.xmlbeans.XmlString |
xgetDocumentKind()
Gets (as xml) the "DocumentKind" element |
org.apache.xmlbeans.XmlString |
xgetFormat()
Gets (as xml) the "Format" element |
void |
xsetDocumentKind(org.apache.xmlbeans.XmlString documentKind)
Sets (as xml) the "DocumentKind" element |
void |
xsetFormat(org.apache.xmlbeans.XmlString format)
Sets (as xml) the "Format" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getFormat()
org.apache.xmlbeans.XmlString xgetFormat()
boolean isSetFormat()
void setFormat(java.lang.String format)
void xsetFormat(org.apache.xmlbeans.XmlString format)
void unsetFormat()
java.lang.String getDocumentKind()
org.apache.xmlbeans.XmlString xgetDocumentKind()
boolean isSetDocumentKind()
void setDocumentKind(java.lang.String documentKind)
void xsetDocumentKind(org.apache.xmlbeans.XmlString documentKind)
void unsetDocumentKind()
CustomProperties[] getBagArray()
CustomProperties getBagArray(int i)
int sizeOfBagArray()
void setBagArray(CustomProperties[] bagArray)
void setBagArray(int i,
CustomProperties bag)
CustomProperties insertNewBag(int i)
CustomProperties addNewBag()
void removeBag(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||