This only applies for Mode 2 or 3. More...
Public Member Functions | |
String | GetPostalCode () |
void | SetPostalCode (String postalCode) |
String | GetCountryCode () |
void | SetCountryCode (String countryCode) |
String | GetServiceClass () |
void | SetServiceClass (String serviceClass) |
String | GetYear () |
void | SetYear (String year) |
String | GetRemainingMsg () |
void | SetRemainingMsg (String remainingMsg) |
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... | |
Protected Member Functions | |
AMaxicodeMsgStructuredOpenSystemStandard () | |
AMaxicodeMsgStructuredOpenSystemStandard (MaxicodeModeEnum mode, String year, String postalCode, String countryCode, String serviceClass, String remainingMsg) | |
Private Attributes | |
MaxicodeModeEnum | mode = MaxicodeModeEnum.MODE_2 |
String | year |
String | postalCode |
String | countryCode |
String | serviceClass |
String | remainingMsg |
This only applies for Mode 2 or 3.
|
protected |
|
protected |
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.countryCode, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.mode, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.postalCode, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.remainingMsg, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.serviceClass, and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.year.
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetCountryCode | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.countryCode.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.GetData(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.GetData().
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetData | ( | ) |
The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.
Reimplemented in com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard, and com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.countryCode, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.postalCode, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.remainingMsg, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.serviceClass, and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.year.
MaxicodeModeEnum com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetMode | ( | ) |
The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.mode.
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetPostalCode | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.postalCode.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.GetData(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.GetData().
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetRemainingMsg | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.remainingMsg.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.GetData(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.GetData().
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetServiceClass | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.serviceClass.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.GetData(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.GetData().
String com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetYear | ( | ) |
Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard.
References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.year.
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.GetData(), and com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.GetData().
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetCountryCode | ( | String | countryCode | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetMode | ( | MaxicodeModeEnum | mode | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetPostalCode | ( | String | postalCode | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetRemainingMsg | ( | String | remainingMsg | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetServiceClass | ( | String | serviceClass | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetYear | ( | String | year | ) |
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.AMaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetCountryCode(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetData(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetCountryCode().
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.AMaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetMode(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetMode().
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.AMaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetPostalCode(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetPostalCode().
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.AMaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetRemainingMsg(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetRemainingMsg().
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.AMaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetServiceClass(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetServiceClass().
|
private |
Referenced by com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.AMaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.GetYear(), com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard.MaxicodeMsgStructuredOpenSystemStandard(), and com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard.SetYear().