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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
track1 |
protected String |
track2 |
| Constructor and Description |
|---|
CreditCardTrackType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getTrack1()
Stringpublic void setTrack1(String value)
value - allowed object is
Stringpublic String getTrack2()
StringCopyright © 2020. All rights reserved.