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

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

public class ValuationRQ
extends java.lang.Object

holder for the valuate methd request

Author:
Miguel Pérez

Constructor Summary
ValuationRQ()
           
 
Method Summary
 java.lang.String getAgencyCode()
          your agency code
 java.lang.String getBrandCode()
          the brand code
 java.lang.String getCarCategory()
          which kind of car you want to rent
 CheckInOut getCheckin()
          where and when you will return the car
 CheckInOut getCheckout()
          where and when to get the car
 int getDriverAge()
          age of driver
 java.lang.String getDriverCountryOfResidence()
          country of residence of driver
 java.lang.String getLanguage()
          iso language code
 DesiredSupplement[] getOptionalSupplements()
          desired optional supplements
 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 setCarCategory(java.lang.String carCategory)
          which kind of car you want to rent
 void setCheckin(CheckInOut checkin)
          where and when you will return the car
 void setCheckout(CheckInOut checkout)
          where and when to get the car
 void setDriverAge(int driverAge)
          age of driver
 void setDriverCountryOfResidence(java.lang.String driverCountryOfResidence)
          country of residence of driver
 void setLanguage(java.lang.String language)
          iso language code
 void setOptionalSupplements(DesiredSupplement[] optionalSupplements)
          desired optional supplements
 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

ValuationRQ

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


getCarCategory

public java.lang.String getCarCategory()
which kind of car you want to rent


setCarCategory

public void setCarCategory(java.lang.String carCategory)
which kind of car you want to rent


getCheckin

public CheckInOut getCheckin()
where and when you will return the car


setCheckin

public void setCheckin(CheckInOut checkin)
where and when you will return the car


getCheckout

public CheckInOut getCheckout()
where and when to get the car


setCheckout

public void setCheckout(CheckInOut checkout)
where and when to get the car


getDriverAge

public int getDriverAge()
age of driver


setDriverAge

public void setDriverAge(int driverAge)
age of driver


getDriverCountryOfResidence

public java.lang.String getDriverCountryOfResidence()
country of residence of driver


setDriverCountryOfResidence

public void setDriverCountryOfResidence(java.lang.String driverCountryOfResidence)
country of residence of driver


getLanguage

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


setLanguage

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


getOptionalSupplements

public DesiredSupplement[] getOptionalSupplements()
desired optional supplements


setOptionalSupplements

public void setOptionalSupplements(DesiredSupplement[] optionalSupplements)
desired optional supplements


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