Package net.authorize.api.contract.v1
Class CreditCardTrackType
- java.lang.Object
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description CreditCardTrackType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTrack1()Gets the value of the track1 property.StringgetTrack2()Gets the value of the track2 property.voidsetTrack1(String value)Sets the value of the track1 property.voidsetTrack2(String value)Sets the value of the track2 property.
-
-
-
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 isString
-
getTrack2
public String getTrack2()
Gets the value of the track2 property.- Returns:
- possible object is
String
-
-