org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony
Class TimeSyncTokenType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.TimeSyncTokenType

public class TimeSyncTokenType
extends java.lang.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:PersonalizedTelephony}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:PersonalizedTelephony}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

deviceType

protected DeviceTypeType deviceType

seedLength

protected java.math.BigInteger seedLength

deviceInHand

protected BooleanType deviceInHand
Constructor Detail

TimeSyncTokenType

public TimeSyncTokenType()
Method Detail

getDeviceType

public DeviceTypeType getDeviceType()
Gets the value of the deviceType property.

Returns:
possible object is DeviceTypeType

setDeviceType

public void setDeviceType(DeviceTypeType value)
Sets the value of the deviceType property.

Parameters:
value - allowed object is DeviceTypeType

getSeedLength

public java.math.BigInteger getSeedLength()
Gets the value of the seedLength property.

Returns:
possible object is BigInteger

setSeedLength

public void setSeedLength(java.math.BigInteger value)
Sets the value of the seedLength property.

Parameters:
value - allowed object is BigInteger

getDeviceInHand

public BooleanType getDeviceInHand()
Gets the value of the deviceInHand property.

Returns:
possible object is BooleanType

setDeviceInHand

public void setDeviceInHand(BooleanType value)
Sets the value of the deviceInHand property.

Parameters:
value - allowed object is BooleanType


Copyright © 2009 JBoss Inc.. All Rights Reserved.