com.businessobjects.enterprise.user
Interface UserAlias


public interface UserAlias

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


Nested Class Summary
static class UserAlias.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 boolean getDisabled()
          Gets the "Disabled" element
 java.lang.String getID()
          Gets the "ID" element
 java.lang.String getName()
          Gets the "Name" element
 void setDisabled(boolean disabled)
          Sets the "Disabled" element
 void setID(java.lang.String id)
          Sets the "ID" element
 void setName(java.lang.String name)
          Sets the "Name" element
 org.apache.xmlbeans.XmlBoolean xgetDisabled()
          Gets (as xml) the "Disabled" element
 org.apache.xmlbeans.XmlString xgetID()
          Gets (as xml) the "ID" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
          Sets (as xml) the "Disabled" element
 void xsetID(org.apache.xmlbeans.XmlString id)
          Sets (as xml) the "ID" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 

Field Detail

type

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

getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


getDisabled

boolean getDisabled()
Gets the "Disabled" element


xgetDisabled

org.apache.xmlbeans.XmlBoolean xgetDisabled()
Gets (as xml) the "Disabled" element


setDisabled

void setDisabled(boolean disabled)
Sets the "Disabled" element


xsetDisabled

void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
Sets (as xml) the "Disabled" element


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