com.xtravelsystem.online.published.V1_0RC1.common.requests
Class GetEventsByCityRQ

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.common.AbstractRQ
      extended by com.xtravelsystem.online.published.V1_0RC1.common.requests.GetEventsByCityRQ

public class GetEventsByCityRQ
extends AbstractRQ

holder for the geteventsbycity method request

Author:
Miguel Pérez

Constructor Summary
GetEventsByCityRQ()
           
 
Method Summary
 java.lang.String getCityId()
          the unique city id
 java.util.Date getFrom()
          beginning of dates range
 java.lang.String getLanguage()
          iso language code
 java.util.Date getTo()
          end of dates range
 void setCityId(java.lang.String cityId)
          the unique city id
 void setFrom(java.util.Date from)
          beginning of dates range
 void setLanguage(java.lang.String language)
          iso language code
 void setTo(java.util.Date to)
          end of dates range
 void validate()
           
 
Methods inherited from class com.xtravelsystem.online.published.V1_0RC1.common.AbstractRQ
getAgencyCode, getBrandCode, getPointOfSaleId, setAgencyCode, setBrandCode, setPointOfSaleId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEventsByCityRQ

public GetEventsByCityRQ()
Method Detail

getCityId

public java.lang.String getCityId()
the unique city id


setCityId

public void setCityId(java.lang.String cityId)
the unique city id


getFrom

public java.util.Date getFrom()
beginning of dates range


setFrom

public void setFrom(java.util.Date from)
beginning of dates range


getLanguage

public java.lang.String getLanguage()
iso language code


setLanguage

public void setLanguage(java.lang.String language)
iso language code


getTo

public java.util.Date getTo()
end of dates range


setTo

public void setTo(java.util.Date to)
end of dates range


validate

public void validate()
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException