SecondaryAndAdditionalData
SecondaryAndAdditionalData class
Namespace: Aspose.Barcode.ComplexBarcode
Class for storing HIBC LIC secondary and additional data.
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| construct | Yes | |
| parseFromString | No | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| DateOfManufacture | Read/Write | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue |
| ExpiryDate | Read/Write | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. |
| ExpiryDateFormat | Read/Write | Identifies expiry date format. |
| LotNumber | Read/Write | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . |
| Quantity | Read/Write | 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 |
| SerialNumber | Read/Write | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. |
SecondaryAndAdditionalData__construct()
constructconstruct($java_class) (static)
| Parameter | Type | Description |
|---|---|---|
$java_class | `` |
parseFromStringparseFromString(string $secondaryDataCodetext)
Instantiates secondary and additional supplemental data from string format according HIBC LIC specification.
| Parameter | Type | Description |
|---|---|---|
$secondaryDataCodetext | string |
DateOfManufacture
Access: Read/Write
Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
| Parameter | Type | Description |
|---|---|---|
$value | DateTime |
ExpiryDate
Access: Read/Write
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
| Parameter | Type | Description |
|---|---|---|
$value | DateTime |
ExpiryDateFormat
Access: Read/Write
Identifies expiry date format.
Identifies expiry date format.
| Parameter | Type | Description |
|---|---|---|
$value | int |
LotNumber
Access: Read/Write
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
| Parameter | Type | Description |
|---|---|---|
$value | ?string |
Quantity
Access: Read/Write
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
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
| Parameter | Type | Description |
|---|---|---|
$value | int |
SerialNumber
Access: Read/Write
Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
| Parameter | Type | Description |
|---|---|---|
$value | ?string |