org.milyn.smooks.edi.unedifact.model.r41
Class UNT41
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.UNT41
- All Implemented Interfaces:
- Serializable, EDIWritable
public class UNT41
- extends Object
- implements 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(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.
getSegmentCount
public int getSegmentCount()
setSegmentCount
public void setSegmentCount(int segmentCount)
getMessageRefNum
public String getMessageRefNum()
setMessageRefNum
public void setMessageRefNum(String messageRefNum)
Copyright © 2018. All rights reserved.