|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.CreditCardTrackType
public class CreditCardTrackType
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 |
|---|
protected String track1
protected String track2
| Constructor Detail |
|---|
public CreditCardTrackType()
| Method Detail |
|---|
public String getTrack1()
Stringpublic void setTrack1(String value)
value - allowed object is
Stringpublic String getTrack2()
Stringpublic void setTrack2(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||