Uses of Class
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.CancellationPrice

Packages that use CancellationPrice
com.xtravelsystem.online.published.V1_0RC1.hotel.answers   
 

Uses of CancellationPrice in com.xtravelsystem.online.published.V1_0RC1.hotel.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers that return CancellationPrice
 CancellationPrice[] GetPricesRS.getCancellationPrices()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type CancellationPrice
 void GetPricesRS.setCancellationPrices(CancellationPrice[] cancellationPrices)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type CancellationPrice
GetPricesRS(java.util.Date date, com.jumbotours.disponibility.answers.Establishment establishment, RoomPrice[] roomPrices, SupplementPrice[] supplementPrices, SupplementPrice[] reductionPrices, CancellationPrice[] cancellationPrices, Comment[] comments)