![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self) |
def | getExpiryDateFormat (self) |
def | setExpiryDateFormat (self, value) |
def | getExpiryDate (self) |
def | setExpiryDate (self, value) |
def | getLotNumber (self) |
def | setLotNumber (self, value) |
def | getSerialNumber (self) |
def | setSerialNumber (self, value) |
def | getDateOfManufacture (self) |
def | setDateOfManufacture (self, value) |
def | getQuantity (self) |
def | setQuantity (self, value) |
def | toString (self) |
def | parseFromString (self, secondaryDataCodetext) |
def | equals (self, obj) |
def | hashCode (self) |
def | init (self) |
![]() | |
def | __init__ (self, javaClass) |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Static Public Member Functions | |
def | construct (java_class) |
Static Public Attributes | |
string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwSecondaryAndAdditionalData" |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Class for storing HIBC LIC secondary and additional data.
def __init__ | ( | self | ) |
|
static |
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified {@code SecondaryAndAdditionalData} value. :param obj:An {@code SecondaryAndAdditionalData} value to compare to this instance. :return:{@code <b>true</b>} if obj has the same value as this instance; otherwise, {@code <b>false</b>}.
def getDateOfManufacture | ( | self | ) |
Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
def getExpiryDate | ( | self | ) |
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
def getExpiryDateFormat | ( | self | ) |
Identifies expiry date format.
def getLotNumber | ( | self | ) |
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length.
def getQuantity | ( | self | ) |
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
def getSerialNumber | ( | self | ) |
Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
def hashCode | ( | self | ) |
Returns the hash code for this instance. :return: A 32-bit signed integer hash code.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def parseFromString | ( | self, | |
secondaryDataCodetext | |||
) |
Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. :param secondaryDataCodetext:Formatted string.
def setDateOfManufacture | ( | self, | |
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
def setExpiryDate | ( | self, | |
value | |||
) |
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
def setExpiryDateFormat | ( | self, | |
value | |||
) |
Identifies expiry date format.
def setLotNumber | ( | self, | |
value | |||
) |
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length.
def setQuantity | ( | self, | |
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
def setSerialNumber | ( | self, | |
value | |||
) |
Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
def toString | ( | self | ) |
Converts data to string format according HIBC LIC specification. :return:Formatted string.
|
static |