Sun B2B Suite ASC X12 OTD Library User's Guide

getRepetitionSeparator

Signature


public char getRepetitionSeparator()

Description

Returns the repetition separator character.

Exceptions

None.

Example


x12_4020.x12_4020_850_PurcOrde_Outer myOTD=new x12_4020.x12_4020_850_PurcOrde_Outer();
......
......
char repSep=myOTD.getRepetitionSeparator();