org.ota.itin
Class TravelCost.CostTotals
java.lang.Object
org.ota.shared.Total
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TravelCost.CostTotals
public TravelCost.CostTotals()
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
-