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