urn.ebay.apis.eBLBaseComponents
Class AbstractResponseType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractResponseType
Direct Known Subclasses:
AddressVerifyResponseType, BAUpdateResponseType, BillOutstandingAmountResponseType, BillUserResponseType, BMButtonSearchResponseType, BMCreateButtonResponseType, BMGetButtonDetailsResponseType, BMGetInventoryResponseType, BMManageButtonStatusResponseType, BMSetInventoryResponseType, BMUpdateButtonResponseType, CancelRecoupResponseType, CompleteRecoupResponseType, CreateBillingAgreementResponseType, CreateMobilePaymentResponseType, CreateRecurringPaymentsProfileResponseType, DoAuthorizationResponseType, DoCancelResponseType, DoCaptureResponseType, DoDirectPaymentResponseType, DoExpressCheckoutPaymentResponseType, DoMobileCheckoutPaymentResponseType, DoNonReferencedCreditResponseType, DoReauthorizationResponseType, DoReferenceTransactionResponseType, DoVoidResponseType, EnterBoardingResponseType, ExecuteCheckoutOperationsResponseType, ExternalRememberMeOptOutResponseType, GetAccessPermissionDetailsResponseType, GetAuthDetailsResponseType, GetBalanceResponseType, GetBillingAgreementCustomerDetailsResponseType, GetBoardingDetailsResponseType, GetExpressCheckoutDetailsResponseType, GetIncentiveEvaluationResponseType, GetMobileStatusResponseType, GetPalDetailsResponseType, GetRecurringPaymentsProfileDetailsResponseType, GetTransactionDetailsResponseType, InitiateRecoupResponseType, ManagePendingTransactionStatusResponseType, ManageRecurringPaymentsProfileStatusResponseType, MassPayResponseType, RefundTransactionResponseType, ReverseTransactionResponseType, SetAccessPermissionsResponseType, SetAuthFlowParamResponseType, SetCustomerBillingAgreementResponseType, SetExpressCheckoutResponseType, SetMobileCheckoutResponseType, TransactionSearchResponseType, UpdateAccessPermissionsResponseType, UpdateRecurringPaymentsProfileResponseType

public class AbstractResponseType
extends Object

Base type definition of a response payload that can carry any type of payload content with following optional elements: - timestamp of response message, - application level acknowledgement, and - application-level errors and warnings.


Constructor Summary
AbstractResponseType()
          Default Constructor
AbstractResponseType(Node node)
           
 
Method Summary
 AckCodeType getAck()
          Getter for ack
 String getBuild()
          Getter for build
 String getCorrelationID()
          Getter for correlationID
 List<ErrorType> getErrors()
          Getter for errors
 String getTimestamp()
          Getter for timestamp
 String getVersion()
          Getter for version
 void setAck(AckCodeType ack)
          Setter for ack
 void setBuild(String build)
          Setter for build
 void setCorrelationID(String correlationID)
          Setter for correlationID
 void setErrors(List<ErrorType> errors)
          Setter for errors
 void setTimestamp(String timestamp)
          Setter for timestamp
 void setVersion(String version)
          Setter for version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractResponseType

public AbstractResponseType()
Default Constructor


AbstractResponseType

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

getTimestamp

public String getTimestamp()
Getter for timestamp


setTimestamp

public void setTimestamp(String timestamp)
Setter for timestamp


getAck

public AckCodeType getAck()
Getter for ack


setAck

public void setAck(AckCodeType ack)
Setter for ack


getCorrelationID

public String getCorrelationID()
Getter for correlationID


setCorrelationID

public void setCorrelationID(String correlationID)
Setter for correlationID


getErrors

public List<ErrorType> getErrors()
Getter for errors


setErrors

public void setErrors(List<ErrorType> errors)
Setter for errors


getVersion

public String getVersion()
Getter for version


setVersion

public void setVersion(String version)
Setter for version


getBuild

public String getBuild()
Getter for build


setBuild

public void setBuild(String build)
Setter for build



Copyright © 2013. All Rights Reserved.