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

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

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

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers that return POPrice
 POPrice[] PO.getPoPrice()
           
 

Methods in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type POPrice
 void PO.setPoPrice(POPrice[] poPrice)
           
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.hotel.answers with parameters of type POPrice
PO(java.lang.String id, java.lang.String titulo, java.lang.String descriptionText, java.util.Date validFrom, java.util.Date validTo, EstablishmentDataRS[] establishments, java.lang.String[] poClasses, POPrice[] poPrices, java.lang.String paxType)