|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.ac.classes.mobiletwofactorunregistered.TimeSyncTokenType
public class TimeSyncTokenType
Java class for TimeSyncTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeSyncTokenType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="DeviceType" use="required" type="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileTwoFactorUnregistered}DeviceTypeType" />
<attribute name="SeedLength" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="DeviceInHand" use="required" type="{urn:oasis:names:tc:SAML:2.0:ac:classes:MobileTwoFactorUnregistered}booleanType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BooleanType |
deviceInHand
|
protected DeviceTypeType |
deviceType
|
protected java.math.BigInteger |
seedLength
|
| Constructor Summary | |
|---|---|
TimeSyncTokenType()
|
|
| Method Summary | |
|---|---|
BooleanType |
getDeviceInHand()
Gets the value of the deviceInHand property. |
DeviceTypeType |
getDeviceType()
Gets the value of the deviceType property. |
java.math.BigInteger |
getSeedLength()
Gets the value of the seedLength property. |
void |
setDeviceInHand(BooleanType value)
Sets the value of the deviceInHand property. |
void |
setDeviceType(DeviceTypeType value)
Sets the value of the deviceType property. |
void |
setSeedLength(java.math.BigInteger value)
Sets the value of the seedLength property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DeviceTypeType deviceType
protected java.math.BigInteger seedLength
protected BooleanType deviceInHand
| Constructor Detail |
|---|
public TimeSyncTokenType()
| Method Detail |
|---|
public DeviceTypeType getDeviceType()
DeviceTypeTypepublic void setDeviceType(DeviceTypeType value)
value - allowed object is
DeviceTypeTypepublic java.math.BigInteger getSeedLength()
BigIntegerpublic void setSeedLength(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic BooleanType getDeviceInHand()
BooleanTypepublic void setDeviceInHand(BooleanType value)
value - allowed object is
BooleanType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||