USADriveIdJurisdSubfile.DataElement
Contents
[
Hide
]Inheritance: java.lang.Object
public static class USADriveIdJurisdSubfile.DataElement
Represents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.
Constructors
| Constructor | Description |
|---|---|
| DataElement() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| 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. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setElementID(String value) | A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”. |
| setValue(String value) | The text value associated with the field, typically defined by jurisdiction rules. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
DataElement()
public DataElement()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getElementID()
public final String getElementID()
A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
Returns: java.lang.String
getValue()
public final String getValue()
The text value associated with the field, typically defined by jurisdiction rules.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setElementID(String value)
public final void setElementID(String value)
A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setValue(String value)
public final void setValue(String value)
The text value associated with the field, typically defined by jurisdiction rules.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |