public class SyntaxIdentifier extends Identifier implements Serializable, EDIWritable
| Constructor and Description |
|---|
SyntaxIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodedCharacterEncoding() |
String |
getServiceCodeListDirVersion() |
void |
setCodedCharacterEncoding(String codedCharacterEncoding) |
void |
setServiceCodeListDirVersion(String serviceCodeListDirVersion) |
void |
write(Writer writer,
Delimiters delimiters)
Write the bean to the specified
Writer instance. |
getId, getReleaseNum, getVersionNum, setId, setReleaseNum, setVersionNumpublic void write(Writer writer, Delimiters delimiters) throws IOException
EDIWritableWriter instance.write in interface EDIWritablewriter - The target writer.delimiters - The delimiters.IOException - Error writing bean.public String getServiceCodeListDirVersion()
public void setServiceCodeListDirVersion(String serviceCodeListDirVersion)
public String getCodedCharacterEncoding()
public void setCodedCharacterEncoding(String codedCharacterEncoding)
Copyright © 2015. All rights reserved.