EdifactProcessingSettings interface
The Edifact agreement protocol settings.
Properties
create |
The value indicating whether to create empty xml tags for trailing separators. |
mask |
The value indicating whether to mask security information. |
preserve |
The value indicating whether to preserve interchange. |
suspend |
The value indicating whether to suspend interchange on error. |
use |
The value indicating whether to use dot as decimal separator. |
Property Details
createEmptyXmlTagsForTrailingSeparators
The value indicating whether to create empty xml tags for trailing separators.
createEmptyXmlTagsForTrailingSeparators: boolean
Property Value
boolean
maskSecurityInfo
The value indicating whether to mask security information.
maskSecurityInfo: boolean
Property Value
boolean
preserveInterchange
The value indicating whether to preserve interchange.
preserveInterchange: boolean
Property Value
boolean
suspendInterchangeOnError
The value indicating whether to suspend interchange on error.
suspendInterchangeOnError: boolean
Property Value
boolean
useDotAsDecimalSeparator
The value indicating whether to use dot as decimal separator.
useDotAsDecimalSeparator: boolean
Property Value
boolean