Class Amazon_SimpleDB_Model_Attribute

Description

Amazon_SimpleDB_Model_Attribute

Properties:

  • Name: string
  • Value: string

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

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_Attribute
Method Summary
Amazon_SimpleDB_Model_Attribute __construct ([mixed $data = null])
string getName ()
string getValue ()
bool isSetName ()
bool isSetValue ()
this setName (string $value)
this setValue (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

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

Construct new Amazon_SimpleDB_Model_Attribute

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • Name: string
    • Value: string


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

Gets the value of the Name property.

  • return: Name
  • access: public
string getName ()
getValue (line 117)

Gets the value of the Value property.

  • return: Value
  • access: public
string getValue ()
isSetName (line 107)

Checks if Name is set

  • return: true if Name is set
  • access: public
bool isSetName ()
isSetValue (line 152)

Checks if Value is set

  • return: true if Value is set
  • access: public
bool isSetValue ()
setName (line 83)

Sets the value of the Name property.

  • return: instance
  • access: public
this setName (string $value)
  • string $value: Name
setValue (line 128)

Sets the value of the Value property.

  • return: instance
  • access: public
this setValue (string $value)
  • string $value: Value
withName (line 95)

Sets the value of the Name and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Attribute withName (string $value)
  • string $value: Name
withValue (line 140)

Sets the value of the Value and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_Attribute withValue (string $value)
  • string $value: Value

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