Sun B2B Suite UN/EDIFACT OTD Library User Guide

getRepetitionSeparator

Signature


public char getRepetitionSeparator()

Description

Returns the repetition separator character.

Exceptions

None.

Examples


com.stc.edifact_v3_d95B.EDF_..._...Outer myOTD=new com.stc.
edifact_v3_d95B.EDF_..._Outer();
......
......
char repSep=myOTD.getRepetitionSeparator();