public class CreditCardTrackType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
track1 |
protected java.lang.String |
track2 |
| Constructor and Description |
|---|
CreditCardTrackType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTrack1()
Gets the value of the track1 property.
|
java.lang.String |
getTrack2()
Gets the value of the track2 property.
|
void |
setTrack1(java.lang.String value)
Sets the value of the track1 property.
|
void |
setTrack2(java.lang.String value)
Sets the value of the track2 property.
|
public java.lang.String getTrack1()
Stringpublic void setTrack1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrack2()
Stringpublic void setTrack2(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.