Class EncryptedTrackDataType


  • public class EncryptedTrackDataType
    extends Object

    Java class for encryptedTrackDataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="encryptedTrackDataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FormOfPayment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}KeyBlock"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • formOfPayment

        protected KeyBlock formOfPayment
    • Constructor Detail

      • EncryptedTrackDataType

        public EncryptedTrackDataType()
    • Method Detail

      • getFormOfPayment

        public KeyBlock getFormOfPayment()
        Gets the value of the formOfPayment property.
        Returns:
        possible object is KeyBlock
      • setFormOfPayment

        public void setFormOfPayment​(KeyBlock value)
        Sets the value of the formOfPayment property.
        Parameters:
        value - allowed object is KeyBlock