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

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

public class GetAreasRS
extends java.lang.Object

holder for the getareas method response

Author:
Miguel Pérez

Constructor Summary
GetAreasRS()
           
GetAreasRS(Area[] areas)
           
 
Method Summary
 Area[] getAreas()
           
 void setAreas(Area[] areas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAreasRS

public GetAreasRS()

GetAreasRS

public GetAreasRS(Area[] areas)
Method Detail

getAreas

public Area[] getAreas()

setAreas

public void setAreas(Area[] areas)