com.xtravelsystem.online.published.V1_0RC1.basket.requests
Class CancelServiceRQ

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

public class CancelServiceRQ
extends AbstractRQ

holder for the cancel method request

Author:
Miguel Pérez

Constructor Summary
CancelServiceRQ()
           
 
Method Summary
 java.lang.String getComment()
          getter for the comment
 java.lang.String getLanguage()
          getter for the iso language code
 java.lang.String getServiceId()
          getter for the unique id for the shopping basket service
 java.lang.String getUserId()
          getter for the user id.
 void setComment(java.lang.String comment)
          setter for the comment
 void setLanguage(java.lang.String language)
          setter for the iso language code
 void setServiceId(java.lang.String serviceId)
          setter for the unique id for the shopping basket service
 void setUserId(java.lang.String userId)
          setter for the user id.
 
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

CancelServiceRQ

public CancelServiceRQ()
Method Detail

getLanguage

public java.lang.String getLanguage()
getter for the iso language code

Since:
version 1.0 release candidate 1

setLanguage

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

Since:
version 1.0 release candidate 1

getServiceId

public java.lang.String getServiceId()
getter for the unique id for the shopping basket service


setServiceId

public void setServiceId(java.lang.String serviceId)
setter for the unique id for the shopping basket service


getUserId

public java.lang.String getUserId()
getter for the user id. You can use this for any purpose you want


setUserId

public void setUserId(java.lang.String userId)
setter for the user id. You can use this for any purpose you want


getComment

public java.lang.String getComment()
getter for the comment


setComment

public void setComment(java.lang.String comment)
setter for the comment