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

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

public class GetServicesRS
extends java.lang.Object

holder for the getservices method response.

Author:
Miguel Pérez

Constructor Summary
GetServicesRS()
           
GetServicesRS(Service[] services)
           
 
Method Summary
 Service[] getServices()
          getter for the list of available services
 void setServices(Service[] services)
          setter for the list of available services
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServicesRS

public GetServicesRS()

GetServicesRS

public GetServicesRS(Service[] services)
Method Detail

getServices

public Service[] getServices()
getter for the list of available services


setServices

public void setServices(Service[] services)
setter for the list of available services