public class CardholderPINType extends Object
Java class for CardholderPINType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardholderPINType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncrPINBlock" type="{}ContentInformationType"/>
</sequence>
<attribute name="PINFormat" use="required" type="{}PINFormatTypeCode" />
<attribute name="AdditionalInput" type="{}AdditionalInputType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInput |
protected ContentInformationType |
encrPINBlock |
protected String |
pinFormat |
| Constructor and Description |
|---|
CardholderPINType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInput()
Gets the value of the additionalInput property.
|
ContentInformationType |
getEncrPINBlock()
Gets the value of the encrPINBlock property.
|
String |
getPINFormat()
Gets the value of the pinFormat property.
|
void |
setAdditionalInput(String value)
Sets the value of the additionalInput property.
|
void |
setEncrPINBlock(ContentInformationType value)
Sets the value of the encrPINBlock property.
|
void |
setPINFormat(String value)
Sets the value of the pinFormat property.
|
protected ContentInformationType encrPINBlock
protected String pinFormat
protected String additionalInput
public ContentInformationType getEncrPINBlock()
ContentInformationTypepublic void setEncrPINBlock(ContentInformationType value)
value - allowed object is
ContentInformationTypepublic String getPINFormat()
Stringpublic void setPINFormat(String value)
value - allowed object is
Stringpublic String getAdditionalInput()
StringCopyright © 2018. All rights reserved.