\MarketplaceWebServiceProducts_Model_GetMyPriceForASINResponse

MarketplaceWebServiceProducts_Model_GetMyPriceForASINResponse

Properties:

  • GetMyPriceForASINResult: array
  • ResponseMetadata: MarketplaceWebServiceProducts_Model_ResponseMetadata
  • ResponseHeaderMetadata: MarketplaceWebServiceProducts_Model_ResponseHeaderMetadata

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getGetMyPriceForASINResult()
setGetMyPriceForASINResult()
unsetGetMyPriceForASINResult()
isSetGetMyPriceForASINResult()
withGetMyPriceForASINResult()
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

getGetMyPriceForASINResult()

getGetMyPriceForASINResult() : \List<GetMyPriceForASINResult>

Get the value of the GetMyPriceForASINResult property.

Returns

\List

GetMyPriceForASINResult.

setGetMyPriceForASINResult()

setGetMyPriceForASINResult(  $value) : \this

Set the value of the GetMyPriceForASINResult property.

Parameters

$value

Returns

\this —

instance

unsetGetMyPriceForASINResult()

unsetGetMyPriceForASINResult() 

Clear GetMyPriceForASINResult.

isSetGetMyPriceForASINResult()

isSetGetMyPriceForASINResult() : true

Check to see if GetMyPriceForASINResult is set.

Returns

true —

if GetMyPriceForASINResult is set.

withGetMyPriceForASINResult()

withGetMyPriceForASINResult() : \This

Add values for GetMyPriceForASINResult, 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