Class Amazon_SimpleDB_Model_QueryResult

Description

Amazon_SimpleDB_Model_QueryResult

Properties:

  • ItemName: string
  • NextToken: string

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

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_QueryResult
Method Summary
Amazon_SimpleDB_Model_QueryResult __construct ([mixed $data = null])
array getItemName ()
string getNextToken ()
bool isSetItemName ()
bool isSetNextToken ()
this setItemName (string $itemName)
this setNextToken (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

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

Construct new Amazon_SimpleDB_Model_QueryResult

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • ItemName: string
    • NextToken: string


Redefinition of:
Amazon_SimpleDB_Model::__construct()
Construct new model class
getItemName (line 72)

Gets the value of the ItemName .

  • return: of string ItemName
  • access: public
array getItemName ()
getNextToken (line 125)

Gets the value of the NextToken property.

  • return: NextToken
  • access: public
string getNextToken ()
isSetItemName (line 115)

Checks if ItemName list is non-empty

  • return: true if ItemName list is non-empty
  • access: public
bool isSetItemName ()
isSetNextToken (line 160)

Checks if NextToken is set

  • return: true if NextToken is set
  • access: public
bool isSetNextToken ()
setItemName (line 83)

Sets the value of the ItemName.

  • return: instance
  • access: public
this setItemName (string $itemName)
  • string $itemName: or an array of string ItemName
setNextToken (line 136)

Sets the value of the NextToken property.

  • return: instance
  • access: public
this setNextToken (string $value)
  • string $value: NextToken
withItemName (line 101)

Sets single or multiple values of ItemName list via variable number of arguments.

For example, to set the list with two elements, simply pass two values as arguments to this function

  1. withItemName($itemName1$itemName2)

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryResult withItemName (string $stringArgs)
  • string $stringArgs: one or more ItemName
withNextToken (line 148)

Sets the value of the NextToken and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryResult withNextToken (string $value)
  • string $value: NextToken

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