com.businessobjects.enterprise.connection
Interface CollateralIds


public interface CollateralIds

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


Nested Class Summary
static class CollateralIds.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CollateralId addNewCollateralId()
          Appends and returns a new empty value (as xml) as the last "CollateralId" element
 CollateralId[] getCollateralIdArray()
          Gets array of all "CollateralId" elements
 CollateralId getCollateralIdArray(int i)
          Gets ith "CollateralId" element
 CollateralId insertNewCollateralId(int i)
          Inserts and returns a new empty value (as xml) as the ith "CollateralId" element
 void removeCollateralId(int i)
          Removes the ith "CollateralId" element
 void setCollateralIdArray(CollateralId[] collateralIdArray)
          Sets array of all "CollateralId" element
 void setCollateralIdArray(int i, CollateralId collateralId)
          Sets ith "CollateralId" element
 int sizeOfCollateralIdArray()
          Returns number of "CollateralId" element
 

Field Detail

type

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

getCollateralIdArray

CollateralId[] getCollateralIdArray()
Gets array of all "CollateralId" elements


getCollateralIdArray

CollateralId getCollateralIdArray(int i)
Gets ith "CollateralId" element


sizeOfCollateralIdArray

int sizeOfCollateralIdArray()
Returns number of "CollateralId" element


setCollateralIdArray

void setCollateralIdArray(CollateralId[] collateralIdArray)
Sets array of all "CollateralId" element


setCollateralIdArray

void setCollateralIdArray(int i,
                          CollateralId collateralId)
Sets ith "CollateralId" element


insertNewCollateralId

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


addNewCollateralId

CollateralId addNewCollateralId()
Appends and returns a new empty value (as xml) as the last "CollateralId" element


removeCollateralId

void removeCollateralId(int i)
Removes the ith "CollateralId" element