|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomProperties
An XML CustomProperties(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static interface |
CustomProperties.Bool
An XML Bool(@http://enterprise.businessobjects.com/3.0/infoobject). |
static interface |
CustomProperties.Date
An XML Date(@http://enterprise.businessobjects.com/3.0/infoobject). |
static interface |
CustomProperties.Double
An XML Double(@http://enterprise.businessobjects.com/3.0/infoobject). |
static class |
CustomProperties.Factory
A factory class with static methods for creating instances of this type. |
static interface |
CustomProperties.Integer
An XML Integer(@http://enterprise.businessobjects.com/3.0/infoobject). |
static interface |
CustomProperties.String
An XML String(@http://enterprise.businessobjects.com/3.0/infoobject). |
| 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.Bool |
addNewBool()
Appends and returns a new empty value (as xml) as the last "Bool" element |
CustomRelation |
addNewCustomRelation()
Appends and returns a new empty value (as xml) as the last "CustomRelation" element |
CustomProperties.Date |
addNewDate()
Appends and returns a new empty value (as xml) as the last "Date" element |
CustomProperties.Double |
addNewDouble()
Appends and returns a new empty value (as xml) as the last "Double" element |
CustomProperties.Integer |
addNewInteger()
Appends and returns a new empty value (as xml) as the last "Integer" element |
CustomProperties.String |
addNewString()
Appends and returns a new empty value (as xml) as the last "String" element |
CustomProperties[] |
getBagArray()
Gets array of all "Bag" elements |
CustomProperties |
getBagArray(int i)
Gets ith "Bag" element |
CustomProperties.Bool[] |
getBoolArray()
Gets array of all "Bool" elements |
CustomProperties.Bool |
getBoolArray(int i)
Gets ith "Bool" element |
CustomRelation[] |
getCustomRelationArray()
Gets array of all "CustomRelation" elements |
CustomRelation |
getCustomRelationArray(int i)
Gets ith "CustomRelation" element |
CustomProperties.Date[] |
getDateArray()
Gets array of all "Date" elements |
CustomProperties.Date |
getDateArray(int i)
Gets ith "Date" element |
CustomProperties.Double[] |
getDoubleArray()
Gets array of all "Double" elements |
CustomProperties.Double |
getDoubleArray(int i)
Gets ith "Double" element |
CustomProperties.Integer[] |
getIntegerArray()
Gets array of all "Integer" elements |
CustomProperties.Integer |
getIntegerArray(int i)
Gets ith "Integer" element |
java.lang.String |
getNameID()
Gets the "nameID" attribute |
boolean |
getProcessingProp()
Gets the "processingProp" attribute |
CustomProperties.String[] |
getStringArray()
Gets array of all "String" elements |
CustomProperties.String |
getStringArray(int i)
Gets ith "String" element |
CustomProperties |
insertNewBag(int i)
Inserts and returns a new empty value (as xml) as the ith "Bag" element |
CustomProperties.Bool |
insertNewBool(int i)
Inserts and returns a new empty value (as xml) as the ith "Bool" element |
CustomRelation |
insertNewCustomRelation(int i)
Inserts and returns a new empty value (as xml) as the ith "CustomRelation" element |
CustomProperties.Date |
insertNewDate(int i)
Inserts and returns a new empty value (as xml) as the ith "Date" element |
CustomProperties.Double |
insertNewDouble(int i)
Inserts and returns a new empty value (as xml) as the ith "Double" element |
CustomProperties.Integer |
insertNewInteger(int i)
Inserts and returns a new empty value (as xml) as the ith "Integer" element |
CustomProperties.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 |
removeCustomRelation(int i)
Removes the ith "CustomRelation" 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(CustomProperties[] bagArray)
Sets array of all "Bag" element |
void |
setBagArray(int i,
CustomProperties bag)
Sets ith "Bag" element |
void |
setBoolArray(CustomProperties.Bool[] boolArray)
Sets array of all "Bool" element |
void |
setBoolArray(int i,
CustomProperties.Bool bool)
Sets ith "Bool" element |
void |
setCustomRelationArray(CustomRelation[] customRelationArray)
Sets array of all "CustomRelation" element |
void |
setCustomRelationArray(int i,
CustomRelation customRelation)
Sets ith "CustomRelation" element |
void |
setDateArray(CustomProperties.Date[] dateArray)
Sets array of all "Date" element |
void |
setDateArray(int i,
CustomProperties.Date date)
Sets ith "Date" element |
void |
setDoubleArray(CustomProperties.Double[] xdoubleArray)
Sets array of all "Double" element |
void |
setDoubleArray(int i,
CustomProperties.Double xdouble)
Sets ith "Double" element |
void |
setIntegerArray(CustomProperties.Integer[] integerArray)
Sets array of all "Integer" element |
void |
setIntegerArray(int i,
CustomProperties.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(CustomProperties.String[] stringArray)
Sets array of all "String" element |
void |
setStringArray(int i,
CustomProperties.String string)
Sets ith "String" element |
int |
sizeOfBagArray()
Returns number of "Bag" element |
int |
sizeOfBoolArray()
Returns number of "Bool" element |
int |
sizeOfCustomRelationArray()
Returns number of "CustomRelation" 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 |
|---|
CustomProperties.Integer[] getIntegerArray()
CustomProperties.Integer getIntegerArray(int i)
int sizeOfIntegerArray()
void setIntegerArray(CustomProperties.Integer[] integerArray)
void setIntegerArray(int i,
CustomProperties.Integer integer)
CustomProperties.Integer insertNewInteger(int i)
CustomProperties.Integer addNewInteger()
void removeInteger(int i)
CustomProperties.String[] getStringArray()
CustomProperties.String getStringArray(int i)
int sizeOfStringArray()
void setStringArray(CustomProperties.String[] stringArray)
void setStringArray(int i,
CustomProperties.String string)
CustomProperties.String insertNewString(int i)
CustomProperties.String addNewString()
void removeString(int i)
CustomProperties.Bool[] getBoolArray()
CustomProperties.Bool getBoolArray(int i)
int sizeOfBoolArray()
void setBoolArray(CustomProperties.Bool[] boolArray)
void setBoolArray(int i,
CustomProperties.Bool bool)
CustomProperties.Bool insertNewBool(int i)
CustomProperties.Bool addNewBool()
void removeBool(int i)
CustomProperties.Date[] getDateArray()
CustomProperties.Date getDateArray(int i)
int sizeOfDateArray()
void setDateArray(CustomProperties.Date[] dateArray)
void setDateArray(int i,
CustomProperties.Date date)
CustomProperties.Date insertNewDate(int i)
CustomProperties.Date addNewDate()
void removeDate(int i)
CustomProperties.Double[] getDoubleArray()
CustomProperties.Double getDoubleArray(int i)
int sizeOfDoubleArray()
void setDoubleArray(CustomProperties.Double[] xdoubleArray)
void setDoubleArray(int i,
CustomProperties.Double xdouble)
CustomProperties.Double insertNewDouble(int i)
CustomProperties.Double addNewDouble()
void removeDouble(int i)
CustomRelation[] getCustomRelationArray()
CustomRelation getCustomRelationArray(int i)
int sizeOfCustomRelationArray()
void setCustomRelationArray(CustomRelation[] customRelationArray)
void setCustomRelationArray(int i,
CustomRelation customRelation)
CustomRelation insertNewCustomRelation(int i)
CustomRelation addNewCustomRelation()
void removeCustomRelation(int i)
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)
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()
boolean getProcessingProp()
org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
boolean isSetProcessingProp()
void setProcessingProp(boolean processingProp)
void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
void unsetProcessingProp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||