com.businessobjects.enterprise.customrole
Interface ObjectsAssignedRole


public interface ObjectsAssignedRole

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


Nested Class Summary
static class ObjectsAssignedRole.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 org.apache.xmlbeans.XmlString addNewObjectAssignedRole()
          Appends and returns a new empty value (as xml) as the last "ObjectAssignedRole" element
 void addObjectAssignedRole(java.lang.String objectAssignedRole)
          Appends the value as the last "ObjectAssignedRole" element
 java.lang.String[] getObjectAssignedRoleArray()
          Gets array of all "ObjectAssignedRole" elements
 java.lang.String getObjectAssignedRoleArray(int i)
          Gets ith "ObjectAssignedRole" element
 org.apache.xmlbeans.XmlString insertNewObjectAssignedRole(int i)
          Inserts and returns a new empty value (as xml) as the ith "ObjectAssignedRole" element
 void insertObjectAssignedRole(int i, java.lang.String objectAssignedRole)
          Inserts the value as the ith "ObjectAssignedRole" element
 void removeObjectAssignedRole(int i)
          Removes the ith "ObjectAssignedRole" element
 void setObjectAssignedRoleArray(int i, java.lang.String objectAssignedRole)
          Sets ith "ObjectAssignedRole" element
 void setObjectAssignedRoleArray(java.lang.String[] objectAssignedRoleArray)
          Sets array of all "ObjectAssignedRole" element
 int sizeOfObjectAssignedRoleArray()
          Returns number of "ObjectAssignedRole" element
 org.apache.xmlbeans.XmlString[] xgetObjectAssignedRoleArray()
          Gets (as xml) array of all "ObjectAssignedRole" elements
 org.apache.xmlbeans.XmlString xgetObjectAssignedRoleArray(int i)
          Gets (as xml) ith "ObjectAssignedRole" element
 void xsetObjectAssignedRoleArray(int i, org.apache.xmlbeans.XmlString objectAssignedRole)
          Sets (as xml) ith "ObjectAssignedRole" element
 void xsetObjectAssignedRoleArray(org.apache.xmlbeans.XmlString[] objectAssignedRoleArray)
          Sets (as xml) array of all "ObjectAssignedRole" element
 

Field Detail

type

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

getObjectAssignedRoleArray

java.lang.String[] getObjectAssignedRoleArray()
Gets array of all "ObjectAssignedRole" elements


getObjectAssignedRoleArray

java.lang.String getObjectAssignedRoleArray(int i)
Gets ith "ObjectAssignedRole" element


xgetObjectAssignedRoleArray

org.apache.xmlbeans.XmlString[] xgetObjectAssignedRoleArray()
Gets (as xml) array of all "ObjectAssignedRole" elements


xgetObjectAssignedRoleArray

org.apache.xmlbeans.XmlString xgetObjectAssignedRoleArray(int i)
Gets (as xml) ith "ObjectAssignedRole" element


sizeOfObjectAssignedRoleArray

int sizeOfObjectAssignedRoleArray()
Returns number of "ObjectAssignedRole" element


setObjectAssignedRoleArray

void setObjectAssignedRoleArray(java.lang.String[] objectAssignedRoleArray)
Sets array of all "ObjectAssignedRole" element


setObjectAssignedRoleArray

void setObjectAssignedRoleArray(int i,
                                java.lang.String objectAssignedRole)
Sets ith "ObjectAssignedRole" element


xsetObjectAssignedRoleArray

void xsetObjectAssignedRoleArray(org.apache.xmlbeans.XmlString[] objectAssignedRoleArray)
Sets (as xml) array of all "ObjectAssignedRole" element


xsetObjectAssignedRoleArray

void xsetObjectAssignedRoleArray(int i,
                                 org.apache.xmlbeans.XmlString objectAssignedRole)
Sets (as xml) ith "ObjectAssignedRole" element


insertObjectAssignedRole

void insertObjectAssignedRole(int i,
                              java.lang.String objectAssignedRole)
Inserts the value as the ith "ObjectAssignedRole" element


addObjectAssignedRole

void addObjectAssignedRole(java.lang.String objectAssignedRole)
Appends the value as the last "ObjectAssignedRole" element


insertNewObjectAssignedRole

org.apache.xmlbeans.XmlString insertNewObjectAssignedRole(int i)
Inserts and returns a new empty value (as xml) as the ith "ObjectAssignedRole" element


addNewObjectAssignedRole

org.apache.xmlbeans.XmlString addNewObjectAssignedRole()
Appends and returns a new empty value (as xml) as the last "ObjectAssignedRole" element


removeObjectAssignedRole

void removeObjectAssignedRole(int i)
Removes the ith "ObjectAssignedRole" element