urn.ebay.api.PayPalAPI
Class EnterBoardingResponseType
java.lang.Object
urn.ebay.apis.eBLBaseComponents.AbstractResponseType
urn.ebay.api.PayPalAPI.EnterBoardingResponseType
public class EnterBoardingResponseType
- extends AbstractResponseType
A unique token that identifies this boarding session. Use
this token with the GetBoarding Details API call.Character
length and limitations: 64 alphanumeric characters. The
token has the following format:OB-61characterstring
| Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractResponseType |
getAck, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setBuild, setCorrelationID, setErrors, setTimestamp, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnterBoardingResponseType
public EnterBoardingResponseType()
- Default Constructor
EnterBoardingResponseType
public EnterBoardingResponseType(Node node)
throws XPathExpressionException
- Throws:
XPathExpressionException
getToken
public String getToken()
- Getter for token
setToken
public void setToken(String token)
- Setter for token
Copyright © 2013. All Rights Reserved.