Class Amazon_SimpleDB_Model_Error

Description

Amazon_SimpleDB_Model_Error

Properties:

  • Type: string
  • Code: string
  • Message: string
  • Detail: Amazon_SimpleDB_Model_Object

Located in /Model/Error.php (line 43)

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_Error
Method Summary
Amazon_SimpleDB_Model_Error __construct ([mixed $data = null])
string getCode ()
Error.Detail getDetail ()
string getMessage ()
string getType ()
bool isSetCode ()
bool isSetDetail ()
bool isSetMessage ()
bool isSetType ()
this setCode (string $value)
void setDetail (Error.Detail $value)
this setMessage (string $value)
this setType (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

Amazon_SimpleDB_Model::$_fields
Methods
Constructor __construct (line 62)

Construct new Amazon_SimpleDB_Model_Error

  • access: public
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
getCode (line 123)

Gets the value of the Code property.

  • return: Code
  • access: public
string getCode ()
getDetail (line 213)

Gets the value of the Detail.

  • return: Detail
  • access: public
Error.Detail getDetail ()
getMessage (line 168)

Gets the value of the Message property.

  • return: Message
  • access: public
string getMessage ()
getType (line 78)

Gets the value of the Type property.

  • return: Type
  • access: public
string getType ()
isSetCode (line 158)

Checks if Code is set

  • return: true if Code is set
  • access: public
bool isSetCode ()
isSetDetail (line 248)

Checks if Detail is set

  • return: true if Detail property is set
  • access: public
bool isSetDetail ()
isSetMessage (line 203)

Checks if Message is set

  • return: true if Message is set
  • access: public
bool isSetMessage ()
isSetType (line 113)

Checks if Type is set

  • return: true if Type is set
  • access: public
bool isSetType ()
setCode (line 134)

Sets the value of the Code property.

  • return: instance
  • access: public
this setCode (string $value)
  • string $value: Code
setDetail (line 224)

Sets the value of the Detail.

  • access: public
void setDetail (Error.Detail $value)
  • Error.Detail $value: Detail
setMessage (line 179)

Sets the value of the Message property.

  • return: instance
  • access: public
this setMessage (string $value)
  • string $value: Message
setType (line 89)

Sets the value of the Type property.

  • return: instance
  • access: public
this setType (string $value)
  • string $value: Type
withCode (line 146)

Sets the value of the Code and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Error withCode (string $value)
  • string $value: Code
withDetail (line 236)

Sets the value of the Detail and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Error withDetail (Object $value)
  • Object $value: Detail
withMessage (line 191)

Sets the value of the Message and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Error withMessage (string $value)
  • string $value: Message
withType (line 101)

Sets the value of the Type and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Error withType (string $value)
  • string $value: Type

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()

Documentation generated on Thu, 28 Aug 2008 06:35:47 -0700 by phpDocumentor 1.4.2