Package net.authorize.api.contract.v1
Class PaymentEmvType
- java.lang.Object
-
- net.authorize.api.contract.v1.PaymentEmvType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectemvDataprotected ObjectemvDescriptorprotected ObjectemvVersion
-
Constructor Summary
Constructors Constructor Description PaymentEmvType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEmvData()Gets the value of the emvData property.ObjectgetEmvDescriptor()Gets the value of the emvDescriptor property.ObjectgetEmvVersion()Gets the value of the emvVersion property.voidsetEmvData(Object value)Sets the value of the emvData property.voidsetEmvDescriptor(Object value)Sets the value of the emvDescriptor property.voidsetEmvVersion(Object value)Sets the value of the emvVersion property.
-
-
-
Method Detail
-
getEmvData
public Object getEmvData()
Gets the value of the emvData property.- Returns:
- possible object is
Object
-
setEmvData
public void setEmvData(Object value)
Sets the value of the emvData property.- Parameters:
value- allowed object isObject
-
getEmvDescriptor
public Object getEmvDescriptor()
Gets the value of the emvDescriptor property.- Returns:
- possible object is
Object
-
setEmvDescriptor
public void setEmvDescriptor(Object value)
Sets the value of the emvDescriptor property.- Parameters:
value- allowed object isObject
-
getEmvVersion
public Object getEmvVersion()
Gets the value of the emvVersion property.- Returns:
- possible object is
Object
-
-