BodyContentType
extends Type
in package
Defines the value of a BodyContentAttributedValue element.
Table of Contents
Properties
- $BodyType : string
- Identifies how the body text is formatted.
- $Value : string
- Contains the value of the body content.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$BodyType
Identifies how the body text is formatted.
public
string
$BodyType
Tags
$Value
Contains the value of the body content.
public
string
$Value
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed