|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Rights
An XML Rights(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Rights.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
Right |
addNewRight()
Appends and returns a new empty value (as xml) as the last "Right" element |
Right[] |
getRightArray()
Gets array of all "Right" elements |
Right |
getRightArray(int i)
Gets ith "Right" element |
Right |
insertNewRight(int i)
Inserts and returns a new empty value (as xml) as the ith "Right" element |
void |
removeRight(int i)
Removes the ith "Right" element |
void |
setRightArray(int i,
Right right)
Sets ith "Right" element |
void |
setRightArray(Right[] rightArray)
Sets array of all "Right" element |
int |
sizeOfRightArray()
Returns number of "Right" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Right[] getRightArray()
Right getRightArray(int i)
int sizeOfRightArray()
void setRightArray(Right[] rightArray)
void setRightArray(int i,
Right right)
Right insertNewRight(int i)
Right addNewRight()
void removeRight(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||