public class PostalRoyalMail extends PropertyGroup
PostalRoyalMail is the class that configures the Postal Royal
Mail.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
enable
enable enables or disables the symbology. |
BooleanProperty |
sendChecksum
sendChecksum includes the Royal Mail checksum in the label
transmission. |
CharacterProperty |
userID
userID specifies the symbology identifier (if any).The symbology identifier is sent with the label when the global decode property Formatting.sendCodeId is set to
SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL. |
| Constructor and Description |
|---|
PostalRoyalMail(PropertyGetter editor)
This is the constructor of PostalRoyalMail.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty sendChecksum
sendChecksum includes the Royal Mail checksum in the label
transmission.public BooleanProperty enable
enable enables or disables the symbology.public CharacterProperty userID
userID specifies the symbology identifier (if any).Formatting.sendCodeId is set to
SendCodeID.USERDEFINED_IDENTIFIER_BEFORE_LABEL or SendCodeID.USERDEFINED_IDENTIFIER_AFTER_LABEL.public PostalRoyalMail(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.