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

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

public class StationServicesRQ
extends java.lang.Object

holder for the stationservices method request

Author:
Miguel Pérez

Constructor Summary
StationServicesRQ()
           
 
Method Summary
 java.lang.String getAgencyCode()
          your agency code
 java.lang.String getBrandCode()
          the brand code
 java.util.Date getCheckout()
          date when you want to get the car
 java.lang.String getLanguage()
          iso language code
 java.lang.String getPointOfSaleId()
          the point of sale id
 java.lang.String getServiceVersion()
           
 java.lang.String getStationCode()
          station code
 java.lang.String getUserId()
           
 void setAgencyCode(java.lang.String agencyCode)
          your agency code
 void setBrandCode(java.lang.String brandCode)
          the brand code
 void setCheckout(java.util.Date checkout)
          date when you want to get the car
 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 setStationCode(java.lang.String stationCode)
          station code
 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

StationServicesRQ

public StationServicesRQ()
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


getCheckout

public java.util.Date getCheckout()
date when you want to get the car


setCheckout

public void setCheckout(java.util.Date checkout)
date when you want to get the car


getLanguage

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


setLanguage

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


getStationCode

public java.lang.String getStationCode()
station code


setStationCode

public void setStationCode(java.lang.String stationCode)
station 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