|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.ac.classes.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: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>
Field Summary | |
---|---|
protected Boolean |
deviceInHand
|
protected DeviceTypeType |
deviceType
|
protected BigInteger |
seedLength
|
Constructor Summary | |
---|---|
TimeSyncTokenType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DeviceTypeType deviceType
protected BigInteger seedLength
protected Boolean deviceInHand
Constructor Detail |
---|
public TimeSyncTokenType()
Method Detail |
---|
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 Boolean getDeviceInHand()
BooleanType
public void setDeviceInHand(Boolean value)
value
- allowed object is BooleanType
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |