Class PINData


  • public class PINData
    extends java.lang.Object

    Java class for PINData complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PINData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://certificateservices.org/xsd/hardtoken}notemptystring"/>
             <element name="initialPIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="pUK" type="{http://certificateservices.org/xsd/hardtoken}notemptystring"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String initialPIN  
      protected java.lang.String name  
      protected java.lang.String puk  
    • Constructor Summary

      Constructors 
      Constructor Description
      PINData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInitialPIN()
      Gets the value of the initialPIN property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getPUK()
      Gets the value of the puk property.
      void setInitialPIN​(java.lang.String value)
      Sets the value of the initialPIN property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setPUK​(java.lang.String value)
      Sets the value of the puk property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • initialPIN

        protected java.lang.String initialPIN
      • puk

        protected java.lang.String puk
    • Constructor Detail

      • PINData

        public PINData()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getInitialPIN

        public java.lang.String getInitialPIN()
        Gets the value of the initialPIN property.
        Returns:
        possible object is String
      • setInitialPIN

        public void setInitialPIN​(java.lang.String value)
        Sets the value of the initialPIN property.
        Parameters:
        value - allowed object is String
      • getPUK

        public java.lang.String getPUK()
        Gets the value of the puk property.
        Returns:
        possible object is String
      • setPUK

        public void setPUK​(java.lang.String value)
        Sets the value of the puk property.
        Parameters:
        value - allowed object is String