public class PINRequestType extends Object
Java class for PINRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PINRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardholderPIN" type="{}CardholderPINType" minOccurs="0"/>
</sequence>
<attribute name="PINRequestType" use="required" type="{}PINRequestTypeTypeCode" />
<attribute name="PINVerifMethod" type="{}PINVerifMethodType" />
<attribute name="AdditionalInput" type="{}AdditionalInputType" />
<attribute name="PINEncAlgorithm" type="{}PINEncAlgorithmType" />
<attribute name="PINFormat" type="{}PINFormatTypeCode" />
<attribute name="KeyReference" type="{}KeyReferenceType" />
<attribute name="MaxWaitingTime" type="{}MaxWaitingTimeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInput |
protected CardholderPINType |
cardholderPIN |
protected String |
keyReference |
protected BigInteger |
maxWaitingTime |
protected String |
pinEncAlgorithm |
protected String |
pinFormat |
protected String |
pinRequestType |
protected String |
pinVerifMethod |
| Constructor and Description |
|---|
PINRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInput()
Gets the value of the additionalInput property.
|
CardholderPINType |
getCardholderPIN()
Gets the value of the cardholderPIN property.
|
String |
getKeyReference()
Gets the value of the keyReference property.
|
BigInteger |
getMaxWaitingTime()
Gets the value of the maxWaitingTime property.
|
String |
getPINEncAlgorithm()
Gets the value of the pinEncAlgorithm property.
|
String |
getPINFormat()
Gets the value of the pinFormat property.
|
String |
getPINRequestType()
Gets the value of the pinRequestType property.
|
String |
getPINVerifMethod()
Gets the value of the pinVerifMethod property.
|
void |
setAdditionalInput(String value)
Sets the value of the additionalInput property.
|
void |
setCardholderPIN(CardholderPINType value)
Sets the value of the cardholderPIN property.
|
void |
setKeyReference(String value)
Sets the value of the keyReference property.
|
void |
setMaxWaitingTime(BigInteger value)
Sets the value of the maxWaitingTime property.
|
void |
setPINEncAlgorithm(String value)
Sets the value of the pinEncAlgorithm property.
|
void |
setPINFormat(String value)
Sets the value of the pinFormat property.
|
void |
setPINRequestType(String value)
Sets the value of the pinRequestType property.
|
void |
setPINVerifMethod(String value)
Sets the value of the pinVerifMethod property.
|
protected CardholderPINType cardholderPIN
protected String pinRequestType
protected String pinVerifMethod
protected String additionalInput
protected String pinEncAlgorithm
protected String pinFormat
protected String keyReference
protected BigInteger maxWaitingTime
public CardholderPINType getCardholderPIN()
CardholderPINTypepublic void setCardholderPIN(CardholderPINType value)
value - allowed object is
CardholderPINTypepublic String getPINRequestType()
Stringpublic void setPINRequestType(String value)
value - allowed object is
Stringpublic String getPINVerifMethod()
Stringpublic void setPINVerifMethod(String value)
value - allowed object is
Stringpublic String getAdditionalInput()
Stringpublic void setAdditionalInput(String value)
value - allowed object is
Stringpublic String getPINEncAlgorithm()
Stringpublic void setPINEncAlgorithm(String value)
value - allowed object is
Stringpublic String getPINFormat()
Stringpublic void setPINFormat(String value)
value - allowed object is
Stringpublic String getKeyReference()
Stringpublic void setKeyReference(String value)
value - allowed object is
Stringpublic BigInteger getMaxWaitingTime()
BigIntegerpublic void setMaxWaitingTime(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.