DataElement
DataElement class
Represents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.
public class DataElement : BaseJavaClass
Constructors
| Name | Description |
|---|
| DataElement(object) | Initializes a new instance of the DataElement class. |
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. |
| init | |
| setElementID(object) | A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”. |
| setValue(object) | The text value associated with the field, typically defined by jurisdiction rules. |
See Also