SecondaryAndAdditionalData

SecondaryAndAdditionalData class

Class for storing HIBC LIC secondary and additional data.

public class SecondaryAndAdditionalData : joint.BaseJavaClass

Constructors

NameDescription
SecondaryAndAdditionalDataInitializes a new instance of the SecondaryAndAdditionalData class.

Methods

NameDescription
construct(object)
equals(object)Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value.
getDateOfManufactureIdentifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue.
getExpiryDateIdentifies expiry date. Will be used if ExpiryDateFormat is not set to None.
getExpiryDateFormatIdentifies expiry date format.
getLotNumberIdentifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
getQuantityIdentifies 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.
getSerialNumberIdentifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
hashCodeReturns the hash code for this instance.
init
parseFromString(object)Instantiates secondary and additional supplemental data from string format according HIBC LIC specification.
setDateOfManufacture(object)Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue.
setExpiryDate(object)Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
setExpiryDateFormat(object)Identifies expiry date format.
setLotNumber(object)Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
setQuantity(object)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.
setSerialNumber(object)Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
toStringConverts data to string format according HIBC LIC specification.

Fields

NameDescription
JAVA_CLASS_NAME

See Also