Class HardTokenData


  • public class HardTokenData
    extends java.lang.Object

    Java 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>
     
    • 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
      • 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
    • Constructor Detail

      • HardTokenData

        public HardTokenData()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is XMLGregorianCalendar
      • 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 is XMLGregorianCalendar
      • 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 is String