public class HIBCLICSecondaryAdditionalData extends Object implements com.groupdocs.signature.domain.extensions.interfaces.IComplexData
Class for storing HIBC (Healthcare Industry Bar Code Council) LIC (Licensed Identification Code) secondary and additional data.
| Constructor and Description |
|---|
HIBCLICSecondaryAdditionalData()
Default ctor()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Gets a copy of this object.
|
Date |
getDateOfManufacture()
Identifies date of manufacture.
|
Date |
getExpiryDate()
Identifies expiry date.
|
int |
getExpiryDateFormat()
Identifies expiry date format.
|
char |
getLinkCharacter()
Identifies link character in output string.
|
String |
getLotNumber()
Identifies lot or batch number.
|
int |
getQuantity()
Identifies quantity, must be integer value from 0 to 500.
|
String |
getSerialNumber()
Identifies serial number.
|
void |
setDateOfManufacture(Date value)
Identifies date of manufacture.
|
void |
setExpiryDate(Date value)
Identifies expiry date.
|
void |
setExpiryDateFormat(int value)
Identifies expiry date format.
|
void |
setLinkCharacter(char value)
Identifies link character in output string.
|
void |
setLotNumber(String value)
Identifies lot or batch number.
|
void |
setQuantity(int value)
Identifies quantity, must be integer value from 0 to 500.
|
void |
setSerialNumber(String value)
Identifies serial number.
|
public HIBCLICSecondaryAdditionalData()
Default ctor()
public final Object deepClone()
Gets a copy of this object.
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
public final Date getExpiryDate()
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
public final int getExpiryDateFormat()
Identifies expiry date format.
public final char getLinkCharacter()
Identifies link character in output string.
public final String getLotNumber()
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 symbols length.
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
public final String getSerialNumber()
Identifies serial number. Serial number must be alphanumeric string up to 18 symbols length.
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
public final void setExpiryDate(Date value)
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
public final void setExpiryDateFormat(int value)
Identifies expiry date format.
public final void setLinkCharacter(char value)
Identifies link character in output 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.
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
public final void setSerialNumber(String value)
Identifies serial number. Serial number must be alphanumeric string up to 18 symbols length.
Copyright © 2026. All rights reserved.