org.milyn.smooks.edi.unedifact.model.r41
Class UNZ41
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.UNZ41
- All Implemented Interfaces:
- java.io.Serializable, EDIWritable
public class UNZ41
- extends java.lang.Object
- implements java.io.Serializable, EDIWritable
Interchange Trailer (UNZ41) Control Segment Data (Version 4, Release 1).
- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
|
Constructor Summary |
UNZ41()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNZ41
public UNZ41()
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.
getControlCount
public int getControlCount()
setControlCount
public void setControlCount(int controlCount)
getControlRef
public java.lang.String getControlRef()
setControlRef
public void setControlRef(java.lang.String controlRef)
Copyright © 2011. All Rights Reserved.