com.businessobjects.enterprise.infoobject
Interface Rights


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

type

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

getRightArray

Right[] getRightArray()
Gets array of all "Right" elements


getRightArray

Right getRightArray(int i)
Gets ith "Right" element


sizeOfRightArray

int sizeOfRightArray()
Returns number of "Right" element


setRightArray

void setRightArray(Right[] rightArray)
Sets array of all "Right" element


setRightArray

void setRightArray(int i,
                   Right right)
Sets ith "Right" element


insertNewRight

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


addNewRight

Right addNewRight()
Appends and returns a new empty value (as xml) as the last "Right" element


removeRight

void removeRight(int i)
Removes the ith "Right" element