|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.itin.ItinPricing
public class ItinPricing
Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ItinPricingType">
<xs:sequence>
<xs:element name="Cost">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:TotalType">
<xs:attribute type="xs:string" name="FormOfPaymentRPH"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" name="ItemRPH_List"/>
<xs:attribute type="xs:string" name="AssociatedItemRPH"/>
</xs:complexType>
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
| Constructor Summary | |
|---|---|
ItinPricing()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAssociatedItemRPH()
Get the 'AssociatedItemRPH' attribute value. |
java.lang.String |
getCostFormOfPaymentRPH()
Get the 'FormOfPaymentRPH' attribute value. |
Total |
getCostTotal()
Get the extension value. |
java.lang.String |
getItemRPHList()
Get the 'ItemRPH_List' attribute value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
void |
setAssociatedItemRPH(java.lang.String associatedItemRPH)
Set the 'AssociatedItemRPH' attribute value. |
void |
setCostFormOfPaymentRPH(java.lang.String costFormOfPaymentRPH)
Set the 'FormOfPaymentRPH' attribute value. |
void |
setCostTotal(Total costTotal)
Set the extension value. |
void |
setItemRPHList(java.lang.String itemRPHList)
Set the 'ItemRPH_List' attribute value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItinPricing()
| Method Detail |
|---|
public Total getCostTotal()
public void setCostTotal(Total costTotal)
costTotal - public java.lang.String getCostFormOfPaymentRPH()
public void setCostFormOfPaymentRPH(java.lang.String costFormOfPaymentRPH)
costFormOfPaymentRPH - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - public java.lang.String getItemRPHList()
public void setItemRPHList(java.lang.String itemRPHList)
itemRPHList - public java.lang.String getAssociatedItemRPH()
public void setAssociatedItemRPH(java.lang.String associatedItemRPH)
associatedItemRPH -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||