HIBCLICComplexCodetext

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.complexbarcode.IComplexCodetext

public abstract class HIBCLICComplexCodetext implements IComplexCodetext

Base class for encoding and decoding the text embedded in the HIBC LIC code.


This sample shows how to decode raw HIBC LIC codetext to HIBCLICComplexCodetext instance.
 
 BarCodeReader reader = new BarCodeReader("c:\\test.png", DecodeType.HIBC_AZTEC_LIC);
 for(BarCodeResult result : reader.readBarCodes())
 {
     HIBCLICComplexCodetext resultHIBCLICComplexCodetext = ComplexCodetextReader.tryDecodeHIBCLIC(result.getCodeText());
     System.out.println("BarCode Type: " + resultMaxiCodeCodetext.getBarcodeType());
     System.out.println("BarCode CodeText: " + resultMaxiCodeCodetext.getConstructedCodetext());
 }

Constructors

ConstructorDescription
HIBCLICComplexCodetext()

Methods

MethodDescription
equals(Object arg0)
getBarcodeType()Gets or sets barcode type.
getClass()
getConstructedCodetext()Constructs codetext
hashCode()
initFromString(String constructedCodetext)Initializes instance from constructed codetext.
notify()
notifyAll()
setBarcodeType(BaseEncodeType value)Gets or sets barcode type.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

HIBCLICComplexCodetext()

public HIBCLICComplexCodetext()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBarcodeType()

public BaseEncodeType getBarcodeType()

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

Returns: BaseEncodeType - Barcode type.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getConstructedCodetext()

public abstract String getConstructedCodetext()

Constructs codetext

Returns: java.lang.String - Constructed codetext

hashCode()

public native int hashCode()

Returns: int

initFromString(String constructedCodetext)

public abstract void initFromString(String constructedCodetext)

Initializes instance from constructed codetext.

Parameters:

ParameterTypeDescription
constructedCodetextjava.lang.StringConstructed codetext.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBarcodeType(BaseEncodeType value)

public void setBarcodeType(BaseEncodeType value)

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

Parameters:

ParameterTypeDescription
valueBaseEncodeType

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int