com.xtravelsystem.online.published.V1_0RC1.transfer.answers
Class ValuationRSV12

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractValuationRS
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.ValuationRSBase
          extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.ValuationRSV12

public class ValuationRSV12
extends ValuationRSBase

container for the valuate method response. Please note it extends the AbstractValuationRS class

Author:
Miguel Pérez

Constructor Summary
ValuationRSV12()
           
ValuationRSV12(java.lang.String contractId, java.lang.String status, java.util.Date date, com.jumbotours.disponibility.Amount amount, ValuationLine[] lines, CancellationTerm[] cancellationTerms, Comment[] remarks, ValuationSupplement[] reductions, ValuationSupplement[] supplements, HandlingFee[] handlingFees, Commision commision, java.lang.String journeyDirection, TransferJourney fromAirToHotelJourney, TransferJourney fromHotelToAirJourney, TotalPaxes totalPaxes, TransferOptionValuation[] transferOption, com.jumbotours.disponibility.Amount totalPrice)
           
 
Method Summary
 double _getTotalPurchasePrice()
           
 int _getTotTransferOption()
           
 void _setTotalPurchasePrice(double totalPurchasePrice)
           
 void _setTotTransferOption(int totTransferOption)
           
 TransferJourney getFromAirToHotelJourney()
           
 TransferJourney getFromHotelToAirJourney()
           
 java.lang.String getJourneyDirection()
           
 TotalPaxes getTotalPaxes()
           
 com.jumbotours.disponibility.Amount getTotalPrice()
           
 TransferOptionV12[] getTransferOption()
           
 void setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
           
 void setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
           
 void setJourneyDirection(java.lang.String journeyDirection)
           
 void setTotalPaxes(TotalPaxes totalPaxes)
           
 void setTotalPrice(com.jumbotours.disponibility.Amount totalPrice)
           
 void setTransferOption(TransferOptionV12[] transferOption)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.transfer.answers.ValuationRSBase
_getFromAirToHotelJourney, _getFromHotelToAirJourney, _getJourneyDirection, _getTotalPaxes, _getTotalPrice, _getTransferOption, _setFromAirToHotelJourney, _setFromHotelToAirJourney, _setJourneyDirection, _setTotalPaxes, _setTotalPrice, _setTransferOption
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractValuationRS
getAmount, getCancellationTerms, getCommision, getDate, getHandlingFees, getLines, getReductions, getRemarks, getStatus, getSupplements, setAmount, setCancellationTerms, setCommision, setDate, setHandlingFees, setLines, setReductions, setRemarks, setStatus, setSupplements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuationRSV12

public ValuationRSV12()

ValuationRSV12

public ValuationRSV12(java.lang.String contractId,
                      java.lang.String status,
                      java.util.Date date,
                      com.jumbotours.disponibility.Amount amount,
                      ValuationLine[] lines,
                      CancellationTerm[] cancellationTerms,
                      Comment[] remarks,
                      ValuationSupplement[] reductions,
                      ValuationSupplement[] supplements,
                      HandlingFee[] handlingFees,
                      Commision commision,
                      java.lang.String journeyDirection,
                      TransferJourney fromAirToHotelJourney,
                      TransferJourney fromHotelToAirJourney,
                      TotalPaxes totalPaxes,
                      TransferOptionValuation[] transferOption,
                      com.jumbotours.disponibility.Amount totalPrice)
Method Detail

_getTotTransferOption

public int _getTotTransferOption()
Overrides:
_getTotTransferOption in class ValuationRSBase

_setTotTransferOption

public void _setTotTransferOption(int totTransferOption)
Overrides:
_setTotTransferOption in class ValuationRSBase

_getTotalPurchasePrice

public double _getTotalPurchasePrice()
Overrides:
_getTotalPurchasePrice in class ValuationRSBase

_setTotalPurchasePrice

public void _setTotalPurchasePrice(double totalPurchasePrice)
Overrides:
_setTotalPurchasePrice in class ValuationRSBase

setJourneyDirection

public void setJourneyDirection(java.lang.String journeyDirection)

getJourneyDirection

public java.lang.String getJourneyDirection()

setFromAirToHotelJourney

public void setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)

getFromAirToHotelJourney

public TransferJourney getFromAirToHotelJourney()

setFromHotelToAirJourney

public void setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)

getFromHotelToAirJourney

public TransferJourney getFromHotelToAirJourney()

setTotalPaxes

public void setTotalPaxes(TotalPaxes totalPaxes)

getTotalPaxes

public TotalPaxes getTotalPaxes()

setTotalPrice

public void setTotalPrice(com.jumbotours.disponibility.Amount totalPrice)

getTotalPrice

public com.jumbotours.disponibility.Amount getTotalPrice()

getTransferOption

public TransferOptionV12[] getTransferOption()

setTransferOption

public void setTransferOption(TransferOptionV12[] transferOption)