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

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

public class AvailableStationsRS
extends java.lang.Object

holder for the availablestations method response

Author:
Miguel Pérez

Constructor Summary
AvailableStationsRS()
           
AvailableStationsRS(AvailableStation[] availableStations)
           
 
Method Summary
 AvailableStation[] getAvailableStations()
          the list of available stations
 void setAvailableStations(AvailableStation[] availableStations)
          the list of available stations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableStationsRS

public AvailableStationsRS()

AvailableStationsRS

public AvailableStationsRS(AvailableStation[] availableStations)
Method Detail

getAvailableStations

public AvailableStation[] getAvailableStations()
the list of available stations


setAvailableStations

public void setAvailableStations(AvailableStation[] availableStations)
the list of available stations