\MarketplaceWebService_Model_SubmitFeedResult

MarketplaceWebService_Model_SubmitFeedResult

Properties:

  • FeedSubmissionInfo: MarketplaceWebService_Model_FeedSubmissionInfo

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getFeedSubmissionInfo()
setFeedSubmissionInfo()
withFeedSubmissionInfo()
isSetFeedSubmissionInfo()
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 MarketplaceWebService_Model_SubmitFeedResult

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • FeedSubmissionInfo: MarketplaceWebService_Model_FeedSubmissionInfo

__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

getFeedSubmissionInfo()

getFeedSubmissionInfo() : \FeedSubmissionInfo

Gets the value of the FeedSubmissionInfo.

Returns

\FeedSubmissionInfo —

FeedSubmissionInfo

setFeedSubmissionInfo()

setFeedSubmissionInfo(  $value) : void

Sets the value of the FeedSubmissionInfo.

Parameters

$value

withFeedSubmissionInfo()

withFeedSubmissionInfo(\FeedSubmissionInfo  $value) : \MarketplaceWebService_Model_SubmitFeedResult

Sets the value of the FeedSubmissionInfo and returns this instance

Parameters

\FeedSubmissionInfo $value

FeedSubmissionInfo

Returns

\MarketplaceWebService_Model_SubmitFeedResult

instance

isSetFeedSubmissionInfo()

isSetFeedSubmissionInfo() : boolean

Checks if FeedSubmissionInfo is set

Returns

boolean —

true if FeedSubmissionInfo property is set