com.businessobjects.enterprise.infoobject
Interface FormatInfo


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

type

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

getFormat

java.lang.String getFormat()
Gets the "Format" element


xgetFormat

org.apache.xmlbeans.XmlString xgetFormat()
Gets (as xml) the "Format" element


isSetFormat

boolean isSetFormat()
True if has "Format" element


setFormat

void setFormat(java.lang.String format)
Sets the "Format" element


xsetFormat

void xsetFormat(org.apache.xmlbeans.XmlString format)
Sets (as xml) the "Format" element


unsetFormat

void unsetFormat()
Unsets the "Format" element


getDocumentKind

java.lang.String getDocumentKind()
Gets the "DocumentKind" element


xgetDocumentKind

org.apache.xmlbeans.XmlString xgetDocumentKind()
Gets (as xml) the "DocumentKind" element


isSetDocumentKind

boolean isSetDocumentKind()
True if has "DocumentKind" element


setDocumentKind

void setDocumentKind(java.lang.String documentKind)
Sets the "DocumentKind" element


xsetDocumentKind

void xsetDocumentKind(org.apache.xmlbeans.XmlString documentKind)
Sets (as xml) the "DocumentKind" element


unsetDocumentKind

void unsetDocumentKind()
Unsets the "DocumentKind" element


getBagArray

CustomProperties[] getBagArray()
Gets array of all "Bag" elements


getBagArray

CustomProperties getBagArray(int i)
Gets ith "Bag" element


sizeOfBagArray

int sizeOfBagArray()
Returns number of "Bag" element


setBagArray

void setBagArray(CustomProperties[] bagArray)
Sets array of all "Bag" element


setBagArray

void setBagArray(int i,
                 CustomProperties bag)
Sets ith "Bag" element


insertNewBag

CustomProperties insertNewBag(int i)
Inserts and returns a new empty value (as xml) as the ith "Bag" element


addNewBag

CustomProperties addNewBag()
Appends and returns a new empty value (as xml) as the last "Bag" element


removeBag

void removeBag(int i)
Removes the ith "Bag" element