Class Amazon_SimpleDB_Model_GetAttributesResponse

Description

Amazon_SimpleDB_Model_GetAttributesResponse

Properties:

  • GetAttributesResult: Amazon_SimpleDB_Model_GetAttributesResult
  • ResponseMetadata: Amazon_SimpleDB_Model_ResponseMetadata

Located in /Model/GetAttributesResponse.php (line 41)

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_GetAttributesResponse
Method Summary
Amazon_SimpleDB_Model_GetAttributesResponse __construct ([mixed $data = null])
GetAttributesResult getGetAttributesResult ()
ResponseMetadata getResponseMetadata ()
void setGetAttributesResult (GetAttributesResult $value)
void setResponseMetadata (ResponseMetadata $value)
string toXML ()
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

Amazon_SimpleDB_Model::$_fields
Methods
static method fromXML (line 74)

Construct Amazon_SimpleDB_Model_GetAttributesResponse from XML string

  • access: public
static Amazon_SimpleDB_Model_GetAttributesResponse fromXML (string $xml)
  • string $xml: XML string to construct from
Constructor __construct (line 58)

Construct new Amazon_SimpleDB_Model_GetAttributesResponse

  • access: public
Amazon_SimpleDB_Model_GetAttributesResponse __construct ([mixed $data = null])
  • mixed $data:

    DOMElement or Associative Array to construct from.

    Valid properties:

    • GetAttributesResult: Amazon_SimpleDB_Model_GetAttributesResult
    • ResponseMetadata: Amazon_SimpleDB_Model_ResponseMetadata


Redefinition of:
Amazon_SimpleDB_Model::__construct()
Construct new model class
getGetAttributesResult (line 95)

Gets the value of the GetAttributesResult.

  • return: GetAttributesResult
  • access: public
GetAttributesResult getGetAttributesResult ()
getResponseMetadata (line 141)

Gets the value of the ResponseMetadata.

  • return: ResponseMetadata
  • access: public
ResponseMetadata getResponseMetadata ()
isSetGetAttributesResult (line 130)

Checks if GetAttributesResult is set

  • return: true if GetAttributesResult property is set
  • access: public
bool isSetGetAttributesResult ()
isSetResponseMetadata (line 176)

Checks if ResponseMetadata is set

  • return: true if ResponseMetadata property is set
  • access: public
bool isSetResponseMetadata ()
setGetAttributesResult (line 106)

Sets the value of the GetAttributesResult.

  • access: public
void setGetAttributesResult (GetAttributesResult $value)
  • GetAttributesResult $value: GetAttributesResult
setResponseMetadata (line 152)

Sets the value of the ResponseMetadata.

  • access: public
void setResponseMetadata (ResponseMetadata $value)
  • ResponseMetadata $value: ResponseMetadata
toXML (line 189)

XML Representation for this object

  • return: XML for this object
  • access: public
string toXML ()
withGetAttributesResult (line 118)

Sets the value of the GetAttributesResult and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_GetAttributesResponse withGetAttributesResult (GetAttributesResult $value)
  • GetAttributesResult $value: GetAttributesResult
withResponseMetadata (line 164)

Sets the value of the ResponseMetadata and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_GetAttributesResponse withResponseMetadata (ResponseMetadata $value)
  • ResponseMetadata $value: ResponseMetadata

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:49 -0700 by phpDocumentor 1.4.2