Identifies the unique group of customers involved in the mailing. Max value: 9999999.
Returns:
int
setSupplyChainID(int value)
public final void setSupplyChainID(int value)
Identifies the unique group of customers involved in the mailing. Max value: 9999999.
Parameters:
Parameter
Type
Description
value
int
getItemID()
public final int getItemID()
Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999.
Returns:
int
setItemID(int value)
public final void setItemID(int value)
Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999.
Parameters:
Parameter
Type
Description
value
int
getDestinationPostCodeAndDPS()
public final String getDestinationPostCodeAndDPS()
Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. Max length is 9.
Returns:
java.lang.String
setDestinationPostCodeAndDPS(String value)
public final void setDestinationPostCodeAndDPS(String value)
Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. Max length is 9.
Parameters:
Parameter
Type
Description
value
java.lang.String
getRTSFlag()
public final String getRTSFlag()
Flag which indicates what level of Return to Sender service is being requested. Max length is 1
Returns:
java.lang.String
setRTSFlag(String value)
public final void setRTSFlag(String value)
Flag which indicates what level of Return to Sender service is being requested. Max length is 1
Parameters:
Parameter
Type
Description
value
java.lang.String
getReturnToSenderPostCode()
public final String getReturnToSenderPostCode()
Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format.
Returns:
java.lang.String
setReturnToSenderPostCode(String value)
public final void setReturnToSenderPostCode(String value)
Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format.
Parameters:
Parameter
Type
Description
value
java.lang.String
getCustomerContent()
public final String getCustomerContent()
Optional space for use by customer.
Max length by Type Mailmark2DType: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters
Returns:
java.lang.String
setCustomerContent(String value)
public final void setCustomerContent(String value)
Optional space for use by customer.
Max length by Type Mailmark2DType: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters
Parameters:
Parameter
Type
Description
value
java.lang.String
getCustomerContentEncodeMode()
public final int getCustomerContentEncodeMode()
Encode mode of DataMatrix barcode. Default value: DataMatrixEncodeMode.C40. DataMatrixEncodeMode
Returns:
int
setCustomerContentEncodeMode(int value)
public final void setCustomerContentEncodeMode(int value)
Encode mode of DataMatrix barcode. Default value: DataMatrixEncodeMode.C40. DataMatrixEncodeMode
Parameters:
Parameter
Type
Description
value
int
getDataMatrixType()
public final int getDataMatrixType()
2D Mailmark Type defines size of Data Matrix barcode.
Returns:
int
setDataMatrixType(int value)
public final void setDataMatrixType(int value)
2D Mailmark Type defines size of Data Matrix barcode.
Parameters:
Parameter
Type
Description
value
int
deepClone()
public final Object deepClone()
Gets a copy of this object.
Returns:
java.lang.Object
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.