Source for file Query.php
Documentation is available at Query.php
* @package Amazon_SimpleDB
* @copyright Copyright 2007 Amazon Technologies, Inc.
* @link http://aws.amazon.com
* @license http://aws.amazon.com/apache2.0 Apache License, Version 2.0
/*******************************************************************************
* Amazon Simple DB PHP5 Library
* Generated: Wed Jul 23 00:24:22 PDT 2008
* @see Amazon_SimpleDB_Model
require_once ('Amazon/SimpleDB/Model.php');
* Amazon_SimpleDB_Model_Query
* <li>DomainName: string</li>
* <li>QueryExpression: string</li>
* <li>MaxNumberOfItems: int</li>
* <li>NextToken: string</li>
* Construct new Amazon_SimpleDB_Model_Query
* @param mixed $data DOMElement or Associative Array to construct from.
* <li>DomainName: string</li>
* <li>QueryExpression: string</li>
* <li>MaxNumberOfItems: int</li>
* <li>NextToken: string</li>
'DomainName' =>
array('FieldValue' =>
null, 'FieldType' =>
'string'),
'QueryExpression' =>
array('FieldValue' =>
null, 'FieldType' =>
'string'),
'MaxNumberOfItems' =>
array('FieldValue' =>
null, 'FieldType' =>
'int'),
'NextToken' =>
array('FieldValue' =>
null, 'FieldType' =>
'string'),
* Gets the value of the DomainName property.
* @return string DomainName
return $this->_fields['DomainName']['FieldValue'];
* Sets the value of the DomainName property.
* @param string DomainName
$this->_fields['DomainName']['FieldValue'] =
$value;
* Sets the value of the DomainName and returns this instance
* @param string $value DomainName
* @return Amazon_SimpleDB_Model_Query instance
* Checks if DomainName is set
* @return bool true if DomainName is set
* Gets the value of the QueryExpression property.
* @return string QueryExpression
return $this->_fields['QueryExpression']['FieldValue'];
* Sets the value of the QueryExpression property.
* @param string QueryExpression
$this->_fields['QueryExpression']['FieldValue'] =
$value;
* Sets the value of the QueryExpression and returns this instance
* @param string $value QueryExpression
* @return Amazon_SimpleDB_Model_Query instance
* Checks if QueryExpression is set
* @return bool true if QueryExpression is set
* Gets the value of the MaxNumberOfItems property.
* @return int MaxNumberOfItems
return $this->_fields['MaxNumberOfItems']['FieldValue'];
* Sets the value of the MaxNumberOfItems property.
* @param int MaxNumberOfItems
$this->_fields['MaxNumberOfItems']['FieldValue'] =
$value;
* Sets the value of the MaxNumberOfItems and returns this instance
* @param int $value MaxNumberOfItems
* @return Amazon_SimpleDB_Model_Query instance
* Checks if MaxNumberOfItems is set
* @return bool true if MaxNumberOfItems is set
* Gets the value of the NextToken property.
* @return string NextToken
return $this->_fields['NextToken']['FieldValue'];
* Sets the value of the NextToken property.
* @param string NextToken
$this->_fields['NextToken']['FieldValue'] =
$value;
* Sets the value of the NextToken and returns this instance
* @param string $value NextToken
* @return Amazon_SimpleDB_Model_Query instance
* Checks if NextToken is set
* @return bool true if NextToken is set
Documentation generated on Wed, 23 Jul 2008 00:47:42 -0700 by phpDocumentor 1.4.2