Maxicode barcode data. Maxicode Free Form carrier message. Only applies to Mode 2 and 3. More...
Public Member Functions | |
| String | GetPostalCode () |
| void | SetPostalCode (String postalCode) |
| String | GetCountryCode () |
| void | SetCountryCode (String countryCode) |
| String | GetServiceClass () |
| void | SetServiceClass (String serviceClass) |
| String | GetRemainingMsg () |
| void | SetRemainingMsg (String remainingMsg) |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData | |
| MaxicodeModeEnum | GetMode () |
| The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes. More... | |
| void | SetMode (MaxicodeModeEnum mode) |
| String | GetData () |
| The barcode data that includes the primary message + secondary messages to be encoded in the barcode. More... | |
Maxicode barcode data. Maxicode Free Form carrier message. Only applies to Mode 2 and 3.
Modes 2, 3 "structured carrier message" requires fields for postal code, country code, and service class.
| String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetCountryCode | ( | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
| String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetPostalCode | ( | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
| String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetRemainingMsg | ( | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
| String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.GetServiceClass | ( | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
| void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetCountryCode | ( | String | countryCode | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
| void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetPostalCode | ( | String | postalCode | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
| void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetRemainingMsg | ( | String | remainingMsg | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
| void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured.SetServiceClass | ( | String | serviceClass | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.