Aspose.Barcode for Python via Java Generation and Recognition API docs
GS1CompositeBarExtendedParameters Class Reference

Stores additional information for GS1 Composite Bar recognized barcodes. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
bool equals (self, GS1CompositeBarExtendedParameters obj)
 Returns a value indicating whether this instance is equal to a specified. More...
 
str getOneDCodeText (self)
 Gets the 1D (linear) barcode value of GS1 Composite. More...
 
DecodeType getOneDType (self)
 Gets the 1D (linear) barcode type of GS1 Composite. More...
 
str getTwoDCodeText (self)
 Gets the 2D barcode value of GS1 Composite. More...
 
DecodeType getTwoDType (self)
 Gets the 2D barcode type of GS1 Composite. More...
 
int hashCode (self)
 Returns the hash code for this instance. More...
 
None init (self)
 
str toString (self)
 Returns a human-readable string representation of this. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
str getJavaClassName (self)
 
bool isNull (self)
 
None printJavaClassName (self)
 
None setJavaClass (self, javaClass)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Stores additional information for GS1 Composite Bar recognized barcodes.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ equals()

bool equals (   self,
GS1CompositeBarExtendedParameters  obj 
)

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

GS1CompositeBarExtendedParameters

value.

Parameters
objAn System.Object value to compare to this instance.
Returns
True if obj has the same value as this instance; otherwise False.

◆ getOneDCodeText()

str getOneDCodeText (   self)

Gets the 1D (linear) barcode value of GS1 Composite.

Returns
: 1D barcode code text value

◆ getOneDType()

DecodeType getOneDType (   self)

Gets the 1D (linear) barcode type of GS1 Composite.

Returns
: 1D barcode type

◆ getTwoDCodeText()

str getTwoDCodeText (   self)

Gets the 2D barcode value of GS1 Composite.

Returns
: 2D barcode code text value

◆ getTwoDType()

DecodeType getTwoDType (   self)

Gets the 2D barcode type of GS1 Composite.

Returns
: 2D barcode type

◆ hashCode()

int hashCode (   self)

Returns the hash code for this instance.

Returns
A 32-bit signed integer hash code.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ toString()

str toString (   self)

Returns a human-readable string representation of this.

GS1CompositeBarExtendedParameters

.

Returns
: A string that represents this GS1CompositeBarExtendedParameters.