com.businessobjects.enterprise.infoobject
Interface PluginRole


public interface PluginRole

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


Nested Class Summary
static class PluginRole.Factory
          A factory class with static methods for creating instances of this type.
static interface PluginRole.Rights
          An XML Rights(@http://enterprise.businessobjects.com/3.0/infoobject).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 PluginRole.Rights addNewRights()
          Appends and returns a new empty "Rights" element
 java.lang.String getDescription()
          Gets the "Description" element
 int getID()
          Gets the "ID" element
 PluginRole.Rights getRights()
          Gets the "Rights" element
 boolean isSetDescription()
          True if has "Description" element
 boolean isSetID()
          True if has "ID" element
 boolean isSetRights()
          True if has "Rights" element
 void setDescription(java.lang.String description)
          Sets the "Description" element
 void setID(int id)
          Sets the "ID" element
 void setRights(PluginRole.Rights rights)
          Sets the "Rights" element
 void unsetDescription()
          Unsets the "Description" element
 void unsetID()
          Unsets the "ID" element
 void unsetRights()
          Unsets the "Rights" element
 org.apache.xmlbeans.XmlString xgetDescription()
          Gets (as xml) the "Description" element
 org.apache.xmlbeans.XmlInt xgetID()
          Gets (as xml) the "ID" element
 void xsetDescription(org.apache.xmlbeans.XmlString description)
          Sets (as xml) the "Description" element
 void xsetID(org.apache.xmlbeans.XmlInt id)
          Sets (as xml) the "ID" element
 

Field Detail

type

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

getRights

PluginRole.Rights getRights()
Gets the "Rights" element


isSetRights

boolean isSetRights()
True if has "Rights" element


setRights

void setRights(PluginRole.Rights rights)
Sets the "Rights" element


addNewRights

PluginRole.Rights addNewRights()
Appends and returns a new empty "Rights" element


unsetRights

void unsetRights()
Unsets the "Rights" element


getDescription

java.lang.String getDescription()
Gets the "Description" element


xgetDescription

org.apache.xmlbeans.XmlString xgetDescription()
Gets (as xml) the "Description" element


isSetDescription

boolean isSetDescription()
True if has "Description" element


setDescription

void setDescription(java.lang.String description)
Sets the "Description" element


xsetDescription

void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "Description" element


unsetDescription

void unsetDescription()
Unsets the "Description" element


getID

int getID()
Gets the "ID" element


xgetID

org.apache.xmlbeans.XmlInt xgetID()
Gets (as xml) the "ID" element


isSetID

boolean isSetID()
True if has "ID" element


setID

void setID(int id)
Sets the "ID" element


xsetID

void xsetID(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "ID" element


unsetID

void unsetID()
Unsets the "ID" element