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

java.lang.Object
  extended by com.jumbotours.disponibility.Amount
      extended by com.xtravelsystem.online.published.V1_0RC1.transfer.UnitPrice

public class UnitPrice
extends com.jumbotours.disponibility.Amount


Constructor Summary
UnitPrice()
           
UnitPrice(java.lang.String currencyCode, double value, java.lang.String paxType)
           
 
Method Summary
 java.lang.String getPaxType()
           
 void setPaxType(java.lang.String paxType)
           
 
Methods inherited from class com.jumbotours.disponibility.Amount
_getComissionSalePercent, _getComissionSaleValue, _setComissionSalePercent, _setComissionSaleValue, getCurrencyCode, getValue, setCurrencyCode, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitPrice

public UnitPrice()

UnitPrice

public UnitPrice(java.lang.String currencyCode,
                 double value,
                 java.lang.String paxType)
Method Detail

setPaxType

public void setPaxType(java.lang.String paxType)

getPaxType

public java.lang.String getPaxType()