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

java.lang.Objectcom.rim.bes.bas.baa.dto.Authenticator
public class Authenticator
Java class for Authenticator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authenticator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="authenticatorType" type="{http://www.rim.com/com.rim.bes.bas.dto}ExternalAuthenticatorTypesEnum" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ExternalAuthenticatorTypesEnum |
authenticatorType
|
protected int |
id
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
Authenticator()
|
|
| Method Summary | |
|---|---|
ExternalAuthenticatorTypesEnum |
getAuthenticatorType()
Gets the value of the authenticatorType property. |
int |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setAuthenticatorType(ExternalAuthenticatorTypesEnum value)
Sets the value of the authenticatorType property. |
void |
setId(int value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ExternalAuthenticatorTypesEnum authenticatorType
protected int id
protected java.lang.String name
| Constructor Detail |
|---|
public Authenticator()
| Method Detail |
|---|
public ExternalAuthenticatorTypesEnum getAuthenticatorType()
ExternalAuthenticatorTypesEnumpublic void setAuthenticatorType(ExternalAuthenticatorTypesEnum value)
value - allowed object is
ExternalAuthenticatorTypesEnumpublic int getId()
public void setId(int value)
public java.lang.String getName()
Stringpublic void setName(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.dto.Authenticator NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||