|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PaymentCard.MagneticStripe
public static class PaymentCard.MagneticStripe
Card Magnetic Stripe Data as defined by ISO 7813 for banking cards. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MagneticStripe" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:base64Binary" use="optional" name="Track1"/>
<xs:attribute type="xs:base64Binary" use="optional" name="Track2"/>
<xs:attribute type="xs:base64Binary" use="optional" name="Track3"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
PaymentCard.MagneticStripe()
|
|
| Method Summary | |
|---|---|
byte[] |
getTrack1()
Get the 'Track1' attribute value. |
byte[] |
getTrack2()
Get the 'Track2' attribute value. |
byte[] |
getTrack3()
Get the 'Track3' attribute value. |
void |
setTrack1(byte[] track1)
Set the 'Track1' attribute value. |
void |
setTrack2(byte[] track2)
Set the 'Track2' attribute value. |
void |
setTrack3(byte[] track3)
Set the 'Track3' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaymentCard.MagneticStripe()
| Method Detail |
|---|
public byte[] getTrack1()
public void setTrack1(byte[] track1)
track1 - public byte[] getTrack2()
public void setTrack2(byte[] track2)
track2 - public byte[] getTrack3()
public void setTrack3(byte[] track3)
track3 -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||