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

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.ValuationRS

public class ValuationRS
extends ValuationRSBase

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

Author:
Miguel Pérez

Constructor Summary
ValuationRS()
           
ValuationRS(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)
           
ValuationRS(ValuationRSV12 vrsv12)
           
 
Method Summary
protected  double _getTotalPurchasePrice()
           
 int _getTotTransferOption()
           
protected  void _setTotalPurchasePrice(double totalPurchasePrice)
           
 void _setTotTransferOption(int totTransferOption)
           
 TransferJourney getFromAirToHotelJourney()
           
 TransferJourney getFromHotelToAirJourney()
           
 java.lang.String getJourneyDirection()
           
 TotalPaxes getTotalPaxes()
           
 com.jumbotours.disponibility.Amount getTotalPrice()
           
 TransferOptionValuation[] 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(TransferOptionValuation[] 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

ValuationRS

public ValuationRS()

ValuationRS

public ValuationRS(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)

ValuationRS

public ValuationRS(ValuationRSV12 vrsv12)
Method Detail

_getTotTransferOption

public int _getTotTransferOption()
Overrides:
_getTotTransferOption in class ValuationRSBase

_setTotTransferOption

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

_getTotalPurchasePrice

protected double _getTotalPurchasePrice()
Overrides:
_getTotalPurchasePrice in class ValuationRSBase

_setTotalPurchasePrice

protected 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()

setTransferOption

public void setTransferOption(TransferOptionValuation[] transferOption)

getTransferOption

public TransferOptionValuation[] getTransferOption()

setTotalPrice

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

getTotalPrice

public com.jumbotours.disponibility.Amount getTotalPrice()