org.milyn.smooks.edi.unedifact.model.r41
Class UNB41
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.UNB41
- All Implemented Interfaces:
- java.io.Serializable, EDIWritable
public class UNB41
- extends java.lang.Object
- implements java.io.Serializable, EDIWritable
Interchange Header (UNB) Control Segment Data (Version 4, Release 1).
- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
|
Constructor Summary |
UNB41()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNB41
public UNB41()
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.
getSyntaxIdentifier
public SyntaxIdentifier getSyntaxIdentifier()
setSyntaxIdentifier
public void setSyntaxIdentifier(SyntaxIdentifier syntaxIdentifier)
getSender
public Party getSender()
setSender
public void setSender(Party sender)
getRecipient
public Party getRecipient()
setRecipient
public void setRecipient(Party recipient)
getDate
public DateTime getDate()
setDate
public void setDate(DateTime date)
getControlRef
public java.lang.String getControlRef()
setControlRef
public void setControlRef(java.lang.String controlRef)
getRecipientRef
public Ref getRecipientRef()
setRecipientRef
public void setRecipientRef(Ref recipientRef)
getApplicationRef
public java.lang.String getApplicationRef()
setApplicationRef
public void setApplicationRef(java.lang.String applicationRef)
getProcessingPriorityCode
public java.lang.String getProcessingPriorityCode()
setProcessingPriorityCode
public void setProcessingPriorityCode(java.lang.String processingPriorityCode)
getAckRequest
public java.lang.String getAckRequest()
setAckRequest
public void setAckRequest(java.lang.String ackRequest)
getAgreementId
public java.lang.String getAgreementId()
setAgreementId
public void setAgreementId(java.lang.String agreementId)
getTestIndicator
public java.lang.String getTestIndicator()
setTestIndicator
public void setTestIndicator(java.lang.String testIndicator)
Copyright © 2011. All Rights Reserved.