public class PINResponse extends Object
Java class for PINResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PINResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="CardholderPIN" type="{}CardholderPIN" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CardholderPIN |
cardholderPIN
The Cardholder pin.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
PINResponse() |
| Modifier and Type | Method and Description |
|---|---|
CardholderPIN |
getCardholderPIN()
Gets the value of the cardholderPIN property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setCardholderPIN(CardholderPIN value)
Sets the value of the cardholderPIN property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected CardholderPIN cardholderPIN
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic CardholderPIN getCardholderPIN()
CardholderPINpublic void setCardholderPIN(CardholderPIN value)
value - allowed object is CardholderPINCopyright © 2022. All rights reserved.