com.businessobjects.dsws.biplatform
Interface RightInfo

All Superinterfaces:
Right

public interface RightInfo
extends Right

An XML RightInfo(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class RightInfo.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 getCategory()
          Gets the "Category" element
 java.lang.String getDescription()
          Gets the "Description" element
 void setCategory(java.lang.String category)
          Sets the "Category" element
 void setDescription(java.lang.String description)
          Sets the "Description" element
 org.apache.xmlbeans.XmlString xgetCategory()
          Gets (as xml) the "Category" element
 org.apache.xmlbeans.XmlString xgetDescription()
          Gets (as xml) the "Description" element
 void xsetCategory(org.apache.xmlbeans.XmlString category)
          Sets (as xml) the "Category" element
 void xsetDescription(org.apache.xmlbeans.XmlString description)
          Sets (as xml) the "Description" element
 
Methods inherited from interface com.businessobjects.enterprise.infoobject.Right
getApplicableKind, getDenied, getID, getObjectKind, getOwner, getScope, isSetApplicableKind, isSetDenied, isSetObjectKind, isSetOwner, isSetScope, setApplicableKind, setDenied, setID, setObjectKind, setOwner, setScope, unsetApplicableKind, unsetDenied, unsetObjectKind, unsetOwner, unsetScope, xgetApplicableKind, xgetDenied, xgetID, xgetObjectKind, xgetOwner, xgetScope, xsetApplicableKind, xsetDenied, xsetID, xsetObjectKind, xsetOwner, xsetScope
 

Field Detail

type

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

getCategory

java.lang.String getCategory()
Gets the "Category" element


xgetCategory

org.apache.xmlbeans.XmlString xgetCategory()
Gets (as xml) the "Category" element


setCategory

void setCategory(java.lang.String category)
Sets the "Category" element


xsetCategory

void xsetCategory(org.apache.xmlbeans.XmlString category)
Sets (as xml) the "Category" element


getDescription

java.lang.String getDescription()
Gets the "Description" element


xgetDescription

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


setDescription

void setDescription(java.lang.String description)
Sets the "Description" element


xsetDescription

void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "Description" element