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