|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.CreateBASAuthenticatedAdministratorUser NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.baa.CreateBASAuthenticatedAdministratorUser
public class CreateBASAuthenticatedAdministratorUser
Java class for createBASAuthenticatedAdministratorUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createBASAuthenticatedAdministratorUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="organizationId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="roleId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
displayName
|
protected int |
organizationId
|
protected java.lang.String |
password
|
protected int |
roleId
|
protected java.lang.String |
username
|
| Constructor Summary | |
|---|---|
CreateBASAuthenticatedAdministratorUser()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
int |
getOrganizationId()
Gets the value of the organizationId property. |
java.lang.String |
getPassword()
Gets the value of the password property. |
int |
getRoleId()
Gets the value of the roleId property. |
java.lang.String |
getUsername()
Gets the value of the username property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setOrganizationId(int value)
Sets the value of the organizationId property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setRoleId(int value)
Sets the value of the roleId property. |
void |
setUsername(java.lang.String value)
Sets the value of the username property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int organizationId
protected java.lang.String displayName
protected int roleId
protected java.lang.String username
protected java.lang.String password
| Constructor Detail |
|---|
public CreateBASAuthenticatedAdministratorUser()
| Method Detail |
|---|
public int getOrganizationId()
public void setOrganizationId(int value)
public java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic int getRoleId()
public void setRoleId(int value)
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.CreateBASAuthenticatedAdministratorUser NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||