org.milyn.smooks.edi.unedifact.model.r41
Class UNT41
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.UNT41
- All Implemented Interfaces:
- java.io.Serializable, EDIWritable
public class UNT41
- extends java.lang.Object
- implements java.io.Serializable, EDIWritable
Message Trailer (Version 4, Release 1).
- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
|
Constructor Summary |
UNT41()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNT41
public UNT41()
write
public void write(java.io.Writer writer,
Delimiters delimiters)
throws java.io.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:
java.io.IOException - Error writing bean.
getSegmentCount
public int getSegmentCount()
setSegmentCount
public void setSegmentCount(int segmentCount)
getMessageRefNum
public java.lang.String getMessageRefNum()
setMessageRefNum
public void setMessageRefNum(java.lang.String messageRefNum)
Copyright © 2011. All Rights Reserved.