org.milyn.smooks.edi.unedifact.model.r41
Class UNE41

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

public class UNE41
extends Object
implements Serializable, EDIWritable

Group Trailer (Version 4, Release 1).

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

Constructor Summary
UNE41()
           
 
Method Summary
 int getControlCount()
           
 String getGroupRef()
           
 void setControlCount(int controlCount)
           
 void setGroupRef(String groupRef)
           
 void write(Writer writer, org.milyn.edisax.model.internal.Delimiters delimiters)
          Write the bean to the specified Writer instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNE41

public UNE41()
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.

getControlCount

public int getControlCount()

setControlCount

public void setControlCount(int controlCount)

getGroupRef

public String getGroupRef()

setGroupRef

public void setGroupRef(String groupRef)


Copyright © 2018. All rights reserved.