Class HardTokenData
- java.lang.Object
-
- org.certificateservices.messages.hardtoken.jaxb.HardTokenData
-
public class HardTokenData extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenType" type="{http://certificateservices.org/xsd/hardtoken}notemptystring"/> <element name="tokenClass" type="{http://certificateservices.org/xsd/hardtoken}notemptystring"/> <element name="serialNumber" type="{http://certificateservices.org/xsd/hardtoken}notemptystring"/> <element name="copyOfSN" type="{http://certificateservices.org/xsd/hardtoken}notemptystring"/> <element name="copies" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="copy" type="{http://certificateservices.org/xsd/hardtoken}notemptystring" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="pinDatas"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pin" type="{http://certificateservices.org/xsd/hardtoken}PINData" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="supportsRemoteUnblock" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="encKeyKeyRecoverable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="createTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> <attribute name="version" use="required" type="{http://certificateservices.org/xsd/hardtoken}notemptystring" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHardTokenData.CopiesJava class for anonymous complex type.static classHardTokenData.PinDatasJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected HardTokenData.Copiescopiesprotected java.lang.StringcopyOfSNprotected javax.xml.datatype.XMLGregorianCalendarcreateTimeprotected booleanencKeyKeyRecoverableprotected javax.xml.datatype.XMLGregorianCalendarmodifyTimeprotected HardTokenData.PinDataspinDatasprotected java.lang.StringserialNumberprotected booleansupportsRemoteUnblockprotected java.lang.StringtokenClassprotected java.lang.StringtokenImplementationprotected java.lang.StringtokenTypeprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description HardTokenData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HardTokenData.CopiesgetCopies()Gets the value of the copies property.java.lang.StringgetCopyOfSN()Gets the value of the copyOfSN property.javax.xml.datatype.XMLGregorianCalendargetCreateTime()Gets the value of the createTime property.javax.xml.datatype.XMLGregorianCalendargetModifyTime()Gets the value of the modifyTime property.HardTokenData.PinDatasgetPinDatas()Gets the value of the pinDatas property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber property.java.lang.StringgetTokenClass()Gets the value of the tokenClass property.java.lang.StringgetTokenImplementation()Gets the value of the tokenImplementation property.java.lang.StringgetTokenType()Gets the value of the tokenType property.java.lang.StringgetVersion()Gets the value of the version property.booleanisEncKeyKeyRecoverable()Gets the value of the encKeyKeyRecoverable property.booleanisSupportsRemoteUnblock()Gets the value of the supportsRemoteUnblock property.voidsetCopies(HardTokenData.Copies value)Sets the value of the copies property.voidsetCopyOfSN(java.lang.String value)Sets the value of the copyOfSN property.voidsetCreateTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the createTime property.voidsetEncKeyKeyRecoverable(boolean value)Sets the value of the encKeyKeyRecoverable property.voidsetModifyTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the modifyTime property.voidsetPinDatas(HardTokenData.PinDatas value)Sets the value of the pinDatas property.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber property.voidsetSupportsRemoteUnblock(boolean value)Sets the value of the supportsRemoteUnblock property.voidsetTokenClass(java.lang.String value)Sets the value of the tokenClass property.voidsetTokenImplementation(java.lang.String value)Sets the value of the tokenImplementation property.voidsetTokenType(java.lang.String value)Sets the value of the tokenType property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
tokenType
protected java.lang.String tokenType
-
tokenClass
protected java.lang.String tokenClass
-
tokenImplementation
protected java.lang.String tokenImplementation
-
serialNumber
protected java.lang.String serialNumber
-
copyOfSN
protected java.lang.String copyOfSN
-
copies
protected HardTokenData.Copies copies
-
pinDatas
protected HardTokenData.PinDatas pinDatas
-
supportsRemoteUnblock
protected boolean supportsRemoteUnblock
-
encKeyKeyRecoverable
protected boolean encKeyKeyRecoverable
-
createTime
protected javax.xml.datatype.XMLGregorianCalendar createTime
-
modifyTime
protected javax.xml.datatype.XMLGregorianCalendar modifyTime
-
version
protected java.lang.String version
-
-
Method Detail
-
getTokenType
public java.lang.String getTokenType()
Gets the value of the tokenType property.- Returns:
- possible object is
String
-
setTokenType
public void setTokenType(java.lang.String value)
Sets the value of the tokenType property.- Parameters:
value- allowed object isString
-
getTokenClass
public java.lang.String getTokenClass()
Gets the value of the tokenClass property.- Returns:
- possible object is
String
-
setTokenClass
public void setTokenClass(java.lang.String value)
Sets the value of the tokenClass property.- Parameters:
value- allowed object isString
-
getTokenImplementation
public java.lang.String getTokenImplementation()
Gets the value of the tokenImplementation property.- Returns:
- possible object is
String
-
setTokenImplementation
public void setTokenImplementation(java.lang.String value)
Sets the value of the tokenImplementation property.- Parameters:
value- allowed object isString
-
getSerialNumber
public java.lang.String getSerialNumber()
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
public void setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.- Parameters:
value- allowed object isString
-
getCopyOfSN
public java.lang.String getCopyOfSN()
Gets the value of the copyOfSN property.- Returns:
- possible object is
String
-
setCopyOfSN
public void setCopyOfSN(java.lang.String value)
Sets the value of the copyOfSN property.- Parameters:
value- allowed object isString
-
getCopies
public HardTokenData.Copies getCopies()
Gets the value of the copies property.- Returns:
- possible object is
HardTokenData.Copies
-
setCopies
public void setCopies(HardTokenData.Copies value)
Sets the value of the copies property.- Parameters:
value- allowed object isHardTokenData.Copies
-
getPinDatas
public HardTokenData.PinDatas getPinDatas()
Gets the value of the pinDatas property.- Returns:
- possible object is
HardTokenData.PinDatas
-
setPinDatas
public void setPinDatas(HardTokenData.PinDatas value)
Sets the value of the pinDatas property.- Parameters:
value- allowed object isHardTokenData.PinDatas
-
isSupportsRemoteUnblock
public boolean isSupportsRemoteUnblock()
Gets the value of the supportsRemoteUnblock property.
-
setSupportsRemoteUnblock
public void setSupportsRemoteUnblock(boolean value)
Sets the value of the supportsRemoteUnblock property.
-
isEncKeyKeyRecoverable
public boolean isEncKeyKeyRecoverable()
Gets the value of the encKeyKeyRecoverable property.
-
setEncKeyKeyRecoverable
public void setEncKeyKeyRecoverable(boolean value)
Sets the value of the encKeyKeyRecoverable property.
-
getCreateTime
public javax.xml.datatype.XMLGregorianCalendar getCreateTime()
Gets the value of the createTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreateTime
public void setCreateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getModifyTime
public javax.xml.datatype.XMLGregorianCalendar getModifyTime()
Gets the value of the modifyTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModifyTime
public void setModifyTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the modifyTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getVersion
public java.lang.String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
-