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
Methods
| Name | Description |
|---|
| construct(object) | |
| equals(object) | Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value. |
| getBarcodeType | 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) |
| getConstructedCodetext | Constructs codetext. |
| getData | Identifies secodary and additional supplemental data. |
| getLinkCharacter | Identifies link character. |
| hashCode | Returns 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
See Also