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
 List<AddressType> getShippingAddresses()
          Getter for shippingAddresses
 String getToken()
          Getter for token
 void setSetDataError(List<ErrorType> setDataError)
          Setter for setDataError
 void setShippingAddresses(List<AddressType> shippingAddresses)
          Setter for shippingAddresses
 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


getShippingAddresses

public List<AddressType> getShippingAddresses()
Getter for shippingAddresses


setShippingAddresses

public void setShippingAddresses(List<AddressType> shippingAddresses)
Setter for shippingAddresses


getSetDataError

public List<ErrorType> getSetDataError()
Getter for setDataError


setSetDataError

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



Copyright © 2014. All Rights Reserved.