com.businessobjects.enterprise.infoobject
Interface PluginRole.Rights

Enclosing interface:
PluginRole

public static interface PluginRole.Rights

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


Nested Class Summary
static class PluginRole.Rights.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 PluginRight addNewPluginRight()
          Appends and returns a new empty value (as xml) as the last "PluginRight" element
 PluginRight[] getPluginRightArray()
          Gets array of all "PluginRight" elements
 PluginRight getPluginRightArray(int i)
          Gets ith "PluginRight" element
 PluginRight insertNewPluginRight(int i)
          Inserts and returns a new empty value (as xml) as the ith "PluginRight" element
 void removePluginRight(int i)
          Removes the ith "PluginRight" element
 void setPluginRightArray(int i, PluginRight pluginRight)
          Sets ith "PluginRight" element
 void setPluginRightArray(PluginRight[] pluginRightArray)
          Sets array of all "PluginRight" element
 int sizeOfPluginRightArray()
          Returns number of "PluginRight" element
 

Field Detail

type

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

getPluginRightArray

PluginRight[] getPluginRightArray()
Gets array of all "PluginRight" elements


getPluginRightArray

PluginRight getPluginRightArray(int i)
Gets ith "PluginRight" element


sizeOfPluginRightArray

int sizeOfPluginRightArray()
Returns number of "PluginRight" element


setPluginRightArray

void setPluginRightArray(PluginRight[] pluginRightArray)
Sets array of all "PluginRight" element


setPluginRightArray

void setPluginRightArray(int i,
                         PluginRight pluginRight)
Sets ith "PluginRight" element


insertNewPluginRight

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


addNewPluginRight

PluginRight addNewPluginRight()
Appends and returns a new empty value (as xml) as the last "PluginRight" element


removePluginRight

void removePluginRight(int i)
Removes the ith "PluginRight" element