com.businessobjects.enterprise.infoobject
Interface PluginRight


public interface PluginRight

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


Nested Class Summary
static class PluginRight.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 int getDescription()
          Gets the "Description" element
 int getID()
          Gets the "ID" element
 boolean getIsOwnerRight()
          Gets the "IsOwnerRight" element
 boolean getIsSystemRight()
          Gets the "IsSystemRight" element
 boolean isSetDescription()
          True if has "Description" element
 boolean isSetID()
          True if has "ID" element
 boolean isSetIsOwnerRight()
          True if has "IsOwnerRight" element
 boolean isSetIsSystemRight()
          True if has "IsSystemRight" element
 void setDescription(int description)
          Sets the "Description" element
 void setID(int id)
          Sets the "ID" element
 void setIsOwnerRight(boolean isOwnerRight)
          Sets the "IsOwnerRight" element
 void setIsSystemRight(boolean isSystemRight)
          Sets the "IsSystemRight" element
 void unsetDescription()
          Unsets the "Description" element
 void unsetID()
          Unsets the "ID" element
 void unsetIsOwnerRight()
          Unsets the "IsOwnerRight" element
 void unsetIsSystemRight()
          Unsets the "IsSystemRight" element
 org.apache.xmlbeans.XmlInt xgetDescription()
          Gets (as xml) the "Description" element
 org.apache.xmlbeans.XmlInt xgetID()
          Gets (as xml) the "ID" element
 org.apache.xmlbeans.XmlBoolean xgetIsOwnerRight()
          Gets (as xml) the "IsOwnerRight" element
 org.apache.xmlbeans.XmlBoolean xgetIsSystemRight()
          Gets (as xml) the "IsSystemRight" element
 void xsetDescription(org.apache.xmlbeans.XmlInt description)
          Sets (as xml) the "Description" element
 void xsetID(org.apache.xmlbeans.XmlInt id)
          Sets (as xml) the "ID" element
 void xsetIsOwnerRight(org.apache.xmlbeans.XmlBoolean isOwnerRight)
          Sets (as xml) the "IsOwnerRight" element
 void xsetIsSystemRight(org.apache.xmlbeans.XmlBoolean isSystemRight)
          Sets (as xml) the "IsSystemRight" element
 

Field Detail

type

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

getDescription

int getDescription()
Gets the "Description" element


xgetDescription

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


isSetDescription

boolean isSetDescription()
True if has "Description" element


setDescription

void setDescription(int description)
Sets the "Description" element


xsetDescription

void xsetDescription(org.apache.xmlbeans.XmlInt 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


getIsSystemRight

boolean getIsSystemRight()
Gets the "IsSystemRight" element


xgetIsSystemRight

org.apache.xmlbeans.XmlBoolean xgetIsSystemRight()
Gets (as xml) the "IsSystemRight" element


isSetIsSystemRight

boolean isSetIsSystemRight()
True if has "IsSystemRight" element


setIsSystemRight

void setIsSystemRight(boolean isSystemRight)
Sets the "IsSystemRight" element


xsetIsSystemRight

void xsetIsSystemRight(org.apache.xmlbeans.XmlBoolean isSystemRight)
Sets (as xml) the "IsSystemRight" element


unsetIsSystemRight

void unsetIsSystemRight()
Unsets the "IsSystemRight" element


getIsOwnerRight

boolean getIsOwnerRight()
Gets the "IsOwnerRight" element


xgetIsOwnerRight

org.apache.xmlbeans.XmlBoolean xgetIsOwnerRight()
Gets (as xml) the "IsOwnerRight" element


isSetIsOwnerRight

boolean isSetIsOwnerRight()
True if has "IsOwnerRight" element


setIsOwnerRight

void setIsOwnerRight(boolean isOwnerRight)
Sets the "IsOwnerRight" element


xsetIsOwnerRight

void xsetIsOwnerRight(org.apache.xmlbeans.XmlBoolean isOwnerRight)
Sets (as xml) the "IsOwnerRight" element


unsetIsOwnerRight

void unsetIsOwnerRight()
Unsets the "IsOwnerRight" element