com.businessobjects.enterprise.customrole
Interface RoleRight


public interface RoleRight

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


Nested Class Summary
static class RoleRight.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getApplicableKind()
          Gets the "ApplicableKind" element
 boolean getGranted()
          Gets the "Granted" element
 int getId()
          Gets the "Id" element
 java.lang.String getKind()
          Gets the "Kind" element
 boolean getOwner()
          Gets the "Owner" element
 java.lang.String getScope()
          Gets the "Scope" element
 void setApplicableKind(java.lang.String applicableKind)
          Sets the "ApplicableKind" element
 void setGranted(boolean granted)
          Sets the "Granted" element
 void setId(int id)
          Sets the "Id" element
 void setKind(java.lang.String kind)
          Sets the "Kind" element
 void setOwner(boolean owner)
          Sets the "Owner" element
 void setScope(java.lang.String scope)
          Sets the "Scope" element
 org.apache.xmlbeans.XmlString xgetApplicableKind()
          Gets (as xml) the "ApplicableKind" element
 org.apache.xmlbeans.XmlBoolean xgetGranted()
          Gets (as xml) the "Granted" element
 org.apache.xmlbeans.XmlInt xgetId()
          Gets (as xml) the "Id" element
 org.apache.xmlbeans.XmlString xgetKind()
          Gets (as xml) the "Kind" element
 org.apache.xmlbeans.XmlBoolean xgetOwner()
          Gets (as xml) the "Owner" element
 org.apache.xmlbeans.XmlString xgetScope()
          Gets (as xml) the "Scope" element
 void xsetApplicableKind(org.apache.xmlbeans.XmlString applicableKind)
          Sets (as xml) the "ApplicableKind" element
 void xsetGranted(org.apache.xmlbeans.XmlBoolean granted)
          Sets (as xml) the "Granted" element
 void xsetId(org.apache.xmlbeans.XmlInt id)
          Sets (as xml) the "Id" element
 void xsetKind(org.apache.xmlbeans.XmlString kind)
          Sets (as xml) the "Kind" element
 void xsetOwner(org.apache.xmlbeans.XmlBoolean owner)
          Sets (as xml) the "Owner" element
 void xsetScope(org.apache.xmlbeans.XmlString scope)
          Sets (as xml) the "Scope" element
 

Field Detail

type

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

getGranted

boolean getGranted()
Gets the "Granted" element


xgetGranted

org.apache.xmlbeans.XmlBoolean xgetGranted()
Gets (as xml) the "Granted" element


setGranted

void setGranted(boolean granted)
Sets the "Granted" element


xsetGranted

void xsetGranted(org.apache.xmlbeans.XmlBoolean granted)
Sets (as xml) the "Granted" element


getOwner

boolean getOwner()
Gets the "Owner" element


xgetOwner

org.apache.xmlbeans.XmlBoolean xgetOwner()
Gets (as xml) the "Owner" element


setOwner

void setOwner(boolean owner)
Sets the "Owner" element


xsetOwner

void xsetOwner(org.apache.xmlbeans.XmlBoolean owner)
Sets (as xml) the "Owner" element


getKind

java.lang.String getKind()
Gets the "Kind" element


xgetKind

org.apache.xmlbeans.XmlString xgetKind()
Gets (as xml) the "Kind" element


setKind

void setKind(java.lang.String kind)
Sets the "Kind" element


xsetKind

void xsetKind(org.apache.xmlbeans.XmlString kind)
Sets (as xml) the "Kind" element


getId

int getId()
Gets the "Id" element


xgetId

org.apache.xmlbeans.XmlInt xgetId()
Gets (as xml) the "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


getApplicableKind

java.lang.String getApplicableKind()
Gets the "ApplicableKind" element


xgetApplicableKind

org.apache.xmlbeans.XmlString xgetApplicableKind()
Gets (as xml) the "ApplicableKind" element


setApplicableKind

void setApplicableKind(java.lang.String applicableKind)
Sets the "ApplicableKind" element


xsetApplicableKind

void xsetApplicableKind(org.apache.xmlbeans.XmlString applicableKind)
Sets (as xml) the "ApplicableKind" element


getScope

java.lang.String getScope()
Gets the "Scope" element


xgetScope

org.apache.xmlbeans.XmlString xgetScope()
Gets (as xml) the "Scope" element


setScope

void setScope(java.lang.String scope)
Sets the "Scope" element


xsetScope

void xsetScope(org.apache.xmlbeans.XmlString scope)
Sets (as xml) the "Scope" element