|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.CostingItem
public class CostingItem
Details of an invoice item 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="CostingItemType"> <xs:sequence> <xs:element name="UnitCost"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> <xs:element name="ExtendedCost" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> <xs:element name="Commission" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:AgentCommissionGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="Description"/> <xs:attributeGroup ref="ns:QuantityGroup"/> <xs:attribute type="xs:string" use="optional" name="InventoryItemRPH"/> <xs:attribute type="xs:string" use="optional" name="PassengerRPH"/> <xs:attribute type="xs:string" use="optional" name="CostBasis"/> </xs:complexType> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup"> <xs:attribute type="xs:int" use="optional" name="Quantity"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CostingItem()
|
Method Summary | |
---|---|
AgentCommissionGroup |
getCommission()
Get the 'AgentCommissionGroup' attributeGroup value. |
java.lang.String |
getCostBasis()
Get the 'CostBasis' attribute value. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
CurrencyAmountGroup |
getExtendedCost()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getInventoryItemRPH()
Get the 'InventoryItemRPH' attribute value. |
java.lang.String |
getPassengerRPH()
Get the 'PassengerRPH' attribute value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
CurrencyAmountGroup |
getUnitCost()
Get the 'CurrencyAmountGroup' attributeGroup value. |
void |
setCommission(AgentCommissionGroup commission)
Set the 'AgentCommissionGroup' attributeGroup value. |
void |
setCostBasis(java.lang.String costBasis)
Set the 'CostBasis' attribute value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setExtendedCost(CurrencyAmountGroup extendedCost)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setInventoryItemRPH(java.lang.String inventoryItemRPH)
Set the 'InventoryItemRPH' attribute value. |
void |
setPassengerRPH(java.lang.String passengerRPH)
Set the 'PassengerRPH' attribute value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setUnitCost(CurrencyAmountGroup unitCost)
Set the 'CurrencyAmountGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CostingItem()
Method Detail |
---|
public CurrencyAmountGroup getUnitCost()
public void setUnitCost(CurrencyAmountGroup unitCost)
unitCost
- public CurrencyAmountGroup getExtendedCost()
public void setExtendedCost(CurrencyAmountGroup extendedCost)
extendedCost
- public AgentCommissionGroup getCommission()
public void setCommission(AgentCommissionGroup commission)
commission
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public java.lang.String getInventoryItemRPH()
public void setInventoryItemRPH(java.lang.String inventoryItemRPH)
inventoryItemRPH
- public java.lang.String getPassengerRPH()
public void setPassengerRPH(java.lang.String passengerRPH)
passengerRPH
- public java.lang.String getCostBasis()
public void setCostBasis(java.lang.String costBasis)
costBasis
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |