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

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

public class CancelRQ
extends AbstractRQ

holder for the cancel method request

Author:
Miguel Pérez

Constructor Summary
CancelRQ()
           
 
Method Summary
 java.lang.String getBasketId()
          getter for the unique id for the shopping basket
 java.lang.String getComment()
          getter for the comment
 java.lang.String getLanguage()
          getter for the iso language code
 java.lang.String getUserId()
          getter for the user id.
 void setBasketId(java.lang.String basketId)
          setter for the unique id for the shopping basket
 void setComment(java.lang.String comment)
          setter for the comment
 void setLanguage(java.lang.String language)
          setter for the iso language code
 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

CancelRQ

public CancelRQ()
Method Detail

getBasketId

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


setBasketId

public void setBasketId(java.lang.String basketId)
setter for the unique id for the shopping basket


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


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

getComment

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


setComment

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