__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
setType() setType( $value) : \this Set the value of the Type property. Parameters $value Returns \this — instance
withType() withType( $value) : \This Set the value of Type, return this. Parameters $value Returns \This — instance.
setCode() setCode( $value) : \this Set the value of the Code property. Parameters $value Returns \this — instance
withCode() withCode( $value) : \This Set the value of Code, return this. Parameters $value Returns \This — instance.
setMessage() setMessage( $value) : \this Set the value of the Message property. Parameters $value Returns \this — instance
isSetMessage() isSetMessage() : true Check to see if Message is set. Returns true — if Message is set.
withMessage() withMessage( $value) : \This Set the value of Message, return this. Parameters $value Returns \This — instance.
getDetail() getDetail() : \ErrorDetail Get the value of the Detail property. Returns \ErrorDetail — Detail.
setDetail() setDetail( $value) : \this Set the value of the Detail property. Parameters $value Returns \this — instance
withDetail() withDetail( $value) : \This Set the value of Detail, return this. Parameters $value Returns \This — instance.