org.milyn.smooks.edi.unedifact.model.r41.types
Class SyntaxIdentifier

java.lang.Object
  extended by org.milyn.smooks.edi.unedifact.model.r41.types.Identifier
      extended by org.milyn.smooks.edi.unedifact.model.r41.types.SyntaxIdentifier
All Implemented Interfaces:
Serializable, EDIWritable

public class SyntaxIdentifier
extends Identifier
implements Serializable, EDIWritable

Syntax Identifier.

Author:
tom.fennelly@gmail.com
See Also:
Serialized Form

Constructor Summary
SyntaxIdentifier()
           
 
Method Summary
 String getCodedCharacterEncoding()
           
 String getServiceCodeListDirVersion()
           
 void setCodedCharacterEncoding(String codedCharacterEncoding)
           
 void setServiceCodeListDirVersion(String serviceCodeListDirVersion)
           
 void write(Writer writer, org.milyn.edisax.model.internal.Delimiters delimiters)
          Write the bean to the specified Writer instance.
 
Methods inherited from class org.milyn.smooks.edi.unedifact.model.r41.types.Identifier
getId, getReleaseNum, getVersionNum, setId, setReleaseNum, setVersionNum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntaxIdentifier

public SyntaxIdentifier()
Method Detail

write

public void write(Writer writer,
                  org.milyn.edisax.model.internal.Delimiters delimiters)
           throws IOException
Description copied from interface: EDIWritable
Write the bean to the specified Writer instance.

Specified by:
write in interface EDIWritable
Parameters:
writer - The target writer.
delimiters - The delimiters.
Throws:
IOException - Error writing bean.

getServiceCodeListDirVersion

public String getServiceCodeListDirVersion()

setServiceCodeListDirVersion

public void setServiceCodeListDirVersion(String serviceCodeListDirVersion)

getCodedCharacterEncoding

public String getCodedCharacterEncoding()

setCodedCharacterEncoding

public void setCodedCharacterEncoding(String codedCharacterEncoding)


Copyright © 2018. All rights reserved.