public class TimeSyncTokenType extends Object
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:AuthenticatedTelephony}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:AuthenticatedTelephony}booleanType"
/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deviceInHand |
protected DeviceTypeType |
deviceType |
protected BigInteger |
seedLength |
| Constructor and Description |
|---|
TimeSyncTokenType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDeviceInHand()
Gets the value of the deviceInHand property.
|
DeviceTypeType |
getDeviceType()
Gets the value of the deviceType property.
|
BigInteger |
getSeedLength()
Gets the value of the seedLength property.
|
void |
setDeviceInHand(Boolean value)
Sets the value of the deviceInHand property.
|
void |
setDeviceType(DeviceTypeType value)
Sets the value of the deviceType property.
|
void |
setSeedLength(BigInteger value)
Sets the value of the seedLength property.
|
protected DeviceTypeType deviceType
protected BigInteger seedLength
protected Boolean deviceInHand
public DeviceTypeType getDeviceType()
DeviceTypeTypepublic void setDeviceType(DeviceTypeType value)
value - allowed object is DeviceTypeTypepublic BigInteger getSeedLength()
BigIntegerpublic void setSeedLength(BigInteger value)
value - allowed object is BigIntegerpublic Boolean getDeviceInHand()
BooleanType public void setDeviceInHand(Boolean value)
value - allowed object is BooleanType Copyright © 2016 JBoss by Red Hat. All rights reserved.