|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xtravelsystem.online.published.V1_0RC1.rentACar.answers.StationServicesRS
public class StationServicesRS
holder for the stationservices method response
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 |
---|
public StationServicesRS()
public StationServicesRS(OpenHours[] openHours, CarCategory[] carCategories, Supplement[] optionalSupplements)
Method Detail |
---|
public CarCategory[] getCarCategories()
public void setCarCategories(CarCategory[] carCategories)
public OpenHours[] getOpenHours()
public void setOpenHours(OpenHours[] openHours)
public Supplement[] getOptionalSupplements()
public void setOptionalSupplements(Supplement[] optionalSupplements)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |