public class PaymentEmvType extends 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 Object |
emvData |
protected Object |
emvDescriptor |
protected Object |
emvVersion |
| Constructor and Description |
|---|
PaymentEmvType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getEmvData()
Gets the value of the emvData property.
|
Object |
getEmvDescriptor()
Gets the value of the emvDescriptor property.
|
Object |
getEmvVersion()
Gets the value of the emvVersion property.
|
void |
setEmvData(Object value)
Sets the value of the emvData property.
|
void |
setEmvDescriptor(Object value)
Sets the value of the emvDescriptor property.
|
void |
setEmvVersion(Object value)
Sets the value of the emvVersion property.
|
protected Object emvData
protected Object emvDescriptor
protected Object emvVersion
public Object getEmvData()
Objectpublic void setEmvData(Object value)
value - allowed object is
Objectpublic Object getEmvDescriptor()
Objectpublic void setEmvDescriptor(Object value)
value - allowed object is
Objectpublic Object getEmvVersion()
ObjectCopyright © 2016. All Rights Reserved.