com.businessobjects.enterprise.infoobject
Interface CustomProperties


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

type

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

getIntegerArray

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


getIntegerArray

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


sizeOfIntegerArray

int sizeOfIntegerArray()
Returns number of "Integer" element


setIntegerArray

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


setIntegerArray

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


insertNewInteger

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


addNewInteger

CustomProperties.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

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


getStringArray

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


sizeOfStringArray

int sizeOfStringArray()
Returns number of "String" element


setStringArray

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


setStringArray

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


insertNewString

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


addNewString

CustomProperties.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

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


getBoolArray

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


sizeOfBoolArray

int sizeOfBoolArray()
Returns number of "Bool" element


setBoolArray

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


setBoolArray

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


insertNewBool

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


addNewBool

CustomProperties.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

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


getDateArray

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


sizeOfDateArray

int sizeOfDateArray()
Returns number of "Date" element


setDateArray

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


setDateArray

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


insertNewDate

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


addNewDate

CustomProperties.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

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


getDoubleArray

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


sizeOfDoubleArray

int sizeOfDoubleArray()
Returns number of "Double" element


setDoubleArray

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


setDoubleArray

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


insertNewDouble

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


addNewDouble

CustomProperties.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


getCustomRelationArray

CustomRelation[] getCustomRelationArray()
Gets array of all "CustomRelation" elements


getCustomRelationArray

CustomRelation getCustomRelationArray(int i)
Gets ith "CustomRelation" element


sizeOfCustomRelationArray

int sizeOfCustomRelationArray()
Returns number of "CustomRelation" element


setCustomRelationArray

void setCustomRelationArray(CustomRelation[] customRelationArray)
Sets array of all "CustomRelation" element


setCustomRelationArray

void setCustomRelationArray(int i,
                            CustomRelation customRelation)
Sets ith "CustomRelation" element


insertNewCustomRelation

CustomRelation insertNewCustomRelation(int i)
Inserts and returns a new empty value (as xml) as the ith "CustomRelation" element


addNewCustomRelation

CustomRelation addNewCustomRelation()
Appends and returns a new empty value (as xml) as the last "CustomRelation" element


removeCustomRelation

void removeCustomRelation(int i)
Removes the ith "CustomRelation" 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


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


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