public class UNB41 extends Object implements Serializable, EDIWritable
Constructor and Description |
---|
UNB41() |
Modifier and Type | Method and Description |
---|---|
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,
Delimiters delimiters)
Write the bean to the specified
Writer instance. |
public void write(Writer writer, Delimiters delimiters) throws IOException
EDIWritable
Writer
instance.write
in interface EDIWritable
writer
- The target writer.delimiters
- The delimiters.IOException
- Error writing bean.public SyntaxIdentifier getSyntaxIdentifier()
public void setSyntaxIdentifier(SyntaxIdentifier syntaxIdentifier)
public Party getSender()
public void setSender(Party sender)
public Party getRecipient()
public void setRecipient(Party recipient)
public DateTime getDate()
public void setDate(DateTime date)
public String getControlRef()
public void setControlRef(String controlRef)
public Ref getRecipientRef()
public void setRecipientRef(Ref recipientRef)
public String getApplicationRef()
public void setApplicationRef(String applicationRef)
public String getProcessingPriorityCode()
public void setProcessingPriorityCode(String processingPriorityCode)
public String getAckRequest()
public void setAckRequest(String ackRequest)
public String getAgreementId()
public void setAgreementId(String agreementId)
public String getTestIndicator()
public void setTestIndicator(String testIndicator)
Copyright © 2020. All rights reserved.