USADriveIdJurisdSubfile

USADriveIdJurisdSubfile class

Class for Jurisdiction specific fields for USA DL

public class USADriveIdJurisdSubfile : BaseJavaClass

Constructors

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

Methods

NameDescription
addOrReplace(object, object)Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the same ElementID is already present.
addOrReplaceNode(object)Adds new DataElement or replaces it if ElementID already exists.
clearClears all data elements.
findDataElement(object, object)Searches for data element by 3-letter id.
get(object)Indexing by 3-letter element id.
get(object)Indexing by index number.
init
insert(object, object)Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced.
remove(object)Tries to remove element at index.
remove(object)Tries to remove element with 3-letter id.
set(object, object)Indexing by 3-letter element id.
set(object, object)Indexing by index number.
sizeReturns number of data elements.

See Also