|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
CustomBag.Integer[] getIntegerArray()
CustomBag.Integer getIntegerArray(int i)
int sizeOfIntegerArray()
void setIntegerArray(CustomBag.Integer[] integerArray)
void setIntegerArray(int i,
CustomBag.Integer integer)
CustomBag.Integer insertNewInteger(int i)
CustomBag.Integer addNewInteger()
void removeInteger(int i)
CustomBag.String[] getStringArray()
CustomBag.String getStringArray(int i)
int sizeOfStringArray()
void setStringArray(CustomBag.String[] stringArray)
void setStringArray(int i,
CustomBag.String string)
CustomBag.String insertNewString(int i)
CustomBag.String addNewString()
void removeString(int i)
CustomBag.Bool[] getBoolArray()
CustomBag.Bool getBoolArray(int i)
int sizeOfBoolArray()
void setBoolArray(CustomBag.Bool[] boolArray)
void setBoolArray(int i,
CustomBag.Bool bool)
CustomBag.Bool insertNewBool(int i)
CustomBag.Bool addNewBool()
void removeBool(int i)
CustomBag.Date[] getDateArray()
CustomBag.Date getDateArray(int i)
int sizeOfDateArray()
void setDateArray(CustomBag.Date[] dateArray)
void setDateArray(int i,
CustomBag.Date date)
CustomBag.Date insertNewDate(int i)
CustomBag.Date addNewDate()
void removeDate(int i)
CustomBag.Double[] getDoubleArray()
CustomBag.Double getDoubleArray(int i)
int sizeOfDoubleArray()
void setDoubleArray(CustomBag.Double[] xdoubleArray)
void setDoubleArray(int i,
CustomBag.Double xdouble)
CustomBag.Double insertNewDouble(int i)
CustomBag.Double addNewDouble()
void removeDouble(int i)
CustomBag.Bag[] getBagArray()
CustomBag.Bag getBagArray(int i)
int sizeOfBagArray()
void setBagArray(CustomBag.Bag[] bagArray)
void setBagArray(int i,
CustomBag.Bag bag)
CustomBag.Bag insertNewBag(int i)
CustomBag.Bag addNewBag()
void removeBag(int i)
boolean getProcessingProp()
org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
boolean isSetProcessingProp()
void setProcessingProp(boolean processingProp)
void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
void unsetProcessingProp()
java.lang.String getNameID()
org.apache.xmlbeans.XmlString xgetNameID()
boolean isSetNameID()
void setNameID(java.lang.String nameID)
void xsetNameID(org.apache.xmlbeans.XmlString nameID)
void unsetNameID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||