|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface for CompositeDE Container
OBOE - Open Business Objects for EDI
An EDI and XML Translator Written In Java
Copyright 1998-2000 - American Coders, LTD - Raleigh NC USA
All rights reserved
American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27624 USA
1-919-846-2014
http://www.americancoders.com
Method Summary | |
void |
addCompositeDE(CompositeDE compositeDEObject)
sets a CompositeDE in the Container |
java.lang.String |
get()
returns all the data associated in a String format |
CompositeDE |
getCompositeDE(int inSequence)
returns a CompositeDE from the Container |
CompositeDE |
getCompositeDE(java.lang.String ID)
returns a CompositeDE from in the Container since more than one dataelement with the same id can be in the container this is not a very effective method for fetching unique datalements. |
Method Detail |
public CompositeDE getCompositeDE(java.lang.String ID) throws java.lang.Exception
String
- id of the CompositeDEpublic void addCompositeDE(CompositeDE compositeDEObject) throws java.lang.Exception
String
- id of the DataElementpublic CompositeDE getCompositeDE(int inSequence) throws java.lang.Exception
int
- sequence # of the compositeDEpublic java.lang.String get() throws java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |