\MarketplaceWebService_Model_ReportSchedule

MarketplaceWebService_Model_ReportSchedule

Properties:

  • ReportType: string
  • Schedule: string
  • ScheduledDate: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getReportType()
setReportType()
withReportType()
isSetReportType()
getSchedule()
setSchedule()
withSchedule()
isSetSchedule()
getScheduledDate()
setScheduledDate()
withScheduledDate()
isSetScheduledDate()
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_ReportSchedule

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • ReportType: string
  • Schedule: string
  • ScheduledDate: string

__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

getReportType()

getReportType() : string

Gets the value of the ReportType property.

Returns

string —

ReportType

setReportType()

setReportType(  $value) : \this

Sets the value of the ReportType property.

Parameters

$value

Returns

\this —

instance

withReportType()

withReportType(string  $value) : \MarketplaceWebService_Model_ReportSchedule

Sets the value of the ReportType and returns this instance

Parameters

string $value

ReportType

Returns

\MarketplaceWebService_Model_ReportSchedule

instance

isSetReportType()

isSetReportType() : boolean

Checks if ReportType is set

Returns

boolean —

true if ReportType is set

getSchedule()

getSchedule() : string

Gets the value of the Schedule property.

Returns

string —

Schedule

setSchedule()

setSchedule(  $value) : \this

Sets the value of the Schedule property.

Parameters

$value

Returns

\this —

instance

withSchedule()

withSchedule(string  $value) : \MarketplaceWebService_Model_ReportSchedule

Sets the value of the Schedule and returns this instance

Parameters

string $value

Schedule

Returns

\MarketplaceWebService_Model_ReportSchedule

instance

isSetSchedule()

isSetSchedule() : boolean

Checks if Schedule is set

Returns

boolean —

true if Schedule is set

getScheduledDate()

getScheduledDate() : string

Gets the value of the ScheduledDate property.

Returns

string —

ScheduledDate

setScheduledDate()

setScheduledDate(  $value) : \this

Sets the value of the ScheduledDate property.

Parameters

$value

Returns

\this —

instance

withScheduledDate()

withScheduledDate(string  $value) : \MarketplaceWebService_Model_ReportSchedule

Sets the value of the ScheduledDate and returns this instance

Parameters

string $value

ScheduledDate

Returns

\MarketplaceWebService_Model_ReportSchedule

instance

isSetScheduledDate()

isSetScheduledDate() : boolean

Checks if ScheduledDate is set

Returns

boolean —

true if ScheduledDate is set