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

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

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

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers that return AvailableStation
 AvailableStation[] AvailableStationsRS.getAvailableStations()
          the list of available stations
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers with parameters of type AvailableStation
 void AvailableStationsRS.setAvailableStations(AvailableStation[] availableStations)
          the list of available stations
 

Constructors in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers with parameters of type AvailableStation
AvailableStationsRS(AvailableStation[] availableStations)