Sun B2B Suite UN/EDIFACT OTD Library User Guide

setSubelementSeparator

Signature


public void setSubelementSeparator(char)

Description

Sets the subelement separator character. For more information, refer to Setting Delimiters and Indicators.

Exceptions

None.

Example


com.stc.edifact_v3_d95B.EDF_..._...Outer myOTD=new com.stc.
edifact_v3_d95B.EDF_..._Outer();
......
......
char c=’:’;
myOTD.setSubelementSeparator(c);