Class USADriveIdJurisdSubfile.DataElement
java.lang.Object
com.aspose.barcode.complexbarcode.USADriveIdJurisdSubfile.DataElement
- Enclosing class:
- USADriveIdJurisdSubfile
Represents a jurisdiction-specific data field used in documents, for example ElementID = "ZVA" with Value = "01".
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringA 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".final StringgetValue()The text value associated with the field, typically defined by jurisdiction rules.final voidsetElementID(String value) A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".final voidThe text value associated with the field, typically defined by jurisdiction rules.
-
Constructor Details
-
DataElement
public DataElement()
-
-
Method Details
-
getElementID
A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".
-
setElementID
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.
-
setValue
The text value associated with the field, typically defined by jurisdiction rules.
-