net.authorize.api.contract.v1
Class CreditCardTrackType

java.lang.Object
  extended by net.authorize.api.contract.v1.CreditCardTrackType

public class CreditCardTrackType
extends Object

Java class for creditCardTrackType complex type.

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

 <complexType name="creditCardTrackType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="track1" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="track2" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String track1
           
protected  String track2
           
 
Constructor Summary
CreditCardTrackType()
           
 
Method Summary
 String getTrack1()
          Gets the value of the track1 property.
 String getTrack2()
          Gets the value of the track2 property.
 void setTrack1(String value)
          Sets the value of the track1 property.
 void setTrack2(String value)
          Sets the value of the track2 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

track1

protected String track1

track2

protected String track2
Constructor Detail

CreditCardTrackType

public CreditCardTrackType()
Method Detail

getTrack1

public String getTrack1()
Gets the value of the track1 property.

Returns:
possible object is String

setTrack1

public void setTrack1(String value)
Sets the value of the track1 property.

Parameters:
value - allowed object is String

getTrack2

public String getTrack2()
Gets the value of the track2 property.

Returns:
possible object is String

setTrack2

public void setTrack2(String value)
Sets the value of the track2 property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.