Class USADriveIdJurisdSubfile.DataElement

java.lang.Object
com.aspose.barcode.complexbarcode.USADriveIdJurisdSubfile.DataElement
Enclosing class:
USADriveIdJurisdSubfile

public static class USADriveIdJurisdSubfile.DataElement extends Object

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

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
    A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".
    final String
    The text value associated with the field, typically defined by jurisdiction rules.
    final void
    A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".
    final void
    The text value associated with the field, typically defined by jurisdiction rules.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataElement

      public DataElement()
  • Method Details

    • getElementID

      public final String getElementID()

      A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".

    • setElementID

      public final void setElementID(String value)

      A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA".

    • getValue

      public final String getValue()

      The text value associated with the field, typically defined by jurisdiction rules.

    • setValue

      public final void setValue(String value)

      The text value associated with the field, typically defined by jurisdiction rules.