Class XSDSimpleType

Description

Base Type classs that allows for conversion of types into SOAP_Value objects.

Located in /PayPal/Type/XSDSimpleType.php (line 20)

XSDType
   |
   --XSDSimpleType
Direct descendents
Class Description
AmountType AmountType
BasicAmountType BasicAmountType
MeasureType MeasureType
QuantityType QuantityType
Variable Summary
string $_charset
mixed $_value
Method Summary
XSDSimpleType XSDSimpleType ([mixed $value = null], [mixed $attributes = array()])
SOAP_Value &getSoapValue (string $name)
void setval (mixed $value, [mixed $charset = 'iso-8859-1'])
Variables
string $_charset = 'iso-8859-1' (line 38)

The charset of this type's value.

  • access: protected
mixed $_value (line 29)

The simple value of this type.

  • access: protected

Inherited Variables

Inherited from XSDType

XSDType::$_attributes
XSDType::$_attributeValues
XSDType::$_elements
XSDType::$_namespace
Methods
Constructor XSDSimpleType (line 43)

Constructor.

XSDSimpleType XSDSimpleType ([mixed $value = null], [mixed $attributes = array()])
getSoapValue (line 57)

Turn this type into a SOAP_Value object useable with SOAP_Client.

  • return: A SOAP_Value object representing this type instance.
SOAP_Value &getSoapValue (string $name)
  • string $name: The name to use for the value.

Redefinition of:
XSDType::getSoapValue()
Turn this type into a SOAP_Value object useable with SOAP_Client.
setval (line 77)

Set the value of this simple object.

void setval (mixed $value, [mixed $charset = 'iso-8859-1'])

Inherited Methods

Inherited From XSDType

XSDType::XSDType()
XSDType::getattr()
XSDType::getSoapValue()
XSDType::setattr()
XSDType::__set_attribute()

Documentation generated on Thu, 11 May 2006 22:39:24 -0400 by phpDocumentor 1.3.0RC3