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

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

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

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

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type RoomPrice
 void GetPricesRS.setRoomPrices(RoomPrice[] roomPrices)
           
 

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