Class UNA is a model of UN/EDIFACT’s UNA pseudo-segment. It provides getters and setters that let you manipulate the six special characters of UN/EDIFACT. Note that the chars are passed as integers, i.e. ASCII codes.
Generates the UNA object
Sets the composite data element separator. Default is ?:
Sets the data element separator. Default is ?+
Sets the decimal sign. UN/EDIFACT allows only ?, and ?.
Sets the escape character. Default is ??
Sets the repetition separator. Default is ?* . Only applicable to Syntax Version 4 !
Sets the segment terminator. Default is ?’
[Validate]