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