UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured Class Referenceabstract

This only applies for Mode 2 or 3. More...

Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured:
com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructured com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructured com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructured

Public Member Functions

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 GetPostalCode ()
 
void SetPostalCode (String postalCode)
 
String GetCountryCode ()
 
void SetCountryCode (String countryCode)
 
String GetServiceClass ()
 
void SetServiceClass (String serviceClass)
 
String GetRemainingMsg ()
 
void SetRemainingMsg (String remainingMsg)
 
String GetData ()
 The barcode data that includes the primary message + secondary messages to be encoded in the barcode. More...
 

Protected Member Functions

 AMaxicodeMsgStructured ()
 
 AMaxicodeMsgStructured (MaxicodeModeEnum mode, String postalCode, String countryCode, String serviceClass, String remainingMsg)
 

Private Attributes

MaxicodeModeEnum mode = MaxicodeModeEnum.MODE_2
 
String postalCode
 
String countryCode
 
String serviceClass
 
String remainingMsg
 

Detailed Description

This only applies for Mode 2 or 3.

Constructor & Destructor Documentation

◆ AMaxicodeMsgStructured() [1/2]

com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.AMaxicodeMsgStructured ( )
protected

◆ AMaxicodeMsgStructured() [2/2]

Member Function Documentation

◆ GetCountryCode()

◆ GetData()

◆ GetMode()

MaxicodeModeEnum com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.GetMode ( )

The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.

Implements com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.

References com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.mode.

◆ GetPostalCode()

◆ GetRemainingMsg()

◆ GetServiceClass()

◆ SetCountryCode()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.SetCountryCode ( String  countryCode)

◆ SetMode()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.SetMode ( MaxicodeModeEnum  mode)

◆ SetPostalCode()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.SetPostalCode ( String  postalCode)

◆ SetRemainingMsg()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.SetRemainingMsg ( String  remainingMsg)

◆ SetServiceClass()

void com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.SetServiceClass ( String  serviceClass)

Member Data Documentation

◆ countryCode

◆ mode

◆ postalCode

◆ remainingMsg

◆ serviceClass


The documentation for this class was generated from the following file: