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

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

public class AvailableExcursionsRQ
extends AbstractAvailableExcursionsRQ

holder for the availableexcursions method request. Note it extends the AbstractAvailableExcursionsRQ class

Author:
Miguel Pérez

Constructor Summary
AvailableExcursionsRQ()
           
AvailableExcursionsRQ(java.lang.String[] cityCodes)
           
 
Method Summary
 java.lang.String[] getCityCodes()
           
 void setCityCodes(java.lang.String[] cityCodes)
           
 
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

AvailableExcursionsRQ

public AvailableExcursionsRQ()

AvailableExcursionsRQ

public AvailableExcursionsRQ(java.lang.String[] cityCodes)
Method Detail

getCityCodes

public java.lang.String[] getCityCodes()

setCityCodes

public void setCityCodes(java.lang.String[] cityCodes)