org.ota.itin
Class TravelCost.CostTotals

java.lang.Object
  extended by org.ota.shared.Total
      extended by org.ota.itin.TravelCost.CostTotals
Enclosing class:
TravelCost

public static class TravelCost.CostTotals
extends Total

Total cost associated with the ENTIRE itinerary. 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="CostTotals" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:TotalType">
         <xs:attribute type="xs:string" name="FormOfPaymentRPH"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
TravelCost.CostTotals()
           
 
Method Summary
 java.lang.String getFormOfPaymentRPH()
          Get the 'FormOfPaymentRPH' attribute value.
 void setFormOfPaymentRPH(java.lang.String formOfPaymentRPH)
          Set the 'FormOfPaymentRPH' attribute value.
 
Methods inherited from class org.ota.shared.Total
getAdditionalFeesExcludedIndicator, getAmountAfterTax, getAmountBeforeTax, getCurrencyCodeGroup, getTaxes, setAdditionalFeesExcludedIndicator, setAmountAfterTax, setAmountBeforeTax, setCurrencyCodeGroup, setTaxes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelCost.CostTotals

public TravelCost.CostTotals()
Method Detail

getFormOfPaymentRPH

public java.lang.String getFormOfPaymentRPH()
Get the 'FormOfPaymentRPH' attribute value. Reference to a form of payment.

Returns:
value

setFormOfPaymentRPH

public void setFormOfPaymentRPH(java.lang.String formOfPaymentRPH)
Set the 'FormOfPaymentRPH' attribute value. Reference to a form of payment.

Parameters:
formOfPaymentRPH -