com.businessobjects.enterprise.infoobject
Interface CustomBag

All Known Subinterfaces:
CustomBag.Bag

public interface CustomBag

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


Nested Class Summary
static interface CustomBag.Bag
          An XML Bag(@http://enterprise.businessobjects.com/3.0/infoobject).
static interface CustomBag.Bool
          An XML Bool(@http://enterprise.businessobjects.com/3.0/infoobject).
static interface CustomBag.Date
          An XML Date(@http://enterprise.businessobjects.com/3.0/infoobject).
static interface CustomBag.Double
          An XML Double(@http://enterprise.businessobjects.com/3.0/infoobject).
static class CustomBag.Factory
          A factory class with static methods for creating instances of this type.
static interface CustomBag.Integer
          An XML Integer(@http://enterprise.businessobjects.com/3.0/infoobject).
static interface CustomBag.String
          An XML String(@http://enterprise.businessobjects.com/3.0/infoobject).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CustomBag.Bag addNewBag()
          Appends and returns a new empty value (as xml) as the last "Bag" element
 CustomBag.Bool addNewBool()
          Appends and returns a new empty value (as xml) as the last "Bool" element
 CustomBag.Date addNewDate()
          Appends and returns a new empty value (as xml) as the last "Date" element
 CustomBag.Double addNewDouble()
          Appends and returns a new empty value (as xml) as the last "Double" element
 CustomBag.Integer addNewInteger()
          Appends and returns a new empty value (as xml) as the last "Integer" element
 CustomBag.String addNewString()
          Appends and returns a new empty value (as xml) as the last "String" element
 CustomBag.Bag[] getBagArray()
          Gets array of all "Bag" elements
 CustomBag.Bag getBagArray(int i)
          Gets ith "Bag" element
 CustomBag.Bool[] getBoolArray()
          Gets array of all "Bool" elements
 CustomBag.Bool getBoolArray(int i)
          Gets ith "Bool" element
 CustomBag.Date[] getDateArray()
          Gets array of all "Date" elements
 CustomBag.Date getDateArray(int i)
          Gets ith "Date" element
 CustomBag.Double[] getDoubleArray()
          Gets array of all "Double" elements
 CustomBag.Double getDoubleArray(int i)
          Gets ith "Double" element
 CustomBag.Integer[] getIntegerArray()
          Gets array of all "Integer" elements
 CustomBag.Integer getIntegerArray(int i)
          Gets ith "Integer" element
 java.lang.String getNameID()
          Gets the "nameID" attribute
 boolean getProcessingProp()
          Gets the "processingProp" attribute
 CustomBag.String[] getStringArray()
          Gets array of all "String" elements
 CustomBag.String getStringArray(int i)
          Gets ith "String" element
 CustomBag.Bag insertNewBag(int i)
          Inserts and returns a new empty value (as xml) as the ith "Bag" element
 CustomBag.Bool insertNewBool(int i)
          Inserts and returns a new empty value (as xml) as the ith "Bool" element
 CustomBag.Date insertNewDate(int i)
          Inserts and returns a new empty value (as xml) as the ith "Date" element
 CustomBag.Double insertNewDouble(int i)
          Inserts and returns a new empty value (as xml) as the ith "Double" element
 CustomBag.Integer insertNewInteger(int i)
          Inserts and returns a new empty value (as xml) as the ith "Integer" element
 CustomBag.String insertNewString(int i)
          Inserts and returns a new empty value (as xml) as the ith "String" element
 boolean isSetNameID()
          True if has "nameID" attribute
 boolean isSetProcessingProp()
          True if has "processingProp" attribute
 void removeBag(int i)
          Removes the ith "Bag" element
 void removeBool(int i)
          Removes the ith "Bool" element
 void removeDate(int i)
          Removes the ith "Date" element
 void removeDouble(int i)
          Removes the ith "Double" element
 void removeInteger(int i)
          Removes the ith "Integer" element
 void removeString(int i)
          Removes the ith "String" element
 void setBagArray(CustomBag.Bag[] bagArray)
          Sets array of all "Bag" element
 void setBagArray(int i, CustomBag.Bag bag)
          Sets ith "Bag" element
 void setBoolArray(CustomBag.Bool[] boolArray)
          Sets array of all "Bool" element
 void setBoolArray(int i, CustomBag.Bool bool)
          Sets ith "Bool" element
 void setDateArray(CustomBag.Date[] dateArray)
          Sets array of all "Date" element
 void setDateArray(int i, CustomBag.Date date)
          Sets ith "Date" element
 void setDoubleArray(CustomBag.Double[] xdoubleArray)
          Sets array of all "Double" element
 void setDoubleArray(int i, CustomBag.Double xdouble)
          Sets ith "Double" element
 void setIntegerArray(CustomBag.Integer[] integerArray)
          Sets array of all "Integer" element
 void setIntegerArray(int i, CustomBag.Integer integer)
          Sets ith "Integer" element
 void setNameID(java.lang.String nameID)
          Sets the "nameID" attribute
 void setProcessingProp(boolean processingProp)
          Sets the "processingProp" attribute
 void setStringArray(CustomBag.String[] stringArray)
          Sets array of all "String" element
 void setStringArray(int i, CustomBag.String string)
          Sets ith "String" element
 int sizeOfBagArray()
          Returns number of "Bag" element
 int sizeOfBoolArray()
          Returns number of "Bool" element
 int sizeOfDateArray()
          Returns number of "Date" element
 int sizeOfDoubleArray()
          Returns number of "Double" element
 int sizeOfIntegerArray()
          Returns number of "Integer" element
 int sizeOfStringArray()
          Returns number of "String" element
 void unsetNameID()
          Unsets the "nameID" attribute
 void unsetProcessingProp()
          Unsets the "processingProp" attribute
 org.apache.xmlbeans.XmlString xgetNameID()
          Gets (as xml) the "nameID" attribute
 org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
          Gets (as xml) the "processingProp" attribute
 void xsetNameID(org.apache.xmlbeans.XmlString nameID)
          Sets (as xml) the "nameID" attribute
 void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
          Sets (as xml) the "processingProp" attribute
 

Field Detail

type

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

getIntegerArray

CustomBag.Integer[] getIntegerArray()
Gets array of all "Integer" elements


getIntegerArray

CustomBag.Integer getIntegerArray(int i)
Gets ith "Integer" element


sizeOfIntegerArray

int sizeOfIntegerArray()
Returns number of "Integer" element


setIntegerArray

void setIntegerArray(CustomBag.Integer[] integerArray)
Sets array of all "Integer" element


setIntegerArray

void setIntegerArray(int i,
                     CustomBag.Integer integer)
Sets ith "Integer" element


insertNewInteger

CustomBag.Integer insertNewInteger(int i)
Inserts and returns a new empty value (as xml) as the ith "Integer" element


addNewInteger

CustomBag.Integer addNewInteger()
Appends and returns a new empty value (as xml) as the last "Integer" element


removeInteger

void removeInteger(int i)
Removes the ith "Integer" element


getStringArray

CustomBag.String[] getStringArray()
Gets array of all "String" elements


getStringArray

CustomBag.String getStringArray(int i)
Gets ith "String" element


sizeOfStringArray

int sizeOfStringArray()
Returns number of "String" element


setStringArray

void setStringArray(CustomBag.String[] stringArray)
Sets array of all "String" element


setStringArray

void setStringArray(int i,
                    CustomBag.String string)
Sets ith "String" element


insertNewString

CustomBag.String insertNewString(int i)
Inserts and returns a new empty value (as xml) as the ith "String" element


addNewString

CustomBag.String addNewString()
Appends and returns a new empty value (as xml) as the last "String" element


removeString

void removeString(int i)
Removes the ith "String" element


getBoolArray

CustomBag.Bool[] getBoolArray()
Gets array of all "Bool" elements


getBoolArray

CustomBag.Bool getBoolArray(int i)
Gets ith "Bool" element


sizeOfBoolArray

int sizeOfBoolArray()
Returns number of "Bool" element


setBoolArray

void setBoolArray(CustomBag.Bool[] boolArray)
Sets array of all "Bool" element


setBoolArray

void setBoolArray(int i,
                  CustomBag.Bool bool)
Sets ith "Bool" element


insertNewBool

CustomBag.Bool insertNewBool(int i)
Inserts and returns a new empty value (as xml) as the ith "Bool" element


addNewBool

CustomBag.Bool addNewBool()
Appends and returns a new empty value (as xml) as the last "Bool" element


removeBool

void removeBool(int i)
Removes the ith "Bool" element


getDateArray

CustomBag.Date[] getDateArray()
Gets array of all "Date" elements


getDateArray

CustomBag.Date getDateArray(int i)
Gets ith "Date" element


sizeOfDateArray

int sizeOfDateArray()
Returns number of "Date" element


setDateArray

void setDateArray(CustomBag.Date[] dateArray)
Sets array of all "Date" element


setDateArray

void setDateArray(int i,
                  CustomBag.Date date)
Sets ith "Date" element


insertNewDate

CustomBag.Date insertNewDate(int i)
Inserts and returns a new empty value (as xml) as the ith "Date" element


addNewDate

CustomBag.Date addNewDate()
Appends and returns a new empty value (as xml) as the last "Date" element


removeDate

void removeDate(int i)
Removes the ith "Date" element


getDoubleArray

CustomBag.Double[] getDoubleArray()
Gets array of all "Double" elements


getDoubleArray

CustomBag.Double getDoubleArray(int i)
Gets ith "Double" element


sizeOfDoubleArray

int sizeOfDoubleArray()
Returns number of "Double" element


setDoubleArray

void setDoubleArray(CustomBag.Double[] xdoubleArray)
Sets array of all "Double" element


setDoubleArray

void setDoubleArray(int i,
                    CustomBag.Double xdouble)
Sets ith "Double" element


insertNewDouble

CustomBag.Double insertNewDouble(int i)
Inserts and returns a new empty value (as xml) as the ith "Double" element


addNewDouble

CustomBag.Double addNewDouble()
Appends and returns a new empty value (as xml) as the last "Double" element


removeDouble

void removeDouble(int i)
Removes the ith "Double" element


getBagArray

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


getBagArray

CustomBag.Bag getBagArray(int i)
Gets ith "Bag" element


sizeOfBagArray

int sizeOfBagArray()
Returns number of "Bag" element


setBagArray

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


setBagArray

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


insertNewBag

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


addNewBag

CustomBag.Bag 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


getProcessingProp

boolean getProcessingProp()
Gets the "processingProp" attribute


xgetProcessingProp

org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
Gets (as xml) the "processingProp" attribute


isSetProcessingProp

boolean isSetProcessingProp()
True if has "processingProp" attribute


setProcessingProp

void setProcessingProp(boolean processingProp)
Sets the "processingProp" attribute


xsetProcessingProp

void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
Sets (as xml) the "processingProp" attribute


unsetProcessingProp

void unsetProcessingProp()
Unsets the "processingProp" attribute


getNameID

java.lang.String getNameID()
Gets the "nameID" attribute


xgetNameID

org.apache.xmlbeans.XmlString xgetNameID()
Gets (as xml) the "nameID" attribute


isSetNameID

boolean isSetNameID()
True if has "nameID" attribute


setNameID

void setNameID(java.lang.String nameID)
Sets the "nameID" attribute


xsetNameID

void xsetNameID(org.apache.xmlbeans.XmlString nameID)
Sets (as xml) the "nameID" attribute


unsetNameID

void unsetNameID()
Unsets the "nameID" attribute