HIBCPASRecord

HIBCPASRecord class

Class for storing HIBC PAS record.

new HIBCPASRecord(dataType, data)

HIBCPASRecord constructor

ParameterDescription
dataTypeType of data.
dataData string.

Methods

NameDescription
_fromMwObject() (static)HIBCPASRecord constructor
equals(obj)Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.
getData()Identifies data.
getDataType()Identifies data type.
hashCode()Returns the hash code for this instance.
setData()Identifies data.
setDataType()Identifies data type.

_fromMwObject() (static)

HIBCPASRecord constructor

equals(obj)

Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.

ParameterDescription
objAn HIBCPASDataType value to compare to this instance.

Returns: true if obj has the same value as this instance; otherwise, false .

getData()

Identifies data.

getDataType()

Identifies data type.

hashCode()

Returns the hash code for this instance.

Returns: A 32-bit signed integer hash code.

setData()

Identifies data.

setDataType()

Identifies data type.