|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Right
This object provides information about the rights that are set on an object for a particular principal.
| Nested Class Summary | |
|---|---|
static class |
Right.Factory
A class with methods for creating instances of the Right type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
java.lang.String |
getApplicableKind()
Gets which type of object this right applies to. |
boolean |
getDenied()
Returns true if the right is denied, and false otherwise. |
java.lang.String |
getID()
Returns the right's ID. |
java.lang.String |
getObjectKind()
Returns the object kind of the right. |
boolean |
getOwner()
Returns whether this right applies to the owner of the object only. |
java.lang.String |
getScope()
Returns how this right will be inherited by child objects. |
boolean |
isSetApplicableKind()
Checks if the ApplicableKind element has been set. |
boolean |
isSetDenied()
Checks if the Denied has been set. |
boolean |
isSetObjectKind()
Checks of the ObjectKind of a right has been set. |
boolean |
isSetOwner()
Checks if the Owner element has been set. |
boolean |
isSetScope()
Internal Use Only. |
void |
setApplicableKind(java.lang.String applicableKind)
Sets which type of object this right applies to. |
void |
setDenied(boolean denied)
Sets the right to Denied. |
void |
setID(java.lang.String id)
Sets the ID of the right. |
void |
setObjectKind(java.lang.String objectKind)
Sets the ObjectKind of a right. |
void |
setOwner(boolean owner)
Sets whether this right applies to the owner of the object only. |
void |
setScope(java.lang.String scope)
Internal Use Only. |
void |
unsetApplicableKind()
Deletes or unsets the ApplicableKind element. |
void |
unsetDenied()
Internal Use Only. |
void |
unsetObjectKind()
Internal Use Only. |
void |
unsetOwner()
Deletes or unsets the Owner element. |
void |
unsetScope()
Deletes or unsets the Scope element. |
org.apache.xmlbeans.XmlString |
xgetApplicableKind()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetDenied()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetObjectKind()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetOwner()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetScope()
Internal Use Only. |
void |
xsetApplicableKind(org.apache.xmlbeans.XmlString applicableKind)
Internal Use Only. |
void |
xsetDenied(org.apache.xmlbeans.XmlBoolean denied)
Internal Use Only. |
void |
xsetID(org.apache.xmlbeans.XmlString id)
Internal Use Only. |
void |
xsetObjectKind(org.apache.xmlbeans.XmlString objectKind)
Internal Use Only. |
void |
xsetOwner(org.apache.xmlbeans.XmlBoolean owner)
Internal Use Only. |
void |
xsetScope(org.apache.xmlbeans.XmlString scope)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getID()
Returns the right's ID.
org.apache.xmlbeans.XmlString xgetID()
void setID(java.lang.String id)
id - The new ID.void xsetID(org.apache.xmlbeans.XmlString id)
boolean getDenied()
Returns true if the right is denied, and false otherwise.
true if the right is denied, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetDenied()
boolean isSetDenied()
true if the Denied element has been set, otherwise false.void setDenied(boolean denied)
denied - void xsetDenied(org.apache.xmlbeans.XmlBoolean denied)
void unsetDenied()
boolean getOwner()
true if this right applies to the owner of the object only.org.apache.xmlbeans.XmlBoolean xgetOwner()
boolean isSetOwner()
true if the Owner element has been set, otherwise false.void setOwner(boolean owner)
owner - true if this right applies to the owner of the object only.void xsetOwner(org.apache.xmlbeans.XmlBoolean owner)
void unsetOwner()
Deletes or unsets the Owner element.
java.lang.String getObjectKind()
org.apache.xmlbeans.XmlString xgetObjectKind()
boolean isSetObjectKind()
true if the ObjectKind element has been set,otherwise false.void setObjectKind(java.lang.String objectKind)
objectKind - void xsetObjectKind(org.apache.xmlbeans.XmlString objectKind)
void unsetObjectKind()
java.lang.String getScope()
String representing how this right will be inherited by child objects.org.apache.xmlbeans.XmlString xgetScope()
boolean isSetScope()
void setScope(java.lang.String scope)
void xsetScope(org.apache.xmlbeans.XmlString scope)
void unsetScope()
Deletes or unsets the Scope element.
java.lang.String getApplicableKind()
String representing the type of object this right applies to.org.apache.xmlbeans.XmlString xgetApplicableKind()
boolean isSetApplicableKind()
true if the ApplicableKind element has been set, otherwise false.void setApplicableKind(java.lang.String applicableKind)
applicableKind - A String representing the type of object this right applies to.void xsetApplicableKind(org.apache.xmlbeans.XmlString applicableKind)
void unsetApplicableKind()
Deletes or unsets the ApplicableKind element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||