HIBCLICSecondaryAndAdditionalDataCodetext

HIBCLICSecondaryAndAdditionalDataCodetext

Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data.

Constructor

new HIBCLICSecondaryAndAdditionalDataCodetext()

Source:
Example
This sample shows how to encode and decode HIBC LIC using HIBCLICSecondaryAndAdditionalDataCodetext.

Methods

equals(obj)

Returns a value indicating whether this instance is equal to a specified {@code HIBCLICSecondaryAndAdditionalDataCodetext} value.

Parameters:
Name Type Description
obj An {@code HIBCLICSecondaryAndAdditionalDataCodetext} value to compare to this instance.
Returns:
Type Description
{@code true} if obj has the same value as this instance; otherwise, {@code false}.
Source:

getConstructedCodetext()

Constructs codetext

Returns:
Type Description
Constructed codetext
Source:

getData()

Identifies secodary and additional supplemental data.

Source:

getLinkCharacter()

Identifies link character.

Source:

hashCode()

Returns the hash code for this instance.

Returns:
Type Description
A 32-bit signed integer hash code.
Source:

initFromString(constructedCodetext)

Initializes instance from constructed codetext.

Parameters:
Name Type Description
constructedCodetext Constructed codetext.
Source:

setData()

Identifies secodary and additional supplemental data.

Source:

setLinkCharacter()

Identifies link character.

Source: