Package com.adyen.model.nexo
Class CardholderPIN
- java.lang.Object
-
- com.adyen.model.nexo.CardholderPIN
-
public class CardholderPIN extends Object
Definition: Encrypted PIN and related information -- Usage: To request PIN Verify to the POI, or to get the encrypted PIN block.Java class for CardholderPIN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardholderPIN"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EncrPINBlock" type="{}ContentInformation"/> </sequence> <attribute name="PINFormat" use="required" type="{}PINFormatType" /> <attribute name="AdditionalInput" type="{}AdditionalInput" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringadditionalInputThe Additional input.protected ContentInformationencrPINBlockThe Encr pin block.protected PINFormatTypepinFormatThe Pin format.
-
Constructor Summary
Constructors Constructor Description CardholderPIN()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdditionalInput()Gets the value of the additionalInput property.ContentInformationgetEncrPINBlock()Gets the value of the encrPINBlock property.PINFormatTypegetPINFormat()Gets the value of the pinFormat property.voidsetAdditionalInput(String value)Sets the value of the additionalInput property.voidsetEncrPINBlock(ContentInformation value)Sets the value of the encrPINBlock property.voidsetPINFormat(PINFormatType value)Sets the value of the pinFormat property.
-
-
-
Field Detail
-
encrPINBlock
protected ContentInformation encrPINBlock
The Encr pin block.
-
pinFormat
protected PINFormatType pinFormat
The Pin format.
-
additionalInput
protected String additionalInput
The Additional input.
-
-
Method Detail
-
getEncrPINBlock
public ContentInformation getEncrPINBlock()
Gets the value of the encrPINBlock property.- Returns:
- possible object is
ContentInformation
-
setEncrPINBlock
public void setEncrPINBlock(ContentInformation value)
Sets the value of the encrPINBlock property.- Parameters:
value- allowed object isContentInformation
-
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
-
getAdditionalInput
public String getAdditionalInput()
Gets the value of the additionalInput property.- Returns:
- possible object is
String
-
-