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
Constructor | Description |
---|---|
HIBCLICSecondaryAndAdditionalDataCodetext() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | An 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:
Parameter | Type | Description |
---|---|---|
constructedCodetext | java.lang.String | Constructed 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:
Parameter | Type | Description |
---|---|---|
value | BaseEncodeType |
setData(SecondaryAndAdditionalData value)
public void setData(SecondaryAndAdditionalData value)
Identifies secodary and additional supplemental data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | SecondaryAndAdditionalData |
setLinkCharacter(char value)
public void setLinkCharacter(char value)
Identifies link character.
Parameters:
Parameter | Type | Description |
---|---|---|
value | char |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |