com.xtravelsystem.online.published.V1_0RC1.rentACar.requests
Class AvailableStationsRQ

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.rentACar.requests.AvailableStationsRQ

public class AvailableStationsRQ
extends java.lang.Object

holder for the stationslist method request

Author:
Miguel Pérez

Constructor Summary
AvailableStationsRQ()
           
 
Method Summary
 java.lang.String getAgencyCode()
          your agency code
 java.lang.String getBrandCode()
          the brand code
 java.lang.String getCityCode()
          city code
 java.lang.String getLanguage()
          iso language code
 java.lang.String getPointOfSaleId()
          the point of sale id
 java.lang.String getServiceVersion()
           
 java.lang.String getUserId()
           
 void setAgencyCode(java.lang.String agencyCode)
          your agency code
 void setBrandCode(java.lang.String brandCode)
          the brand code
 void setCityCode(java.lang.String cityCode)
          city code
 void setLanguage(java.lang.String language)
          iso language code
 void setPointOfSaleId(java.lang.String pointOfSaleId)
          the point of sale id
 void setServiceVersion(java.lang.String serviceVersion)
           
 void setUserId(java.lang.String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableStationsRQ

public AvailableStationsRQ()
Method Detail

getServiceVersion

public java.lang.String getServiceVersion()

setServiceVersion

public void setServiceVersion(java.lang.String serviceVersion)

getUserId

public java.lang.String getUserId()

setUserId

public void setUserId(java.lang.String userId)

getAgencyCode

public java.lang.String getAgencyCode()
your agency code


setAgencyCode

public void setAgencyCode(java.lang.String agencyCode)
your agency code


getCityCode

public java.lang.String getCityCode()
city code


setCityCode

public void setCityCode(java.lang.String cityCode)
city code


getLanguage

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


setLanguage

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


getBrandCode

public java.lang.String getBrandCode()
the brand code


setBrandCode

public void setBrandCode(java.lang.String brandCode)
the brand code


getPointOfSaleId

public java.lang.String getPointOfSaleId()
the point of sale id


setPointOfSaleId

public void setPointOfSaleId(java.lang.String pointOfSaleId)
the point of sale id