HIBCLICSecondaryAdditionalData
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.signature.domain.extensions.interfaces.IComplexData
public class HIBCLICSecondaryAdditionalData implements IComplexData
Class for storing HIBC (Healthcare Industry Bar Code Council) LIC (Licensed Identification Code) secondary and additional data.
| Constructor | Description |
|---|---|
| HIBCLICSecondaryAdditionalData() | Default ctor() |
| Method | Description |
|---|---|
| getExpiryDateFormat() | Identifies expiry date format. |
| setExpiryDateFormat(int value) | Identifies expiry date format. |
| getExpiryDate() | Identifies expiry date. |
| setExpiryDate(Date value) | Identifies expiry date. |
| getLotNumber() | Identifies lot or batch number. |
| setLotNumber(String value) | Identifies lot or batch number. |
| getSerialNumber() | Identifies serial number. |
| setSerialNumber(String value) | Identifies serial number. |
| getDateOfManufacture() | Identifies date of manufacture. |
| setDateOfManufacture(Date value) | Identifies date of manufacture. |
| getQuantity() | Identifies quantity, must be integer value from 0 to 500. |
| setQuantity(int value) | Identifies quantity, must be integer value from 0 to 500. |
| getLinkCharacter() | Identifies link character in output string. |
| setLinkCharacter(char value) | Identifies link character in output string. |
| deepClone() | Gets a copy of this object. |
public HIBCLICSecondaryAdditionalData()
Default ctor()
public final int getExpiryDateFormat()
Identifies expiry date format.
Returns: int
public final void setExpiryDateFormat(int value)
Identifies expiry date format.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final Date getExpiryDate()
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
Returns: java.util.Date
public final void setExpiryDate(Date value)
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
public final String getLotNumber()
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 symbols length.
Returns: java.lang.String
public final void setLotNumber(String value)
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 symbols length.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final String getSerialNumber()
Identifies serial number. Serial number must be alphanumeric string up to 18 symbols length.
Returns: java.lang.String
public final void setSerialNumber(String value)
Identifies serial number. Serial number must be alphanumeric string up to 18 symbols length.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final Date 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
Returns: java.util.Date
public final void setDateOfManufacture(Date 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
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
public final int 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
Returns: int
public final void 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
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final char getLinkCharacter()
Identifies link character in output string.
Returns: char
public final void setLinkCharacter(char value)
Identifies link character in output string.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | char |
public final Object deepClone()
Gets a copy of this object.
Returns: java.lang.Object
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.