com.businessobjects.enterprise.infoobject
Interface Role


public interface Role

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


Nested Class Summary
static class Role.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 getID()
          Gets the "ID" element
 void setID(java.lang.String id)
          Sets the "ID" element
 org.apache.xmlbeans.XmlString xgetID()
          Gets (as xml) the "ID" element
 void xsetID(org.apache.xmlbeans.XmlString id)
          Sets (as xml) the "ID" 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