org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.CreditCardRequirements.CreditCardPurpose.CreditCardCode
java.lang.Object
org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.CreditCardRequirements.CreditCardPurpose.CreditCardCode
- Enclosing class:
- LocDetailsNotifRQ.LocationDetail.CreditCardRequirements.CreditCardPurpose
public static class LocDetailsNotifRQ.LocationDetail.CreditCardRequirements.CreditCardPurpose.CreditCardCode
- extends java.lang.Object
The credit card vendor that will be accepted for payment, guarantee, or deposit.
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="CreditCardCode" maxOccurs="99">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="CardCode"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getCardCode()
Get the 'CardCode' attribute value. |
void |
setCardCode(java.lang.String cardCode)
Set the 'CardCode' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocDetailsNotifRQ.LocationDetail.CreditCardRequirements.CreditCardPurpose.CreditCardCode
public LocDetailsNotifRQ.LocationDetail.CreditCardRequirements.CreditCardPurpose.CreditCardCode()
getCardCode
public java.lang.String getCardCode()
- Get the 'CardCode' attribute value. The 2 digit code that references the credit card vendor.
- Returns:
- value
setCardCode
public void setCardCode(java.lang.String cardCode)
- Set the 'CardCode' attribute value. The 2 digit code that references the credit card vendor.
- Parameters:
cardCode
-