public class PaymentEmvType
extends java.lang.Object
Java class for paymentEmvType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentEmvType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="emvData" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="emvDescriptor" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="emvVersion" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
emvData |
protected java.lang.Object |
emvDescriptor |
protected java.lang.Object |
emvVersion |
| Constructor and Description |
|---|
PaymentEmvType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEmvData()
Gets the value of the emvData property.
|
java.lang.Object |
getEmvDescriptor()
Gets the value of the emvDescriptor property.
|
java.lang.Object |
getEmvVersion()
Gets the value of the emvVersion property.
|
void |
setEmvData(java.lang.Object value)
Sets the value of the emvData property.
|
void |
setEmvDescriptor(java.lang.Object value)
Sets the value of the emvDescriptor property.
|
void |
setEmvVersion(java.lang.Object value)
Sets the value of the emvVersion property.
|
protected java.lang.Object emvData
protected java.lang.Object emvDescriptor
protected java.lang.Object emvVersion
public java.lang.Object getEmvData()
Objectpublic void setEmvData(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEmvDescriptor()
Objectpublic void setEmvDescriptor(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getEmvVersion()
Objectpublic void setEmvVersion(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2018. All Rights Reserved.