![]() |
Aspose.Barcode for PHP via Java
23.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| __construct () | |
| getExpiryDateFormat () | |
| setExpiryDateFormat (int $value) | |
| getExpiryDate () | |
| setExpiryDate (DateTime $value) | |
| getLotNumber () | |
| setLotNumber (?string $value) | |
| getSerialNumber () | |
| setSerialNumber (?string $value) | |
| getDateOfManufacture () | |
| setDateOfManufacture (DateTime $value) | |
| getQuantity () | |
| setQuantity (int $value) | |
| toString () | |
| parseFromString (string $secondaryDataCodetext) | |
| equals (SecondaryAndAdditionalData $obj) | |
| hashCode () | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Static Public Member Functions | |
| static | construct ($java_class) |
Public Attributes | |
| const | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwSecondaryAndAdditionalData" |
Protected Member Functions | |
| init () | |
| setJavaClass ($javaClass) | |
Class for storing HIBC LIC secondary and additional data.
| SecondaryAndAdditionalData::__construct | ( | ) |
|
static |
| SecondaryAndAdditionalData::equals | ( | SecondaryAndAdditionalData | $obj | ) |
Returns a value indicating whether this instance is equal to a specified
value.
| obj | An value to compare to this instance. |
| SecondaryAndAdditionalData::getDateOfManufacture | ( | ) |
Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
| SecondaryAndAdditionalData::getExpiryDate | ( | ) |
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
| SecondaryAndAdditionalData::getExpiryDateFormat | ( | ) |
Identifies expiry date format.
|
inherited |
|
inherited |
| SecondaryAndAdditionalData::getLotNumber | ( | ) |
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
| SecondaryAndAdditionalData::getQuantity | ( | ) |
Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1
| SecondaryAndAdditionalData::getSerialNumber | ( | ) |
Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
| SecondaryAndAdditionalData::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
| SecondaryAndAdditionalData::parseFromString | ( | string | $secondaryDataCodetext | ) |
Instantiates secondary and additional supplemental data from string format according HIBC LIC specification.
| secondaryDataCodetext | Formatted string. |
|
inherited |
| SecondaryAndAdditionalData::setDateOfManufacture | ( | DateTime | $value | ) |
Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
| SecondaryAndAdditionalData::setExpiryDate | ( | DateTime | $value | ) |
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
| SecondaryAndAdditionalData::setExpiryDateFormat | ( | int | $value | ) |
Identifies expiry date format.
|
protectedinherited |
| SecondaryAndAdditionalData::setLotNumber | ( | ?string | $value | ) |
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
| SecondaryAndAdditionalData::setQuantity | ( | int | $value | ) |
Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1
| SecondaryAndAdditionalData::setSerialNumber | ( | ?string | $value | ) |
Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
| SecondaryAndAdditionalData::toString | ( | ) |
Converts data to string format according HIBC LIC specification.
| const SecondaryAndAdditionalData::JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwSecondaryAndAdditionalData" |