Class Amazon_SimpleDB_Model_Query

Description

Amazon_SimpleDB_Model_Query

Properties:

  • DomainName: string
  • QueryExpression: string
  • MaxNumberOfItems: int
  • NextToken: string

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

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_Query
Method Summary
Amazon_SimpleDB_Model_Query __construct ([mixed $data = null])
string getDomainName ()
string getNextToken ()
string getQueryExpression ()
bool isSetDomainName ()
bool isSetNextToken ()
this setDomainName (string $value)
this setMaxNumberOfItems (int $value)
this setNextToken (string $value)
this setQueryExpression (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

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

Construct new Amazon_SimpleDB_Model_Query

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • DomainName: string
    • QueryExpression: string
    • MaxNumberOfItems: int
    • NextToken: string


Redefinition of:
Amazon_SimpleDB_Model::__construct()
Construct new model class
getDomainName (line 78)

Gets the value of the DomainName property.

  • return: DomainName
  • access: public
string getDomainName ()
getMaxNumberOfItems (line 168)

Gets the value of the MaxNumberOfItems property.

  • return: MaxNumberOfItems
  • access: public
int getMaxNumberOfItems ()
getNextToken (line 213)

Gets the value of the NextToken property.

  • return: NextToken
  • access: public
string getNextToken ()
getQueryExpression (line 123)

Gets the value of the QueryExpression property.

  • return: QueryExpression
  • access: public
string getQueryExpression ()
isSetDomainName (line 113)

Checks if DomainName is set

  • return: true if DomainName is set
  • access: public
bool isSetDomainName ()
isSetMaxNumberOfItems (line 203)

Checks if MaxNumberOfItems is set

  • return: true if MaxNumberOfItems is set
  • access: public
bool isSetMaxNumberOfItems ()
isSetNextToken (line 248)

Checks if NextToken is set

  • return: true if NextToken is set
  • access: public
bool isSetNextToken ()
isSetQueryExpression (line 158)

Checks if QueryExpression is set

  • return: true if QueryExpression is set
  • access: public
bool isSetQueryExpression ()
setDomainName (line 89)

Sets the value of the DomainName property.

  • return: instance
  • access: public
this setDomainName (string $value)
  • string $value: DomainName
setMaxNumberOfItems (line 179)

Sets the value of the MaxNumberOfItems property.

  • return: instance
  • access: public
this setMaxNumberOfItems (int $value)
  • int $value: MaxNumberOfItems
setNextToken (line 224)

Sets the value of the NextToken property.

  • return: instance
  • access: public
this setNextToken (string $value)
  • string $value: NextToken
setQueryExpression (line 134)

Sets the value of the QueryExpression property.

  • return: instance
  • access: public
this setQueryExpression (string $value)
  • string $value: QueryExpression
withDomainName (line 101)

Sets the value of the DomainName and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Query withDomainName (string $value)
  • string $value: DomainName
withMaxNumberOfItems (line 191)

Sets the value of the MaxNumberOfItems and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Query withMaxNumberOfItems (int $value)
  • int $value: MaxNumberOfItems
withNextToken (line 236)

Sets the value of the NextToken and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Query withNextToken (string $value)
  • string $value: NextToken
withQueryExpression (line 146)

Sets the value of the QueryExpression and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Query withQueryExpression (string $value)
  • string $value: QueryExpression

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 Wed, 23 Jul 2008 00:47:42 -0700 by phpDocumentor 1.4.2