DataElement

DataElement class

Namespace: Aspose.Barcode.ComplexBarcode

Represents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.

Constructors

NameDescription
__construct

Properties

NameRead/WriteDescription
ElementIDRead/WriteA 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
ValueRead/WriteThe text value associated with the field, typically defined by jurisdiction rules.

DataElement__construct()

ElementID

Access: Read/Write

A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.

A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.

ParameterTypeDescription
$valuestring

Value

Access: Read/Write

The text value associated with the field, typically defined by jurisdiction rules.

The text value associated with the field, typically defined by jurisdiction rules.

ParameterTypeDescription
$valuestring