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

Inherits BaseJavaClass.

Public Member Functions

 __construct ($javaClass)
 
 getOneDType ()
 
 getOneDCodeText ()
 
 getTwoDType ()
 
 getTwoDCodeText ()
 
 equals ($obj)
 
 hashCode ()
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from BaseJavaClass
 setJavaClass ($javaClass)
 

Detailed Description

Stores special data of

<b>GS1 Composite Bar</b>

recognized barcode

Constructor & Destructor Documentation

◆ __construct()

GS1CompositeBarExtendedParameters::__construct (   $javaClass)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ equals()

GS1CompositeBarExtendedParameters::equals (   $obj)

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

value.

Returns
<b>true</b>
if obj has the same value as this instance; otherwise,
<b>false</b>
.
Parameters
objAn System.Object value to compare to this instance.

◆ getOneDCodeText()

GS1CompositeBarExtendedParameters::getOneDCodeText ( )

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

Value: 1D barcode value

◆ getOneDType()

GS1CompositeBarExtendedParameters::getOneDType ( )

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

Value: 2D barcode type

◆ getTwoDCodeText()

GS1CompositeBarExtendedParameters::getTwoDCodeText ( )

Gets the 2D barcode value of GS1 Composite

Value: 2D barcode value

◆ getTwoDType()

GS1CompositeBarExtendedParameters::getTwoDType ( )

Gets the 2D barcode type of GS1 Composite

Value: 2D barcode type

◆ hashCode()

GS1CompositeBarExtendedParameters::hashCode ( )

Returns the hash code for this instance.

Returns
A 32-bit signed integer hash code.

◆ init()

GS1CompositeBarExtendedParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ toString()

GS1CompositeBarExtendedParameters::toString ( )

Returns a human-readable string representation of this

.

Returns
A string that represents this .