org.milyn.smooks.edi.unedifact.model.r41
Class UNG41
java.lang.Object
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()
|
| 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(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.