public static class USADriveIdJurisdSubfile.DataElement
extends java.lang.Object
Represents a jurisdiction-specific data field used in documents, for example ElementID = "ZVA" with Value = "01".
| Constructor and Description |
|---|
DataElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementID()
A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".
|
java.lang.String |
getValue()
The text value associated with the field, typically defined by jurisdiction rules.
|
void |
setElementID(java.lang.String value)
A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".
|
void |
setValue(java.lang.String value)
The text value associated with the field, typically defined by jurisdiction rules.
|
public final java.lang.String getElementID()
A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".
public final void setElementID(java.lang.String value)
A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".
public final java.lang.String getValue()
The text value associated with the field, typically defined by jurisdiction rules.
public final void setValue(java.lang.String value)
The text value associated with the field, typically defined by jurisdiction rules.