com.xtravelsystem.online.published.V1_0RC1.transfer
Class PriceExtended

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.transfer.Price
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.PriceExtended

public class PriceExtended
extends Price


Constructor Summary
PriceExtended()
           
PriceExtended(java.lang.String priceType, UnitPrice[] unitPrice, com.jumbotours.disponibility.Amount paxPrice, Supplements[] supplement, TransferAmount total, com.jumbotours.disponibility.Amount purchasePrice)
           
 
Method Summary
 Comment[] getComments()
           
 com.jumbotours.disponibility.Amount getPurchasePrice()
           
 TransferAmount getTotal()
           
 void setComments(Comment[] comments)
           
 void setPurchasePrice(com.jumbotours.disponibility.Amount purchasePrice)
           
 void setTotal(TransferAmount total)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.transfer.Price
getOptionalSupplement, getPaxPrice, getPriceType, getSupplement, getUnitPrice, setOptionalSupplement, setPaxPrice, setPriceType, setSupplement, setTotal, setUnitPrice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriceExtended

public PriceExtended()

PriceExtended

public PriceExtended(java.lang.String priceType,
                     UnitPrice[] unitPrice,
                     com.jumbotours.disponibility.Amount paxPrice,
                     Supplements[] supplement,
                     TransferAmount total,
                     com.jumbotours.disponibility.Amount purchasePrice)
Method Detail

getPurchasePrice

public com.jumbotours.disponibility.Amount getPurchasePrice()

setPurchasePrice

public void setPurchasePrice(com.jumbotours.disponibility.Amount purchasePrice)

getTotal

public TransferAmount getTotal()
Overrides:
getTotal in class Price

setTotal

public void setTotal(TransferAmount total)

getComments

public Comment[] getComments()

setComments

public void setComments(Comment[] comments)