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

java.lang.Objectcom.rim.bes.bas.baa.EncodeUsername
public class EncodeUsername
Java class for encodeUsername complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="encodeUsername">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.rim.com/com.rim.bes.bas.dto}ExternalAuthenticatorTypesEnum" minOccurs="0"/>
<element name="identifier" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="credentialType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
credentialType
|
protected java.lang.String |
domain
|
protected int |
identifier
|
protected ExternalAuthenticatorTypesEnum |
type
|
protected java.lang.String |
username
|
| Constructor Summary | |
|---|---|
EncodeUsername()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCredentialType()
Gets the value of the credentialType property. |
java.lang.String |
getDomain()
Gets the value of the domain property. |
int |
getIdentifier()
Gets the value of the identifier property. |
ExternalAuthenticatorTypesEnum |
getType()
Gets the value of the type property. |
java.lang.String |
getUsername()
Gets the value of the username property. |
void |
setCredentialType(java.lang.String value)
Sets the value of the credentialType property. |
void |
setDomain(java.lang.String value)
Sets the value of the domain property. |
void |
setIdentifier(int value)
Sets the value of the identifier property. |
void |
setType(ExternalAuthenticatorTypesEnum value)
Sets the value of the type 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 java.lang.String username
protected java.lang.String domain
protected ExternalAuthenticatorTypesEnum type
protected int identifier
protected java.lang.String credentialType
| Constructor Detail |
|---|
public EncodeUsername()
| Method Detail |
|---|
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
Stringpublic ExternalAuthenticatorTypesEnum getType()
ExternalAuthenticatorTypesEnumpublic void setType(ExternalAuthenticatorTypesEnum value)
value - allowed object is
ExternalAuthenticatorTypesEnumpublic int getIdentifier()
public void setIdentifier(int value)
public java.lang.String getCredentialType()
Stringpublic void setCredentialType(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.EncodeUsername NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||