Uses of Class
com.xtravelsystem.online.published.V1_0RC1.rentACar.answers.OpenHours

Packages that use OpenHours
com.xtravelsystem.online.published.V1_0RC1.rentACar.answers   
 

Uses of OpenHours in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers that return OpenHours
 OpenHours[] StationServicesRS.getOpenHours()
          office open hours
 OpenHours[] StationDetails.getOpenHours()
          office open hours
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers with parameters of type OpenHours
 void StationServicesRS.setOpenHours(OpenHours[] openHours)
          office open hours
 void StationDetails.setOpenHours(OpenHours[] openHours)
          office open hours
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers with parameters of type OpenHours
StationServicesRS(OpenHours[] openHours, CarCategory[] carCategories, Supplement[] optionalSupplements)