|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
interface for CompositeDE Container
OBOE - Open Business Objects for EDI
Part of the OBOE Basic Extended Package
An EDI and XML Translator Written In Java
Copyright 1998-2007 - 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 | |
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. |
int |
getDataElementLength()
returns the length of the data in the data elements |
| Method Detail |
public CompositeDE getCompositeDE(java.lang.String ID)
throws OBOEException
ID - String ID of field to get
OBOEException - ID is unknown
public CompositeDE getCompositeDE(int inSequence)
throws OBOEException
inSequence - int - position of field to get
OBOEException - ID is unknown
public java.lang.String get()
throws OBOEException
OBOEException - thrown when data is missing from a data elementpublic int getDataElementLength()
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||