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

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

public class GetEventsRS
extends java.lang.Object

holder of the getevents methods response

Author:
Miguel Pérez

Constructor Summary
GetEventsRS()
           
GetEventsRS(Event[] events)
           
 
Method Summary
 Event[] getEvents()
          the returned events
 void setEvents(Event[] events)
          the returned events
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEventsRS

public GetEventsRS()

GetEventsRS

public GetEventsRS(Event[] events)
Method Detail

getEvents

public Event[] getEvents()
the returned events


setEvents

public void setEvents(Event[] events)
the returned events