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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.SoftwareTokenType
public abstract class SoftwareTokenType
Java class for SoftwareTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoftwareTokenType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="seed" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.String |
password
|
protected byte[] |
seed
|
protected java.lang.String |
serialNumber
|
protected java.lang.Integer |
timeout
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
SoftwareTokenType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPassword()
Gets the value of the password property. |
byte[] |
getSeed()
Gets the value of the seed property. |
java.lang.String |
getSerialNumber()
Gets the value of the serialNumber property. |
java.lang.Integer |
getTimeout()
Gets the value of the timeout property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setSeed(byte[] value)
Sets the value of the seed property. |
void |
setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property. |
void |
setTimeout(java.lang.Integer value)
Sets the value of the timeout property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String password
protected byte[] seed
protected java.lang.String serialNumber
protected java.lang.Integer timeout
| Constructor Detail |
|---|
public SoftwareTokenType()
| Method Detail |
|---|
public java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic byte[] getSeed()
public void setSeed(byte[] value)
value - allowed object is
byte[]public java.lang.String getSerialNumber()
Stringpublic void setSerialNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTimeout()
Integerpublic void setTimeout(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.SoftwareTokenType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||