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

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

public class UNG41
extends Object
implements Serializable, EDIWritable

Group Header (Version 4, Release 1).

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

Constructor Summary
UNG41()
           
 
Method Summary
 String getApplicationPassword()
           
 String getControllingAgencyCode()
           
 DateTime getDate()
           
 String getGroupId()
           
 String getGroupRef()
           
 MessageVersion getMessageVersion()
           
 Application getRecipientApp()
           
 Application getSenderApp()
           
 void setApplicationPassword(String applicationPassword)
           
 void setControllingAgencyCode(String controllingAgencyCode)
           
 void setDate(DateTime date)
           
 void setGroupId(String groupId)
           
 void setGroupRef(String groupRef)
           
 void setMessageVersion(MessageVersion messageVersion)
           
 void setRecipientApp(Application recipientApp)
           
 void setSenderApp(Application senderApp)
           
 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

UNG41

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

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getSenderApp

public Application getSenderApp()

setSenderApp

public void setSenderApp(Application senderApp)

getRecipientApp

public Application getRecipientApp()

setRecipientApp

public void setRecipientApp(Application recipientApp)

getDate

public DateTime getDate()

setDate

public void setDate(DateTime date)

getGroupRef

public String getGroupRef()

setGroupRef

public void setGroupRef(String groupRef)

getControllingAgencyCode

public String getControllingAgencyCode()

setControllingAgencyCode

public void setControllingAgencyCode(String controllingAgencyCode)

getMessageVersion

public MessageVersion getMessageVersion()

setMessageVersion

public void setMessageVersion(MessageVersion messageVersion)

getApplicationPassword

public String getApplicationPassword()

setApplicationPassword

public void setApplicationPassword(String applicationPassword)


Copyright © 2018. All rights reserved.