|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.americancoders.edi.TemplateSegmentContainer
com.americancoders.edi.TemplateEnvelope
class for Template Envelopes
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
| Field Summary | |
protected java.util.Hashtable |
idListFileList
store idListFile datetime stamp |
protected IContainedObject |
parent
|
protected java.lang.String |
xmlPath
|
| Fields inherited from class com.americancoders.edi.TemplateSegmentContainer |
templateContainer |
| Constructor Summary | |
TemplateEnvelope()
creates a TemplateEnvelope object |
|
| Method Summary | |
void |
addIDListFile(java.io.File inFile)
|
boolean |
checkIDListFiles()
|
char |
getDelimiter(char inOriginal)
returns the new delimiter based on the old delimiter |
java.lang.String |
getID()
return the ID |
IContainedObject |
getParent()
gets parent attribute |
TemplateFunctionalGroup |
getTemplateFunctionalGroup()
returns the template functional group used by this envelope |
TemplateFunctionalGroup |
getTfg()
returns template functional group object |
java.lang.String |
getType()
returns type of envelope |
java.lang.String |
getXMLTag()
gets the xml tag |
void |
readExternal(java.io.ObjectInput in)
used by externalize methods |
void |
setParent(IContainedObject inParent)
sets parent attribute |
void |
setTemplateFunctionalGroup(TemplateFunctionalGroup inTFG)
sets the template functional group used by this envelope |
void |
setTfg(TemplateFunctionalGroup group)
|
void |
setType(java.lang.String string)
|
void |
setXMLPath(java.lang.String string)
|
void |
writeExternal(java.io.ObjectOutput out)
used by externalize methods |
| Methods inherited from class com.americancoders.edi.TemplateSegmentContainer |
addTemplateSegment, getCount, getCount, getTemplateSegment, getTemplateSegment, getTemplateSegment, isSegment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Hashtable idListFileList
protected IContainedObject parent
protected java.lang.String xmlPath
| Constructor Detail |
public TemplateEnvelope()
| Method Detail |
public TemplateFunctionalGroup getTemplateFunctionalGroup()
public void setTemplateFunctionalGroup(TemplateFunctionalGroup inTFG)
inTFG - templatefunctionalgroup
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - ObjectInput stream
java.io.IOException - - most likely class changed since written
java.lang.ClassNotFoundException - - only when dummy constructro not found
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - ObjectOutput stream
java.io.IOException - Java.io errorpublic void setParent(IContainedObject inParent)
setParent in interface IContainedObjectinParent - TemplateSegmentContainerpublic IContainedObject getParent()
getParent in interface IContainedObjectpublic java.lang.String getID()
IIdentifier
getID in interface IIdentifierpublic java.lang.String getXMLTag()
IIdentifier
getXMLTag in interface IIdentifierpublic TemplateFunctionalGroup getTfg()
public java.lang.String getType()
public void setTfg(TemplateFunctionalGroup group)
group - public void setType(java.lang.String string)
string - public void setXMLPath(java.lang.String string)
public void addIDListFile(java.io.File inFile)
public boolean checkIDListFiles()
public char getDelimiter(char inOriginal)
IContainedObject
getDelimiter in interface IContainedObjectinOriginal -
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||