Construct new Amazon_SimpleDB_Model_Error
Amazon_SimpleDB_Model_Error
__construct
([mixed $data = null])
-
mixed
$data:
DOMElement or Associative Array to construct from.
Valid properties:
- Type: string
- Code: string
- Message: string
- Detail: Amazon_SimpleDB_Model_Object
Redefinition of:
- Amazon_SimpleDB_Model::__construct()
- Construct new model class
Gets the value of the Code property.
string
getCode
()
Gets the value of the Detail.
Error.Detail
getDetail
()
Gets the value of the Message property.
string
getMessage
()
Gets the value of the Type property.
string
getType
()
Checks if Code is set
bool
isSetCode
()
Checks if Detail is set
bool
isSetDetail
()
Checks if Message is set
bool
isSetMessage
()
Checks if Type is set
bool
isSetType
()
Sets the value of the Code property.
this
setCode
(string $value)
Sets the value of the Detail.
void
setDetail
(Error.Detail $value)
-
Error.Detail
$value: Detail
Sets the value of the Message property.
this
setMessage
(string $value)
Sets the value of the Type property.
this
setType
(string $value)
Sets the value of the Code and returns this instance
Sets the value of the Detail and returns this instance
Sets the value of the Message and returns this instance
Sets the value of the Type and returns this instance
Inherited Methods
Inherited From Amazon_SimpleDB_Model
Amazon_SimpleDB_Model::__construct()
Amazon_SimpleDB_Model::_isNumericArray()
Amazon_SimpleDB_Model::_toXMLFragment()
Amazon_SimpleDB_Model::__get()
Amazon_SimpleDB_Model::__set()