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

Inherits BaseJavaClass.

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ equals()

def equals (   self,
  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
<b>true</b>
if obj has the same value as this instance; otherwise,
<b>false</b>
.

◆ getOneDCodeText()

def getOneDCodeText (   self)

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

Returns
1D barcode value

◆ getOneDType()

def getOneDType (   self)

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

Returns
2D barcode type

◆ getTwoDCodeText()

def getTwoDCodeText (   self)

Gets the 2D barcode value of GS1 Composite.

Returns
2D barcode value

◆ getTwoDType()

def getTwoDType (   self)

Gets the 2D barcode type of GS1 Composite.

Returns
2D barcode type

◆ hashCode()

def hashCode (   self)

Returns the hash code for this instance.

Returns
A 32-bit signed integer hash code.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ toString()

def toString (   self)

Returns a human-readable string representation of this.

GS1CompositeBarExtendedParameters

.

Returns
A string that represents this
GS1CompositeBarExtendedParameters
.