HIBCLICSecondaryAndAdditionalDataCodetext

Inheritance: java.lang.Object, com.aspose.barcode.complexbarcode.HIBCLICComplexCodetext

public class HIBCLICSecondaryAndAdditionalDataCodetext extends HIBCLICComplexCodetext

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

Constructors

ConstructorDescription
HIBCLICSecondaryAndAdditionalDataCodetext()

Methods

MethodDescription
equals(Object obj)Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value.
getBarcodeType()Gets or sets barcode type.
getClass()
getConstructedCodetext()Constructs codetext
getData()Identifies secodary and additional supplemental data.
getLinkCharacter()Identifies link character.
hashCode()Returns the hash code for this instance.
initFromString(String constructedCodetext)Initializes instance from constructed codetext.
notify()
notifyAll()
setBarcodeType(BaseEncodeType value)Gets or sets barcode type.
setData(SecondaryAndAdditionalData value)Identifies secodary and additional supplemental data.
setLinkCharacter(char value)Identifies link character.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

HIBCLICSecondaryAndAdditionalDataCodetext()

public HIBCLICSecondaryAndAdditionalDataCodetext()

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectAn HIBCLICSecondaryAndAdditionalDataCodetext value to compare to this instance.

Returns: boolean - true if obj has the same value as this instance; otherwise, false .

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 String getConstructedCodetext()

Constructs codetext

Returns: java.lang.String - Constructed codetext

getData()

public SecondaryAndAdditionalData getData()

Identifies secodary and additional supplemental data.

Returns: SecondaryAndAdditionalData

getLinkCharacter()

public char getLinkCharacter()

Identifies link character.

Returns: char

hashCode()

public int hashCode()

Returns the hash code for this instance.

Returns: int - A 32-bit signed integer hash code.

initFromString(String constructedCodetext)

public 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

setData(SecondaryAndAdditionalData value)

public void setData(SecondaryAndAdditionalData value)

Identifies secodary and additional supplemental data.

Parameters:

ParameterTypeDescription
valueSecondaryAndAdditionalData

setLinkCharacter(char value)

public void setLinkCharacter(char value)

Identifies link character.

Parameters:

ParameterTypeDescription
valuechar

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