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

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

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

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers that return SupplementPrice
 SupplementPrice[] GetPricesRS.getReductionPrices()
           
 SupplementPrice[] GetPricesRS.getSupplementPrices()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type SupplementPrice
 void GetPricesRS.setReductionPrices(SupplementPrice[] reductionPrices)
           
 void GetPricesRS.setSupplementPrices(SupplementPrice[] supplementPrices)
           
 

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