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

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

public class GetAirportsRQ
extends AbstractRQ

holder for the getairports method request

Since:
version 1.0 release candidate 1
Author:
Miguel Pérez

Constructor Summary
GetAirportsRQ()
           
 
Method Summary
 java.lang.String getCountryCode()
          iso country code
 java.lang.String getLanguage()
          iso language code
 void setCountryCode(java.lang.String countryCode)
          iso country code
 void setLanguage(java.lang.String language)
          iso language code
 
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

GetAirportsRQ

public GetAirportsRQ()
Method Detail

getCountryCode

public java.lang.String getCountryCode()
iso country code


setCountryCode

public void setCountryCode(java.lang.String countryCode)
iso country code


getLanguage

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


setLanguage

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