\MarketplaceWebServiceProducts_Model_GetMatchingProductResponse

MarketplaceWebServiceProducts_Model_GetMatchingProductResponse

Properties:

  • GetMatchingProductResult: array
  • ResponseMetadata: MarketplaceWebServiceProducts_Model_ResponseMetadata
  • ResponseHeaderMetadata: MarketplaceWebServiceProducts_Model_ResponseHeaderMetadata

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getGetMatchingProductResult()
setGetMatchingProductResult()
unsetGetMatchingProductResult()
isSetGetMatchingProductResult()
withGetMatchingProductResult()
getResponseMetadata()
setResponseMetadata()
isSetResponseMetadata()
withResponseMetadata()
getResponseHeaderMetadata()
setResponseHeaderMetadata()
isSetResponseHeaderMetadata()
withResponseHeaderMetadata()
fromXML()
toXML()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed  $data = null) 

Construct new model class

Parameters

mixed $data
  • DOMElement or Associative Array to construct from.

__get()

__get(string  $propertyName) 

Support for virtual properties getters.

Virtual property call example:

$action->Property

Direct getter(preferred):

$action->getProperty()

Parameters

string $propertyName

name of the property

__set()

__set(string  $propertyName,   $propertyValue) 

Support for virtual properties setters.

Virtual property call example:

$action->Property = 'ABC'

Direct setter (preferred):

$action->setProperty('ABC')

Parameters

string $propertyName

name of the property

$propertyValue

toQueryParameterArray()

toQueryParameterArray() : array

Convert to query parameters suitable for POSTing.

Returns

array —

of query parameters

getGetMatchingProductResult()

getGetMatchingProductResult() : \List<GetMatchingProductResult>

Get the value of the GetMatchingProductResult property.

Returns

\List

GetMatchingProductResult.

setGetMatchingProductResult()

setGetMatchingProductResult(  $value) : \this

Set the value of the GetMatchingProductResult property.

Parameters

$value

Returns

\this —

instance

unsetGetMatchingProductResult()

unsetGetMatchingProductResult() 

Clear GetMatchingProductResult.

isSetGetMatchingProductResult()

isSetGetMatchingProductResult() : true

Check to see if GetMatchingProductResult is set.

Returns

true —

if GetMatchingProductResult is set.

withGetMatchingProductResult()

withGetMatchingProductResult() : \This

Add values for GetMatchingProductResult, return this.

Returns

\This —

instance.

getResponseMetadata()

getResponseMetadata() : \ResponseMetadata

Get the value of the ResponseMetadata property.

Returns

\ResponseMetadata —

ResponseMetadata.

setResponseMetadata()

setResponseMetadata(  $value) : \this

Set the value of the ResponseMetadata property.

Parameters

$value

Returns

\this —

instance

isSetResponseMetadata()

isSetResponseMetadata() : true

Check to see if ResponseMetadata is set.

Returns

true —

if ResponseMetadata is set.

withResponseMetadata()

withResponseMetadata(  $value) : \This

Set the value of ResponseMetadata, return this.

Parameters

$value

Returns

\This —

instance.

getResponseHeaderMetadata()

getResponseHeaderMetadata() : \ResponseHeaderMetadata

Get the value of the ResponseHeaderMetadata property.

Returns

\ResponseHeaderMetadata —

ResponseHeaderMetadata.

setResponseHeaderMetadata()

setResponseHeaderMetadata(  $value) : \this

Set the value of the ResponseHeaderMetadata property.

Parameters

$value

Returns

\this —

instance

isSetResponseHeaderMetadata()

isSetResponseHeaderMetadata() : true

Check to see if ResponseHeaderMetadata is set.

Returns

true —

if ResponseHeaderMetadata is set.

withResponseHeaderMetadata()

withResponseHeaderMetadata(  $value) : \This

Set the value of ResponseHeaderMetadata, return this.

Parameters

$value

Returns

\This —

instance.

toXML()

toXML() : string

XML Representation for this object

Returns

string —

XML for this object