‪Aspose.Barcode for PHP via Java  24.3
‪Aspose.Barcode for PHP via Java Generation and Recognition API docs
MaxiCodeStructuredSecondMessage Class Reference

Inherits MaxiCodeSecondMessage.

Public Member Functions

 __construct ()
 
 getYear ()
 
 setYear (int $value)
 
 getIdentifiers ()
 
 add (string $identifier)
 
 clear ()
 
 getMessage ()
 
 equals ($obj)
 
 getHashCode ()
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
 setJavaClass ($javaClass)
 

Detailed Description

Class for encoding and decoding structured second message for MaxiCode barcode.

Constructor & Destructor Documentation

◆ __construct()

MaxiCodeStructuredSecondMessage::__construct ( )

Member Function Documentation

◆ add()

MaxiCodeStructuredSecondMessage::add ( string  $identifier)

Adds new identifier

Parameters
string$identifier‪Identifier to be added

◆ clear()

MaxiCodeStructuredSecondMessage::clear ( )

Clear identifiers list

◆ equals()

MaxiCodeStructuredSecondMessage::equals (   $obj)

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

Parameters
object$obj‪An MaxiCodeStructuredSecondMessage value to compare to this instance.
Returns
‪bool true if obj has the same value as this instance; otherwise, false.

◆ getHashCode()

MaxiCodeStructuredSecondMessage::getHashCode ( )

Returns the hash code for this instance.

Returns
‪int A 32-bit signed integer hash code.

◆ getIdentifiers()

MaxiCodeStructuredSecondMessage::getIdentifiers ( )

Gets identifiers list

Returns
‪array List of identifiers

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

◆ getMessage()

MaxiCodeStructuredSecondMessage::getMessage ( )

Gets constructed second message

Returns
‪string Constructed second message

Reimplemented from MaxiCodeSecondMessage.

◆ getYear()

MaxiCodeStructuredSecondMessage::getYear ( )

Gets year. Year must be 2 digit integer value.

◆ init()

MaxiCodeStructuredSecondMessage::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited

◆ setYear()

MaxiCodeStructuredSecondMessage::setYear ( int  $value)

Sets year. Year must be 2 digit integer value.