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

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

public class UNZ41
extends Object
implements Serializable, EDIWritable

Interchange Trailer (UNZ41) Control Segment Data (Version 4, Release 1).

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

Constructor Summary
UNZ41()
           
 
Method Summary
 int getControlCount()
           
 String getControlRef()
           
 void setControlCount(int controlCount)
           
 void setControlRef(String controlRef)
           
 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

UNZ41

public UNZ41()
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)

getControlRef

public String getControlRef()

setControlRef

public void setControlRef(String controlRef)


Copyright © 2018. All rights reserved.