org.milyn.smooks.edi.unedifact.model.r41
Class UNB41
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.UNB41
- All Implemented Interfaces:
- Serializable, EDIWritable
public class UNB41
- extends Object
- implements 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(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.
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 String getControlRef()
setControlRef
public void setControlRef(String controlRef)
getRecipientRef
public Ref getRecipientRef()
setRecipientRef
public void setRecipientRef(Ref recipientRef)
getApplicationRef
public String getApplicationRef()
setApplicationRef
public void setApplicationRef(String applicationRef)
getProcessingPriorityCode
public String getProcessingPriorityCode()
setProcessingPriorityCode
public void setProcessingPriorityCode(String processingPriorityCode)
getAckRequest
public String getAckRequest()
setAckRequest
public void setAckRequest(String ackRequest)
getAgreementId
public String getAgreementId()
setAgreementId
public void setAgreementId(String agreementId)
getTestIndicator
public String getTestIndicator()
setTestIndicator
public void setTestIndicator(String testIndicator)
Copyright © 2018. All rights reserved.