com.businessobjects.enterprise.infoobject
Interface Right

All Known Subinterfaces:
RightInfo

public interface Right

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


Nested Class Summary
static class Right.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 getDenied()
          Gets the "Denied" element
 java.lang.String getID()
          Gets the "ID" element
 java.lang.String getObjectKind()
          Gets the "ObjectKind" element
 boolean getOwner()
          Gets the "Owner" element
 java.lang.String getScope()
          Gets the "Scope" element
 boolean isSetApplicableKind()
          True if has "ApplicableKind" element
 boolean isSetDenied()
          True if has "Denied" element
 boolean isSetObjectKind()
          True if has "ObjectKind" element
 boolean isSetOwner()
          True if has "Owner" element
 boolean isSetScope()
          True if has "Scope" element
 void setApplicableKind(java.lang.String applicableKind)
          Sets the "ApplicableKind" element
 void setDenied(boolean denied)
          Sets the "Denied" element
 void setID(java.lang.String id)
          Sets the "ID" element
 void setObjectKind(java.lang.String objectKind)
          Sets the "ObjectKind" element
 void setOwner(boolean owner)
          Sets the "Owner" element
 void setScope(java.lang.String scope)
          Sets the "Scope" element
 void unsetApplicableKind()
          Unsets the "ApplicableKind" element
 void unsetDenied()
          Unsets the "Denied" element
 void unsetObjectKind()
          Unsets the "ObjectKind" element
 void unsetOwner()
          Unsets the "Owner" element
 void unsetScope()
          Unsets the "Scope" element
 org.apache.xmlbeans.XmlString xgetApplicableKind()
          Gets (as xml) the "ApplicableKind" element
 org.apache.xmlbeans.XmlBoolean xgetDenied()
          Gets (as xml) the "Denied" element
 org.apache.xmlbeans.XmlString xgetID()
          Gets (as xml) the "ID" element
 org.apache.xmlbeans.XmlString xgetObjectKind()
          Gets (as xml) the "ObjectKind" 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 xsetDenied(org.apache.xmlbeans.XmlBoolean denied)
          Sets (as xml) the "Denied" element
 void xsetID(org.apache.xmlbeans.XmlString id)
          Sets (as xml) the "ID" element
 void xsetObjectKind(org.apache.xmlbeans.XmlString objectKind)
          Sets (as xml) the "ObjectKind" 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

getID

java.lang.String getID()
Gets the "ID" element


xgetID

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


setID

void setID(java.lang.String id)
Sets the "ID" element


xsetID

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


getDenied

boolean getDenied()
Gets the "Denied" element


xgetDenied

org.apache.xmlbeans.XmlBoolean xgetDenied()
Gets (as xml) the "Denied" element


isSetDenied

boolean isSetDenied()
True if has "Denied" element


setDenied

void setDenied(boolean denied)
Sets the "Denied" element


xsetDenied

void xsetDenied(org.apache.xmlbeans.XmlBoolean denied)
Sets (as xml) the "Denied" element


unsetDenied

void unsetDenied()
Unsets the "Denied" element


getOwner

boolean getOwner()
Gets the "Owner" element


xgetOwner

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


isSetOwner

boolean isSetOwner()
True if has "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


unsetOwner

void unsetOwner()
Unsets the "Owner" element


getObjectKind

java.lang.String getObjectKind()
Gets the "ObjectKind" element


xgetObjectKind

org.apache.xmlbeans.XmlString xgetObjectKind()
Gets (as xml) the "ObjectKind" element


isSetObjectKind

boolean isSetObjectKind()
True if has "ObjectKind" element


setObjectKind

void setObjectKind(java.lang.String objectKind)
Sets the "ObjectKind" element


xsetObjectKind

void xsetObjectKind(org.apache.xmlbeans.XmlString objectKind)
Sets (as xml) the "ObjectKind" element


unsetObjectKind

void unsetObjectKind()
Unsets the "ObjectKind" element


getScope

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


xgetScope

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


isSetScope

boolean isSetScope()
True if has "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


unsetScope

void unsetScope()
Unsets the "Scope" element


getApplicableKind

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


xgetApplicableKind

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


isSetApplicableKind

boolean isSetApplicableKind()
True if has "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


unsetApplicableKind

void unsetApplicableKind()
Unsets the "ApplicableKind" element