com.xtravelsystem.online.published.V1_0RC1.rentACar.answers
Class StationServicesRS

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.rentACar.answers.StationServicesRS

public class StationServicesRS
extends java.lang.Object

holder for the stationservices method response

Author:
Miguel Pérez

Constructor Summary
StationServicesRS()
           
StationServicesRS(OpenHours[] openHours, CarCategory[] carCategories, Supplement[] optionalSupplements)
           
 
Method Summary
 CarCategory[] getCarCategories()
          available car categories
 OpenHours[] getOpenHours()
          office open hours
 Supplement[] getOptionalSupplements()
          available supplements
 void setCarCategories(CarCategory[] carCategories)
          available car categories
 void setOpenHours(OpenHours[] openHours)
          office open hours
 void setOptionalSupplements(Supplement[] optionalSupplements)
          available supplements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationServicesRS

public StationServicesRS()

StationServicesRS

public StationServicesRS(OpenHours[] openHours,
                         CarCategory[] carCategories,
                         Supplement[] optionalSupplements)
Method Detail

getCarCategories

public CarCategory[] getCarCategories()
available car categories


setCarCategories

public void setCarCategories(CarCategory[] carCategories)
available car categories


getOpenHours

public OpenHours[] getOpenHours()
office open hours


setOpenHours

public void setOpenHours(OpenHours[] openHours)
office open hours


getOptionalSupplements

public Supplement[] getOptionalSupplements()
available supplements


setOptionalSupplements

public void setOptionalSupplements(Supplement[] optionalSupplements)
available supplements