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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserKeyGenerationSettingsType
public abstract class UserKeyGenerationSettingsType
Java class for UserKeyGenerationSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserKeyGenerationSettingsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ServiceAttributesType">
<sequence>
<element name="keyGenExpiryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="keyGenMaxAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="keyGenNumAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="keyGenPassword" type="{http://www.w3.org/2001/XMLSchema}string" 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 javax.xml.datatype.XMLGregorianCalendar |
keyGenExpiryTime
|
protected java.lang.Integer |
keyGenMaxAttempts
|
protected java.lang.Integer |
keyGenNumAttempts
|
protected java.lang.String |
keyGenPassword
|
| Fields inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
plugInId, type |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
UserKeyGenerationSettingsType()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getKeyGenExpiryTime()
Gets the value of the keyGenExpiryTime property. |
java.lang.Integer |
getKeyGenMaxAttempts()
Gets the value of the keyGenMaxAttempts property. |
java.lang.Integer |
getKeyGenNumAttempts()
Gets the value of the keyGenNumAttempts property. |
java.lang.String |
getKeyGenPassword()
Gets the value of the keyGenPassword property. |
void |
setKeyGenExpiryTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the keyGenExpiryTime property. |
void |
setKeyGenMaxAttempts(java.lang.Integer value)
Sets the value of the keyGenMaxAttempts property. |
void |
setKeyGenNumAttempts(java.lang.Integer value)
Sets the value of the keyGenNumAttempts property. |
void |
setKeyGenPassword(java.lang.String value)
Sets the value of the keyGenPassword property. |
| Methods inherited from class com.rim.bes.bas.dto.ServiceAttributesType |
|---|
getPlugInId, getType, setPlugInId, setType |
| 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 javax.xml.datatype.XMLGregorianCalendar keyGenExpiryTime
protected java.lang.Integer keyGenMaxAttempts
protected java.lang.Integer keyGenNumAttempts
protected java.lang.String keyGenPassword
| Constructor Detail |
|---|
public UserKeyGenerationSettingsType()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getKeyGenExpiryTime()
XMLGregorianCalendarpublic void setKeyGenExpiryTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getKeyGenMaxAttempts()
Integerpublic void setKeyGenMaxAttempts(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getKeyGenNumAttempts()
Integerpublic void setKeyGenNumAttempts(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getKeyGenPassword()
Stringpublic void setKeyGenPassword(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.UserKeyGenerationSettingsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||