ExcludesValueType
extends Type
in package
Represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.
Table of Contents
Properties
- $Value : string
- Represents a decimal or hexadecimal bitmask.
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
$Value
Represents a decimal or hexadecimal bitmask.
public
string
$Value
The value is represented by the following regular expression: ((0x|0X)[0-9A-Fa-f])|([0-9]).
The following are examples of hexadecimal values for this attribute:
- 0x12AF
- 0X334AE
The following are examples of decimal values for this attribute:
- 10
- 255
- 4562
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