Class Amazon_SimpleDB_Model_ReplaceableAttribute

Description

Amazon_SimpleDB_Model_ReplaceableAttribute

Properties:

  • Name: string
  • Value: string
  • Replace: bool

Located in /Model/ReplaceableAttribute.php (line 42)

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

Inherited Variables

Inherited from Amazon_SimpleDB_Model

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

Construct new Amazon_SimpleDB_Model_ReplaceableAttribute

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • Name: string
    • Value: string
    • Replace: bool


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

Gets the value of the Name property.

  • return: Name
  • access: public
string getName ()
getReplace (line 165)

Gets the value of the Replace property.

  • return: Replace
  • access: public
bool getReplace ()
getValue (line 120)

Gets the value of the Value property.

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

Checks if Name is set

  • return: true if Name is set
  • access: public
bool isSetName ()
isSetReplace (line 200)

Checks if Replace is set

  • return: true if Replace is set
  • access: public
bool isSetReplace ()
isSetValue (line 155)

Checks if Value is set

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

Sets the value of the Name property.

  • return: instance
  • access: public
this setName (string $value)
  • string $value: Name
setReplace (line 176)

Sets the value of the Replace property.

  • return: instance
  • access: public
this setReplace (bool $value)
  • bool $value: Replace
setValue (line 131)

Sets the value of the Value property.

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

Sets the value of the Name and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_ReplaceableAttribute withName (string $value)
  • string $value: Name
withReplace (line 188)

Sets the value of the Replace and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_ReplaceableAttribute withReplace (bool $value)
  • bool $value: Replace
withValue (line 143)

Sets the value of the Value and returns this instance

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