public class PINRequest extends Object
Java class for PINRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PINRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardholderPIN" type="{}CardholderPIN" minOccurs="0"/>
</sequence>
<attribute name="PINRequest" use="required" type="{}PINRequestType" />
<attribute name="PINVerifMethod" type="{}PINVerifMethod" />
<attribute name="AdditionalInput" type="{}AdditionalInput" />
<attribute name="PINEncAlgorithm" type="{}PINEncAlgorithm" />
<attribute name="PINFormat" type="{}PINFormatType" />
<attribute name="KeyReference" type="{}KeyReference" />
<attribute name="MaxWaitingTime" type="{}MaxWaitingTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInput
The Additional input.
|
protected CardholderPIN |
cardholderPIN
The Cardholder pin.
|
protected String |
keyReference
The Key reference.
|
protected BigInteger |
maxWaitingTime
The Max waiting time.
|
protected String |
pinEncAlgorithm
The Pin enc algorithm.
|
protected PINFormatType |
pinFormat
The Pin format.
|
protected PINRequestType |
pinRequestType
The Pin request.
|
protected String |
pinVerifMethod
The Pin verif method.
|
| Constructor and Description |
|---|
PINRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInput()
Gets the value of the additionalInput property.
|
CardholderPIN |
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.
|
PINFormatType |
getPINFormat()
Gets the value of the pinFormat property.
|
PINRequestType |
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(CardholderPIN 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(PINFormatType value)
Sets the value of the pinFormat property.
|
void |
setPINRequestType(PINRequestType value)
Sets the value of the pinRequestType property.
|
void |
setPINVerifMethod(String value)
Sets the value of the pinVerifMethod property.
|
protected CardholderPIN cardholderPIN
protected PINRequestType pinRequestType
protected String pinVerifMethod
protected String additionalInput
protected String pinEncAlgorithm
protected PINFormatType pinFormat
protected String keyReference
protected BigInteger maxWaitingTime
public CardholderPIN getCardholderPIN()
CardholderPINpublic void setCardholderPIN(CardholderPIN value)
value - allowed object is CardholderPINpublic PINRequestType getPINRequestType()
PINRequestTypepublic void setPINRequestType(PINRequestType value)
value - allowed object is PINRequestTypepublic 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 PINFormatType getPINFormat()
PINFormatTypepublic void setPINFormat(PINFormatType value)
value - allowed object is PINFormatTypepublic String getKeyReference()
Stringpublic void setKeyReference(String value)
value - allowed object is Stringpublic BigInteger getMaxWaitingTime()
BigIntegerpublic void setMaxWaitingTime(BigInteger value)
value - allowed object is BigIntegerCopyright © 2022. All rights reserved.