org.ota.vehicle
Class RateRules.PaymentRules.AcceptablePayments.AcceptablePayment

java.lang.Object
  extended by org.ota.vehicle.RateRules.PaymentRules.AcceptablePayments.AcceptablePayment
Enclosing class:
RateRules.PaymentRules.AcceptablePayments

public static class RateRules.PaymentRules.AcceptablePayments.AcceptablePayment
extends java.lang.Object

Specifies an acceptable method of payment. 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="AcceptablePayment" maxOccurs="20">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="CreditCardCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RateRules.PaymentRules.AcceptablePayments.AcceptablePayment()
           
 
Method Summary
 java.lang.String getCreditCardCode()
          Get the 'CreditCardCode' attribute value.
 void setCreditCardCode(java.lang.String creditCardCode)
          Set the 'CreditCardCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateRules.PaymentRules.AcceptablePayments.AcceptablePayment

public RateRules.PaymentRules.AcceptablePayments.AcceptablePayment()
Method Detail

getCreditCardCode

public java.lang.String getCreditCardCode()
Get the 'CreditCardCode' attribute value. The acceptable credit card for this payment rule.

Returns:
value

setCreditCardCode

public void setCreditCardCode(java.lang.String creditCardCode)
Set the 'CreditCardCode' attribute value. The acceptable credit card for this payment rule.

Parameters:
creditCardCode -