com.xtravelsystem.online.published.V1_0RC1.common.answers
Class GetAirportsRS

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.answers.GetAirportsRS

public class GetAirportsRS
extends java.lang.Object

holder for the getairports method response

Author:
Miguel Pérez

Constructor Summary
GetAirportsRS()
           
GetAirportsRS(Airport[] airports)
           
 
Method Summary
 Airport[] getAirports()
          the airports list
 void setAirports(Airport[] airports)
          the airports list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAirportsRS

public GetAirportsRS()

GetAirportsRS

public GetAirportsRS(Airport[] airports)
Method Detail

getAirports

public Airport[] getAirports()
the airports list


setAirports

public void setAirports(Airport[] airports)
the airports list