org.ota.air
Class DemandTicketRQ.CustomDiscountPricing

java.lang.Object
  extended by org.ota.air.DemandTicketRQ.CustomDiscountPricing
Enclosing class:
DemandTicketRQ

public static class DemandTicketRQ.CustomDiscountPricing
extends java.lang.Object

The information needed when a passenger presents a discount/promotional coupon for a dollar/percentage of the fare or when a passenger qualifies for a percentage discount such as a senior discount. 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="CustomDiscountPricing" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
     <xs:attributeGroup ref="ns:DiscountPricingGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DemandTicketRQ.CustomDiscountPricing()
           
 
Method Summary
 CurrencyCodeGroup getCurrencyCodeGroup()
          Get the 'CurrencyCodeGroup' attributeGroup value.
 DiscountPricingGroup getDiscountPricingGroup()
          Get the 'DiscountPricingGroup' attributeGroup value.
 void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
          Set the 'CurrencyCodeGroup' attributeGroup value.
 void setDiscountPricingGroup(DiscountPricingGroup discountPricingGroup)
          Set the 'DiscountPricingGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandTicketRQ.CustomDiscountPricing

public DemandTicketRQ.CustomDiscountPricing()
Method Detail

getCurrencyCodeGroup

public CurrencyCodeGroup getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. May specify the currency code when the discount is a monetary value.

Returns:
value

setCurrencyCodeGroup

public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. May specify the currency code when the discount is a monetary value.

Parameters:
currencyCodeGroup -

getDiscountPricingGroup

public DiscountPricingGroup getDiscountPricingGroup()
Get the 'DiscountPricingGroup' attributeGroup value.

Returns:
value

setDiscountPricingGroup

public void setDiscountPricingGroup(DiscountPricingGroup discountPricingGroup)
Set the 'DiscountPricingGroup' attributeGroup value.

Parameters:
discountPricingGroup -