urn.ebay.apis.eBLBaseComponents
Class AuthorizationResponseType

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

public class AuthorizationResponseType
extends Object

Status will denote whether Auto authorization was successful or not.


Constructor Summary
AuthorizationResponseType()
          Default Constructor
AuthorizationResponseType(Node node)
           
 
Method Summary
 List<ErrorType> getAuthorizationError()
          Getter for authorizationError
 AckCodeType getStatus()
          Getter for status
 void setAuthorizationError(List<ErrorType> authorizationError)
          Setter for authorizationError
 void setStatus(AckCodeType status)
          Setter for status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationResponseType

public AuthorizationResponseType()
Default Constructor


AuthorizationResponseType

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

getStatus

public AckCodeType getStatus()
Getter for status


setStatus

public void setStatus(AckCodeType status)
Setter for status


getAuthorizationError

public List<ErrorType> getAuthorizationError()
Getter for authorizationError


setAuthorizationError

public void setAuthorizationError(List<ErrorType> authorizationError)
Setter for authorizationError



Copyright © 2013. All Rights Reserved.