|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
boolean getGranted()
org.apache.xmlbeans.XmlBoolean xgetGranted()
void setGranted(boolean granted)
void xsetGranted(org.apache.xmlbeans.XmlBoolean granted)
boolean getOwner()
org.apache.xmlbeans.XmlBoolean xgetOwner()
void setOwner(boolean owner)
void xsetOwner(org.apache.xmlbeans.XmlBoolean owner)
java.lang.String getKind()
org.apache.xmlbeans.XmlString xgetKind()
void setKind(java.lang.String kind)
void xsetKind(org.apache.xmlbeans.XmlString kind)
int getId()
org.apache.xmlbeans.XmlInt xgetId()
void setId(int id)
void xsetId(org.apache.xmlbeans.XmlInt id)
java.lang.String getApplicableKind()
org.apache.xmlbeans.XmlString xgetApplicableKind()
void setApplicableKind(java.lang.String applicableKind)
void xsetApplicableKind(org.apache.xmlbeans.XmlString applicableKind)
java.lang.String getScope()
org.apache.xmlbeans.XmlString xgetScope()
void setScope(java.lang.String scope)
void xsetScope(org.apache.xmlbeans.XmlString scope)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||