GS1CompositeBarExtendedParameters
Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.BaseExtendedParameters
public final class GS1CompositeBarExtendedParameters extends BaseExtendedParameters
Stores special data of GS1 Composite Bar recognized barcode
Methods
| Method | Description |
|---|---|
| equals(Object obj) | Returns a value indicating whether this instance is equal to a specified GS1CompositeBarExtendedParameters value. |
| getClass() | |
| getOneDCodeText() | Gets the 1D (linear) barcode value of GS1 Composite |
| getOneDType() | Gets the 1D (linear) barcode type of GS1 Composite |
| getTwoDCodeText() | Gets the 2D barcode value of GS1 Composite |
| getTwoDType() | Gets the 2D barcode type of GS1 Composite |
| hashCode() | Returns the hash code for this instance. |
| isEmpty() | Tests whether all parameters has only default values |
| notify() | |
| notifyAll() | |
| toString() | Returns a human-readable string representation of this GS1CompositeBarExtendedParameters . |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object obj)
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified GS1CompositeBarExtendedParameters value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | An System.Object value to compare to this instance. |
Returns: boolean - true if obj has the same value as this instance; otherwise, false .
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getOneDCodeText()
public String getOneDCodeText()
Gets the 1D (linear) barcode value of GS1 Composite
Value: 1D barcode value
Returns: java.lang.String
getOneDType()
public SingleDecodeType getOneDType()
Gets the 1D (linear) barcode type of GS1 Composite
Value: 2D barcode type
Returns: SingleDecodeType
getTwoDCodeText()
public String getTwoDCodeText()
Gets the 2D barcode value of GS1 Composite
Value: 2D barcode value
Returns: java.lang.String
getTwoDType()
public SingleDecodeType getTwoDType()
Gets the 2D barcode type of GS1 Composite
Value: 2D barcode type
Returns: SingleDecodeType
hashCode()
public int hashCode()
Returns the hash code for this instance.
Returns: int - A 32-bit signed integer hash code.
isEmpty()
public boolean isEmpty()
Tests whether all parameters has only default values
Value: Returns true if all parameters has only default values; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a human-readable string representation of this GS1CompositeBarExtendedParameters .
Returns: java.lang.String - A string that represents this GS1CompositeBarExtendedParameters .
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 |