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

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

public class GetProductRQ
extends AbstractRQ

holder for the getproduct method request

Author:
Miguel Pérez

Constructor Summary
GetProductRQ()
           
 
Method Summary
 java.lang.String getLanguage()
          iso language code
 java.lang.String getServiceCode()
          get the product tree for this service code
 void setLanguage(java.lang.String language)
          iso language code
 void setServiceCode(java.lang.String serviceCode)
          get the product tree for this service 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

GetProductRQ

public GetProductRQ()
Method Detail

getLanguage

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


setLanguage

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


getServiceCode

public java.lang.String getServiceCode()
get the product tree for this service code


setServiceCode

public void setServiceCode(java.lang.String serviceCode)
get the product tree for this service code