‪Aspose.Barcode for PHP via Java  23.2
‪Aspose.Barcode for PHP via Java Generation and Recognition API docs
HIBCLICSecondaryAndAdditionalDataCodetext Class Reference

Inherits HIBCLICComplexCodetext.

Public Member Functions

 __construct ()
 
 getData ()
 
 setData (SecondaryAndAdditionalData $value)
 
 getLinkCharacter ()
 
 setLinkCharacter (string $value)
 
 getConstructedCodetext ()
 
 initFromString (string $constructedCodetext)
 
 equals (HIBCLICSecondaryAndAdditionalDataCodetext $obj)
 
 hashCode ()
 
 getBarcodeType ()
 
 setBarcodeType (int $value)
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Static Public Member Functions

static construct ($java_class)
 

Public Attributes

const JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCLICSecondaryAndAdditionalDataCodetext"
 

Protected Member Functions

 init ()
 
 setJavaClass ($javaClass)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

HIBCLICSecondaryAndAdditionalDataCodetext::__construct ( )

Member Function Documentation

◆ construct()

static HIBCLICSecondaryAndAdditionalDataCodetext::construct (   $java_class)
static

◆ equals()

HIBCLICSecondaryAndAdditionalDataCodetext::equals ( HIBCLICSecondaryAndAdditionalDataCodetext  $obj)

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

value.

Parameters
obj‪An‪ value to compare to this instance.
Returns
<b>true</b>
‪ if obj has the same value as this instance; otherwise,
<b>false</b>
.

◆ getBarcodeType()

HIBCLICComplexCodetext::getBarcodeType ( )
inherited

Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.

Returns
‪Barcode type.

Reimplemented from IComplexCodetext.

◆ getConstructedCodetext()

HIBCLICSecondaryAndAdditionalDataCodetext::getConstructedCodetext ( )

Constructs codetext

Returns
‪Constructed codetext

Reimplemented from HIBCLICComplexCodetext.

◆ getData()

HIBCLICSecondaryAndAdditionalDataCodetext::getData ( )

Identifies secodary and additional supplemental data.

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

◆ getLinkCharacter()

HIBCLICSecondaryAndAdditionalDataCodetext::getLinkCharacter ( )

Identifies link character.

◆ hashCode()

HIBCLICSecondaryAndAdditionalDataCodetext::hashCode ( )

Returns the hash code for this instance.

Returns
‪A 32-bit signed integer hash code.

◆ init()

HIBCLICSecondaryAndAdditionalDataCodetext::init ( )
protected

Reimplemented from BaseJavaClass.

◆ initFromString()

HIBCLICSecondaryAndAdditionalDataCodetext::initFromString ( string  $constructedCodetext)

Initializes instance from constructed codetext.

Parameters
constructedCodetext‪Constructed codetext.

Reimplemented from HIBCLICComplexCodetext.

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

◆ setBarcodeType()

HIBCLICComplexCodetext::setBarcodeType ( int  $value)
inherited

Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.

Returns
‪Barcode type.

◆ setData()

HIBCLICSecondaryAndAdditionalDataCodetext::setData ( SecondaryAndAdditionalData  $value)

Identifies secodary and additional supplemental data.

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited

◆ setLinkCharacter()

HIBCLICSecondaryAndAdditionalDataCodetext::setLinkCharacter ( string  $value)

Identifies link character.

Member Data Documentation

◆ JAVA_CLASS_NAME

const HIBCLICSecondaryAndAdditionalDataCodetext::JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCLICSecondaryAndAdditionalDataCodetext"