com.xtravelsystem.online.published.V1_0RC1.excursion.requests
Class AvailableExcursionsByCityRQ

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.excursion.requests.AbstractAvailableExcursionsRQ
      extended by com.xtravelsystem.online.published.V1_0RC1.excursion.requests.AvailableExcursionsByCityRQ

public class AvailableExcursionsByCityRQ
extends AbstractAvailableExcursionsRQ

holder for the AvailableExcursionsByCity method request

Author:
Miguel Pérez

Constructor Summary
AvailableExcursionsByCityRQ()
           
AvailableExcursionsByCityRQ(java.lang.String cityCode)
           
 
Method Summary
 java.lang.String getCityCode()
           
 void setCityCode(java.lang.String cityCode)
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.excursion.requests.AbstractAvailableExcursionsRQ
getAdults, getAgencyCode, getChildren, getChildrenAges, getFrom, getFromRow, getLanguage, getNumRows, getTo, getValidExcursionTypes, setAdults, setAgencyCode, setChildren, setChildrenAges, setFrom, setFromRow, setLanguage, setNumRows, setTo, setValidExcursionTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableExcursionsByCityRQ

public AvailableExcursionsByCityRQ()

AvailableExcursionsByCityRQ

public AvailableExcursionsByCityRQ(java.lang.String cityCode)
Method Detail

getCityCode

public java.lang.String getCityCode()

setCityCode

public void setCityCode(java.lang.String cityCode)