HIBCLICSecondaryAndAdditionalDataCodetext

HIBCLICSecondaryAndAdditionalDataCodetext class

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

public class HIBCLICSecondaryAndAdditionalDataCodetext : HIBCLICComplexCodetext

Constructors

NameDescription
HIBCLICSecondaryAndAdditionalDataCodetextInitializes a new instance of the HIBCLICSecondaryAndAdditionalDataCodetext class.

Methods

NameDescription
construct(object)
equals(object)Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value.
getBarcodeTypeGets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. (Inherited from HIBCLICComplexCodetext)
getConstructedCodetextConstructs codetext.
getDataIdentifies secodary and additional supplemental data.
getLinkCharacterIdentifies link character.
hashCodeReturns the hash code for this instance.
init
initFromString(object)Initializes instance from constructed codetext.
setBarcodeType(object)Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. (Inherited from HIBCLICComplexCodetext)
setData(object)Identifies secodary and additional supplemental data.
setLinkCharacter(object)Identifies link character.

Fields

NameDescription
JAVA_CLASS_NAME
data

See Also