|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
RowOverload[] getRowArray()
RowOverload getRowArray(int i)
int sizeOfRowArray()
void setRowArray(RowOverload[] rowArray)
void setRowArray(int i,
RowOverload row)
RowOverload insertNewRow(int i)
RowOverload addNewRow()
void removeRow(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||