\MarketplaceWebService_Model_CancelFeedSubmissionsResult

MarketplaceWebService_Model_CancelFeedSubmissionsResult

Properties:

  • Count: int
  • FeedSubmissionInfo: MarketplaceWebService_Model_FeedSubmissionInfo

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getCount()
setCount()
withCount()
isSetCount()
getFeedSubmissionInfoList()
setFeedSubmissionInfoList()
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_CancelFeedSubmissionsResult

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • Count: int
  • 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

getCount()

getCount() : integer

Gets the value of the Count property.

Returns

integer —

Count

setCount()

setCount(  $value) : \this

Sets the value of the Count property.

Parameters

$value

Returns

\this —

instance

isSetCount()

isSetCount() : boolean

Checks if Count is set

Returns

boolean —

true if Count is set

getFeedSubmissionInfoList()

getFeedSubmissionInfoList() : array

Gets the value of the FeedSubmissionInfo.

Returns

array —

of FeedSubmissionInfo FeedSubmissionInfo

setFeedSubmissionInfoList()

setFeedSubmissionInfoList(  $feedSubmissionInfo) : \this

Sets the value of the FeedSubmissionInfo.

Parameters

$feedSubmissionInfo

Returns

\this —

instance

withFeedSubmissionInfo()

withFeedSubmissionInfo(\FeedSubmissionInfo  $feedSubmissionInfoArgs) : \MarketplaceWebService_Model_CancelFeedSubmissionsResult

Sets single or multiple values of FeedSubmissionInfo list via variable number of arguments.

For example, to set the list with two elements, simply pass two values as arguments to this function withFeedSubmissionInfo($feedSubmissionInfo1, $feedSubmissionInfo2)

Parameters

\FeedSubmissionInfo $feedSubmissionInfoArgs

one or more FeedSubmissionInfo

Returns

\MarketplaceWebService_Model_CancelFeedSubmissionsResult

instance

isSetFeedSubmissionInfo()

isSetFeedSubmissionInfo() : boolean

Checks if FeedSubmissionInfo list is non-empty

Returns

boolean —

true if FeedSubmissionInfo list is non-empty