Class 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 Detail

      • emvData

        protected Object emvData
      • emvDescriptor

        protected Object emvDescriptor
      • emvVersion

        protected Object emvVersion
    • Constructor Detail

      • PaymentEmvType

        public PaymentEmvType()
    • 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 is Object
      • 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 is Object
      • getEmvVersion

        public Object getEmvVersion()
        Gets the value of the emvVersion property.
        Returns:
        possible object is Object
      • setEmvVersion

        public void setEmvVersion​(Object value)
        Sets the value of the emvVersion property.
        Parameters:
        value - allowed object is Object