org.ota.air
Class DemandTicketRQ.PricingInstruction

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

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

An instruction for pricing the itinerary at the time of issuing a ticket. 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="PricingInstruction" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="UseStoredFareInd"/>
     <xs:attribute type="xs:int" use="optional" name="Number"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DemandTicketRQ.PricingInstruction()
           
 
Method Summary
 java.lang.Integer getNumber()
          Get the 'Number' attribute value.
 java.lang.Boolean getUseStoredFareInd()
          Get the 'UseStoredFareInd' attribute value.
 void setNumber(java.lang.Integer number)
          Set the 'Number' attribute value.
 void setUseStoredFareInd(java.lang.Boolean useStoredFareInd)
          Set the 'UseStoredFareInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandTicketRQ.PricingInstruction

public DemandTicketRQ.PricingInstruction()
Method Detail

getUseStoredFareInd

public java.lang.Boolean getUseStoredFareInd()
Get the 'UseStoredFareInd' attribute value. When true, the fare stored in the booking record should be used instead of any stored pricing instructions.

Returns:
value

setUseStoredFareInd

public void setUseStoredFareInd(java.lang.Boolean useStoredFareInd)
Set the 'UseStoredFareInd' attribute value. When true, the fare stored in the booking record should be used instead of any stored pricing instructions.

Parameters:
useStoredFareInd -

getNumber

public java.lang.Integer getNumber()
Get the 'Number' attribute value. Provides a pricing instruction number to be used for pricing the itinerary at the time of issuing the ticket.

Returns:
value

setNumber

public void setNumber(java.lang.Integer number)
Set the 'Number' attribute value. Provides a pricing instruction number to be used for pricing the itinerary at the time of issuing the ticket.

Parameters:
number -