com.businessobjects.enterprise.overload
Interface RowsOverload


public interface RowsOverload

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


Nested Class Summary
static class RowsOverload.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 RowOverload addNewRow()
          Appends and returns a new empty value (as xml) as the last "Row" element
 RowOverload[] getRowArray()
          Gets array of all "Row" elements
 RowOverload getRowArray(int i)
          Gets ith "Row" element
 RowOverload insertNewRow(int i)
          Inserts and returns a new empty value (as xml) as the ith "Row" element
 void removeRow(int i)
          Removes the ith "Row" element
 void setRowArray(int i, RowOverload row)
          Sets ith "Row" element
 void setRowArray(RowOverload[] rowArray)
          Sets array of all "Row" element
 int sizeOfRowArray()
          Returns number of "Row" element
 

Field Detail

type

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

getRowArray

RowOverload[] getRowArray()
Gets array of all "Row" elements


getRowArray

RowOverload getRowArray(int i)
Gets ith "Row" element


sizeOfRowArray

int sizeOfRowArray()
Returns number of "Row" element


setRowArray

void setRowArray(RowOverload[] rowArray)
Sets array of all "Row" element


setRowArray

void setRowArray(int i,
                 RowOverload row)
Sets ith "Row" element


insertNewRow

RowOverload insertNewRow(int i)
Inserts and returns a new empty value (as xml) as the ith "Row" element


addNewRow

RowOverload addNewRow()
Appends and returns a new empty value (as xml) as the last "Row" element


removeRow

void removeRow(int i)
Removes the ith "Row" element