Class AbstractResponseType

Description

AbstractResponseType

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.

Located in /PayPal/Type/AbstractResponseType.php (line 20)

XSDType
   |
   --AbstractResponseType
Direct descendents
Class Description
RefundTransactionResponseType RefundTransactionResponseType
GetTransactionDetailsResponseType GetTransactionDetailsResponseType
BillUserResponseType BillUserResponseType
TransactionSearchResponseType TransactionSearchResponseType
MassPayResponseType MassPayResponseType
BAUpdateResponseType BAUpdateResponseType
AddressVerifyResponseType AddressVerifyResponseType
SetExpressCheckoutResponseType SetExpressCheckoutResponseType
GetExpressCheckoutDetailsResponseType GetExpressCheckoutDetailsResponseType
DoExpressCheckoutPaymentResponseType DoExpressCheckoutPaymentResponseType
DoDirectPaymentResponseType DoDirectPaymentResponseType
DoCaptureResponseType DoCaptureResponseType
DoReauthorizationResponseType DoReauthorizationResponseType
DoVoidResponseType DoVoidResponseType
Variable Summary
mixed $Ack
mixed $Build
mixed $Errors
mixed $Timestamp
mixed $Version
Method Summary
AbstractResponseType AbstractResponseType ()
void getAck ()
void getBuild ()
void getErrors ()
void getTimestamp ()
void getVersion ()
void setAck (mixed $Ack, [mixed $charset = 'iso-8859-1'])
void setBuild (mixed $Build, [mixed $charset = 'iso-8859-1'])
void setCorrelationID (mixed $CorrelationID, [mixed $charset = 'iso-8859-1'])
void setErrors (mixed $Errors, [mixed $charset = 'iso-8859-1'])
void setTimestamp (mixed $Timestamp, [mixed $charset = 'iso-8859-1'])
void setVersion (mixed $Version, [mixed $charset = 'iso-8859-1'])
Variables
mixed $Ack (line 31)

Application level acknowledgement code.

mixed $Build (line 49)

This refers to the specific software build that was used in the deployment for processing the request and generating the response.

mixed $CorrelationID (line 36)

CorrelationID may be used optionally with an application level acknowledgement.

mixed $Errors (line 38)
mixed $Timestamp (line 26)

This value represents the date and time (GMT) when the response was generated by a service provider (as a result of processing of a request).

mixed $Version (line 43)

This refers to the version of the response payload schema.

Inherited Variables

Inherited from XSDType

XSDType::$_attributes
XSDType::$_attributeValues
XSDType::$_elements
XSDType::$_namespace
Methods
Constructor AbstractResponseType (line 51)
AbstractResponseType AbstractResponseType ()
getAck (line 105)
void getAck ()
getBuild (line 141)
void getBuild ()
getCorrelationID (line 114)
void getCorrelationID ()
getErrors (line 123)
void getErrors ()
getTimestamp (line 96)
void getTimestamp ()
getVersion (line 132)
void getVersion ()
setAck (line 109)
void setAck (mixed $Ack, [mixed $charset = 'iso-8859-1'])
setBuild (line 145)
void setBuild (mixed $Build, [mixed $charset = 'iso-8859-1'])
setCorrelationID (line 118)
void setCorrelationID (mixed $CorrelationID, [mixed $charset = 'iso-8859-1'])
setErrors (line 127)
void setErrors (mixed $Errors, [mixed $charset = 'iso-8859-1'])
setTimestamp (line 100)
void setTimestamp (mixed $Timestamp, [mixed $charset = 'iso-8859-1'])
setVersion (line 136)
void setVersion (mixed $Version, [mixed $charset = 'iso-8859-1'])

Inherited Methods

Inherited From XSDType

XSDType::XSDType()
XSDType::getattr()
XSDType::getSoapValue()
XSDType::setattr()

Documentation generated on Thu, 23 Jun 2005 13:27:39 -0400 by phpDocumentor 1.2.3