DataElement
DataElement class
Represents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.
new DataElement()
Methods
| Name | Description |
|---|---|
| getElementID() | A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”. |
| getValue() | The text value associated with the field, typically defined by jurisdiction rules. |
| setElementID() | A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”. |
| setValue() | The text value associated with the field, typically defined by jurisdiction rules. |