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

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

public static class RateRuleRS.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
RateRuleRS.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

RateRuleRS.RateRules.PaymentRules.AcceptablePayments.AcceptablePayment

public RateRuleRS.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 -