DataElement

DataElement class

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

public class DataElement : BaseJavaClass

Constructors

NameDescription
DataElement(object)Initializes a new instance of the DataElement class.

Methods

NameDescription
getElementIDA 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
getValueThe 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