Class HIBCLICSecondaryAndAdditionalDataCodetext
java.lang.Object
com.aspose.barcode.complexbarcode.HIBCLICComplexCodetext
com.aspose.barcode.complexbarcode.HIBCLICSecondaryAndAdditionalDataCodetext
- All Implemented Interfaces:
IComplexCodetext
Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a value indicating whether this instance is equal to a specifiedHIBCLICSecondaryAndAdditionalDataCodetextvalue.Constructs codetextgetData()Identifies secodary and additional supplemental data.charIdentifies link character.inthashCode()Returns the hash code for this instance.voidinitFromString(String constructedCodetext) Initializes instance from constructed codetext.voidIdentifies secodary and additional supplemental data.voidsetLinkCharacter(char value) Identifies link character.Methods inherited from class com.aspose.barcode.complexbarcode.HIBCLICComplexCodetext
getBarcodeType, setBarcodeType
-
Constructor Details
-
HIBCLICSecondaryAndAdditionalDataCodetext
public HIBCLICSecondaryAndAdditionalDataCodetext()
-
-
Method Details
-
getData
Identifies secodary and additional supplemental data.
-
setData
Identifies secodary and additional supplemental data.
-
getLinkCharacter
public char getLinkCharacter()Identifies link character.
-
setLinkCharacter
public void setLinkCharacter(char value) Identifies link character.
-
getConstructedCodetext
Constructs codetext
- Specified by:
getConstructedCodetextin interfaceIComplexCodetext- Specified by:
getConstructedCodetextin classHIBCLICComplexCodetext- Returns:
- Constructed codetext
-
initFromString
Initializes instance from constructed codetext.
- Specified by:
initFromStringin interfaceIComplexCodetext- Specified by:
initFromStringin classHIBCLICComplexCodetext- Parameters:
constructedCodetext- Constructed codetext.
-
equals
Returns a value indicating whether this instance is equal to a specified
HIBCLICSecondaryAndAdditionalDataCodetextvalue. -
hashCode
public int hashCode()Returns the hash code for this instance.
-