public class CardholderPIN extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInput
The Additional input.
|
protected ContentInformation |
encrPINBlock
The Encr pin block.
|
protected PINFormatType |
pinFormat
The Pin format.
|
| Constructor and Description |
|---|
CardholderPIN() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInput()
Gets the value of the additionalInput property.
|
ContentInformation |
getEncrPINBlock()
Gets the value of the encrPINBlock property.
|
PINFormatType |
getPINFormat()
Gets the value of the pinFormat property.
|
void |
setAdditionalInput(String value)
Sets the value of the additionalInput property.
|
void |
setEncrPINBlock(ContentInformation value)
Sets the value of the encrPINBlock property.
|
void |
setPINFormat(PINFormatType value)
Sets the value of the pinFormat property.
|
protected ContentInformation encrPINBlock
protected PINFormatType pinFormat
protected String additionalInput
public ContentInformation getEncrPINBlock()
ContentInformationpublic void setEncrPINBlock(ContentInformation value)
value - allowed object is ContentInformationpublic PINFormatType getPINFormat()
PINFormatTypepublic void setPINFormat(PINFormatType value)
value - allowed object is PINFormatTypepublic String getAdditionalInput()
StringCopyright © 2022. All rights reserved.