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