urn.ebay.apis.eBLBaseComponents
Class SetDataResponseType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.SetDataResponseType

public class SetDataResponseType
extends Object

If Checkout session was initialized successfully, the corresponding token is returned in this element.


Constructor Summary
SetDataResponseType()
          Default Constructor
SetDataResponseType(Node node)
           
 
Method Summary
 List<ErrorType> getSetDataError()
          Getter for setDataError
 String getToken()
          Getter for token
 void setSetDataError(List<ErrorType> setDataError)
          Setter for setDataError
 void setToken(String token)
          Setter for token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetDataResponseType

public SetDataResponseType()
Default Constructor


SetDataResponseType

public SetDataResponseType(Node node)
                    throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getToken

public String getToken()
Getter for token


setToken

public void setToken(String token)
Setter for token


getSetDataError

public List<ErrorType> getSetDataError()
Getter for setDataError


setSetDataError

public void setSetDataError(List<ErrorType> setDataError)
Setter for setDataError



Copyright © 2012. All Rights Reserved.