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

java.lang.Object
  extended by 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()
           
 
Method Summary
 String getAckRequest()
           
 String getAgreementId()
           
 String getApplicationRef()
           
 String getControlRef()
           
 DateTime getDate()
           
 String getProcessingPriorityCode()
           
 Party getRecipient()
           
 Ref getRecipientRef()
           
 Party getSender()
           
 SyntaxIdentifier getSyntaxIdentifier()
           
 String getTestIndicator()
           
 void setAckRequest(String ackRequest)
           
 void setAgreementId(String agreementId)
           
 void setApplicationRef(String applicationRef)
           
 void setControlRef(String controlRef)
           
 void setDate(DateTime date)
           
 void setProcessingPriorityCode(String processingPriorityCode)
           
 void setRecipient(Party recipient)
           
 void setRecipientRef(Ref recipientRef)
           
 void setSender(Party sender)
           
 void setSyntaxIdentifier(SyntaxIdentifier syntaxIdentifier)
           
 void setTestIndicator(String testIndicator)
           
 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

UNB41

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

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.