Class Amazon_SimpleDB_Model_QueryWithAttributesResponse

Description

Amazon_SimpleDB_Model_QueryWithAttributesResponse

Properties:

  • QueryWithAttributesResult: Amazon_SimpleDB_Model_QueryWithAttributesResult
  • ResponseMetadata: Amazon_SimpleDB_Model_ResponseMetadata

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

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_QueryWithAttributesResponse
Method Summary
Amazon_SimpleDB_Model_QueryWithAttributesResponse __construct ([mixed $data = null])
QueryWithAttributesResult getQueryWithAttributesResult ()
ResponseMetadata getResponseMetadata ()
void setQueryWithAttributesResult (QueryWithAttributesResult $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_QueryWithAttributesResponse from XML string

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

Construct new Amazon_SimpleDB_Model_QueryWithAttributesResponse

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • QueryWithAttributesResult: Amazon_SimpleDB_Model_QueryWithAttributesResult
    • ResponseMetadata: Amazon_SimpleDB_Model_ResponseMetadata


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

Gets the value of the QueryWithAttributesResult.

  • return: QueryWithAttributesResult
  • access: public
QueryWithAttributesResult getQueryWithAttributesResult ()
getResponseMetadata (line 141)

Gets the value of the ResponseMetadata.

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

Checks if QueryWithAttributesResult is set

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

Checks if ResponseMetadata is set

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

Sets the value of the QueryWithAttributesResult.

  • access: public
void setQueryWithAttributesResult (QueryWithAttributesResult $value)
  • QueryWithAttributesResult $value: QueryWithAttributesResult
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 ()
withQueryWithAttributesResult (line 118)

Sets the value of the QueryWithAttributesResult and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesResponse withQueryWithAttributesResult (QueryWithAttributesResult $value)
  • QueryWithAttributesResult $value: QueryWithAttributesResult
withResponseMetadata (line 164)

Sets the value of the ResponseMetadata and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesResponse 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:54 -0700 by phpDocumentor 1.4.2