Class HIBCLICSecondaryAndAdditionalDataCodetext

java.lang.Object
com.aspose.barcode.complexbarcode.HIBCLICComplexCodetext
com.aspose.barcode.complexbarcode.HIBCLICSecondaryAndAdditionalDataCodetext
All Implemented Interfaces:
IComplexCodetext

public class HIBCLICSecondaryAndAdditionalDataCodetext extends HIBCLICComplexCodetext
Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data.
  • Constructor Details

    • HIBCLICSecondaryAndAdditionalDataCodetext

      public HIBCLICSecondaryAndAdditionalDataCodetext()
  • Method Details

    • getData

      public SecondaryAndAdditionalData getData()

      Identifies secodary and additional supplemental data.

    • setData

      public void setData(SecondaryAndAdditionalData value)

      Identifies secodary and additional supplemental data.

    • getLinkCharacter

      public char getLinkCharacter()

      Identifies link character.

    • setLinkCharacter

      public void setLinkCharacter(char value)

      Identifies link character.

    • getConstructedCodetext

      public String getConstructedCodetext()

      Constructs codetext

      Specified by:
      getConstructedCodetext in interface IComplexCodetext
      Specified by:
      getConstructedCodetext in class HIBCLICComplexCodetext
      Returns:
      Constructed codetext
    • initFromString

      public void initFromString(String constructedCodetext)

      Initializes instance from constructed codetext.

      Specified by:
      initFromString in interface IComplexCodetext
      Specified by:
      initFromString in class HIBCLICComplexCodetext
      Parameters:
      constructedCodetext - Constructed codetext.
    • equals

      public boolean equals(Object obj)

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

      Overrides:
      equals in class Object
      Parameters:
      obj - An HIBCLICSecondaryAndAdditionalDataCodetext value to compare to this instance.
      Returns:
      <b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>.
    • hashCode

      public int hashCode()

      Returns the hash code for this instance.

      Overrides:
      hashCode in class Object
      Returns:
      A 32-bit signed integer hash code.