net.authorize.api.contract.v1
Class EncryptedTrackDataType

java.lang.Object
  extended by net.authorize.api.contract.v1.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 Summary
protected  KeyBlock formOfPayment
           
 
Constructor Summary
EncryptedTrackDataType()
           
 
Method Summary
 KeyBlock getFormOfPayment()
          Gets the value of the formOfPayment property.
 void setFormOfPayment(KeyBlock value)
          Sets the value of the formOfPayment property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2014. All Rights Reserved.