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}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}booleanType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BooleanType |
deviceInHand |
protected DeviceTypeType |
deviceType |
protected BigInteger |
seedLength |
Constructor and Description |
---|
TimeSyncTokenType() |
Modifier and Type | Method and Description |
---|---|
BooleanType |
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(BooleanType 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 BooleanType deviceInHand
public DeviceTypeType getDeviceType()
DeviceTypeType
public void setDeviceType(DeviceTypeType value)
value
- allowed object is DeviceTypeType
public BigInteger getSeedLength()
BigInteger
public void setSeedLength(BigInteger value)
value
- allowed object is BigInteger
public BooleanType getDeviceInHand()
BooleanType
public void setDeviceInHand(BooleanType value)
value
- allowed object is BooleanType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.