Class PINData
- java.lang.Object
-
- org.certificateservices.messages.hardtoken.jaxb.PINData
-
public class PINData extends java.lang.ObjectJava 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.StringinitialPINprotected java.lang.Stringnameprotected java.lang.Stringpuk
-
Constructor Summary
Constructors Constructor Description PINData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInitialPIN()Gets the value of the initialPIN property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetPUK()Gets the value of the puk property.voidsetInitialPIN(java.lang.String value)Sets the value of the initialPIN property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPUK(java.lang.String value)Sets the value of the puk property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
-