com.businessobjects.enterprise.customrole
Interface RoleRights


public interface RoleRights

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


Nested Class Summary
static class RoleRights.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 RoleRight addNewRoleRight()
          Appends and returns a new empty value (as xml) as the last "RoleRight" element
 RoleRight[] getRoleRightArray()
          Gets array of all "RoleRight" elements
 RoleRight getRoleRightArray(int i)
          Gets ith "RoleRight" element
 RoleRight insertNewRoleRight(int i)
          Inserts and returns a new empty value (as xml) as the ith "RoleRight" element
 void removeRoleRight(int i)
          Removes the ith "RoleRight" element
 void setRoleRightArray(int i, RoleRight roleRight)
          Sets ith "RoleRight" element
 void setRoleRightArray(RoleRight[] roleRightArray)
          Sets array of all "RoleRight" element
 int sizeOfRoleRightArray()
          Returns number of "RoleRight" element
 

Field Detail

type

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

getRoleRightArray

RoleRight[] getRoleRightArray()
Gets array of all "RoleRight" elements


getRoleRightArray

RoleRight getRoleRightArray(int i)
Gets ith "RoleRight" element


sizeOfRoleRightArray

int sizeOfRoleRightArray()
Returns number of "RoleRight" element


setRoleRightArray

void setRoleRightArray(RoleRight[] roleRightArray)
Sets array of all "RoleRight" element


setRoleRightArray

void setRoleRightArray(int i,
                       RoleRight roleRight)
Sets ith "RoleRight" element


insertNewRoleRight

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


addNewRoleRight

RoleRight addNewRoleRight()
Appends and returns a new empty value (as xml) as the last "RoleRight" element


removeRoleRight

void removeRoleRight(int i)
Removes the ith "RoleRight" element