Package com.adyen.model.nexo
Class PINRequest
- java.lang.Object
-
- com.adyen.model.nexo.PINRequest
-
public class PINRequest extends Object
Definition: Content of the PIN Request messageType. -- Usage: It contains the type of request related to the PIN, and the associated parameters.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringadditionalInputThe Additional input.protected CardholderPINcardholderPINThe Cardholder pin.protected StringkeyReferenceThe Key reference.protected BigIntegermaxWaitingTimeThe Max waiting time.protected StringpinEncAlgorithmThe Pin enc algorithm.protected PINFormatTypepinFormatThe Pin format.protected PINRequestTypepinRequestTypeThe Pin request.protected StringpinVerifMethodThe Pin verif method.
-
Constructor Summary
Constructors Constructor Description PINRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdditionalInput()Gets the value of the additionalInput property.CardholderPINgetCardholderPIN()Gets the value of the cardholderPIN property.StringgetKeyReference()Gets the value of the keyReference property.BigIntegergetMaxWaitingTime()Gets the value of the maxWaitingTime property.StringgetPINEncAlgorithm()Gets the value of the pinEncAlgorithm property.PINFormatTypegetPINFormat()Gets the value of the pinFormat property.PINRequestTypegetPINRequestType()Gets the value of the pinRequestType property.StringgetPINVerifMethod()Gets the value of the pinVerifMethod property.voidsetAdditionalInput(String value)Sets the value of the additionalInput property.voidsetCardholderPIN(CardholderPIN value)Sets the value of the cardholderPIN property.voidsetKeyReference(String value)Sets the value of the keyReference property.voidsetMaxWaitingTime(BigInteger value)Sets the value of the maxWaitingTime property.voidsetPINEncAlgorithm(String value)Sets the value of the pinEncAlgorithm property.voidsetPINFormat(PINFormatType value)Sets the value of the pinFormat property.voidsetPINRequestType(PINRequestType value)Sets the value of the pinRequestType property.voidsetPINVerifMethod(String value)Sets the value of the pinVerifMethod property.
-
-
-
Field Detail
-
cardholderPIN
protected CardholderPIN cardholderPIN
The Cardholder pin.
-
pinRequestType
protected PINRequestType pinRequestType
The Pin request.
-
pinVerifMethod
protected String pinVerifMethod
The Pin verif method.
-
additionalInput
protected String additionalInput
The Additional input.
-
pinEncAlgorithm
protected String pinEncAlgorithm
The Pin enc algorithm.
-
pinFormat
protected PINFormatType pinFormat
The Pin format.
-
keyReference
protected String keyReference
The Key reference.
-
maxWaitingTime
protected BigInteger maxWaitingTime
The Max waiting time.
-
-
Method Detail
-
getCardholderPIN
public CardholderPIN getCardholderPIN()
Gets the value of the cardholderPIN property.- Returns:
- possible object is
CardholderPIN
-
setCardholderPIN
public void setCardholderPIN(CardholderPIN value)
Sets the value of the cardholderPIN property.- Parameters:
value- allowed object isCardholderPIN
-
getPINRequestType
public PINRequestType getPINRequestType()
Gets the value of the pinRequestType property.- Returns:
- possible object is
PINRequestType
-
setPINRequestType
public void setPINRequestType(PINRequestType value)
Sets the value of the pinRequestType property.- Parameters:
value- allowed object isPINRequestType
-
getPINVerifMethod
public String getPINVerifMethod()
Gets the value of the pinVerifMethod property.- Returns:
- possible object is
String
-
setPINVerifMethod
public void setPINVerifMethod(String value)
Sets the value of the pinVerifMethod property.- Parameters:
value- allowed object isString
-
getAdditionalInput
public String getAdditionalInput()
Gets the value of the additionalInput property.- Returns:
- possible object is
String
-
setAdditionalInput
public void setAdditionalInput(String value)
Sets the value of the additionalInput property.- Parameters:
value- allowed object isString
-
getPINEncAlgorithm
public String getPINEncAlgorithm()
Gets the value of the pinEncAlgorithm property.- Returns:
- possible object is
String
-
setPINEncAlgorithm
public void setPINEncAlgorithm(String value)
Sets the value of the pinEncAlgorithm property.- Parameters:
value- allowed object isString
-
getPINFormat
public PINFormatType getPINFormat()
Gets the value of the pinFormat property.- Returns:
- possible object is
PINFormatType
-
setPINFormat
public void setPINFormat(PINFormatType value)
Sets the value of the pinFormat property.- Parameters:
value- allowed object isPINFormatType
-
getKeyReference
public String getKeyReference()
Gets the value of the keyReference property.- Returns:
- possible object is
String
-
setKeyReference
public void setKeyReference(String value)
Sets the value of the keyReference property.- Parameters:
value- allowed object isString
-
getMaxWaitingTime
public BigInteger getMaxWaitingTime()
Gets the value of the maxWaitingTime property.- Returns:
- possible object is
BigInteger
-
setMaxWaitingTime
public void setMaxWaitingTime(BigInteger value)
Sets the value of the maxWaitingTime property.- Parameters:
value- allowed object isBigInteger
-
-