@Generated public class MT073 extends AbstractMT implements java.io.Serializable
SWIFT MT073 (ISO 15022) message structure:
This source code is specific to release SRU 2024
For additional resources check https://www.prowidesoftware.com/resources
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after MT.
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
m
Constructor and Description |
---|
MT073()
Creates and initializes a new MT073 input message setting TEST BICS as sender and receiver.
|
MT073(java.io.File file)
Creates a new MT073 by parsing a file with the message content in its swift FIN format.
|
MT073(java.io.InputStream stream)
Creates a new MT073 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
MT073(MtSwiftMessage m)
Creates an MT073 initialized with the parameter MtSwiftMessage.
|
MT073(java.lang.String fin)
Creates a new MT073 by parsing a String with the message content in its swift FIN format.
|
MT073(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT073 input message from sender to receiver.
|
MT073(SwiftMessage m)
Creates an MT073 initialized with the parameter SwiftMessage.
|
Modifier and Type | Method and Description |
---|---|
MT073 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT073 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT073 |
append(Tag... tags)
Add all tags to the end of the block4.
|
static MT073 |
fromJson(java.lang.String json)
Creates an MT073 messages from its JSON representation.
|
java.util.List<Field120> |
getField120()
Iterates through block4 fields and return all occurrences of fields whose names matches 120,
or
Collections.emptyList() if none is found. |
java.util.List<Field122> |
getField122()
Iterates through block4 fields and return all occurrences of fields whose names matches 122,
or
Collections.emptyList() if none is found. |
Field123 |
getField123()
Iterates through block4 fields and return the first one whose name matches 123,
or null if none is found.
|
java.util.List<Field124> |
getField124()
Iterates through block4 fields and return all occurrences of fields whose names matches 124,
or
Collections.emptyList() if none is found. |
java.util.List<Field125> |
getField125()
Iterates through block4 fields and return all occurrences of fields whose names matches 125,
or
Collections.emptyList() if none is found. |
java.util.List<Field126> |
getField126()
Iterates through block4 fields and return all occurrences of fields whose names matches 126,
or
Collections.emptyList() if none is found. |
java.lang.String |
getMessageType()
Returns this MT number.
|
static MT073 |
parse(java.io.File file)
Creates a new MT073 by parsing a file with the message content in its swift FIN format.
|
static MT073 |
parse(java.io.InputStream stream)
Creates a new MT073 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
static MT073 |
parse(MtSwiftMessage m)
Creates an MT073 initialized with the parameter MtSwiftMessage.
|
static MT073 |
parse(java.lang.String fin)
Creates a new MT073 by parsing a String with the message content in its swift FIN format.
|
addField, containsSequence, containsSequenceList, create, create, getApplicationId, getFields, getLogicalTerminal, getMessagePriority, getMtId, getReceiver, getSender, getSequence, getSequence, getSequence, getSequenceList, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSignature, getSwiftMessage, getSwiftMessageNotNullOrException, getVariant, isIncoming, isInput, isOutgoing, isOutput, isType, message, nameFromClass, read, setReceiver, setReceiver, setSender, setSender, setSignature, setSwiftMessage, tag, tags, toJson, toString, write, write, xml
getMessageStandardType, isMT, isMX
public static final int SRU
public static final java.lang.String NAME
public MT073(SwiftMessage m)
m
- swift message with the MT073 contentpublic MT073(MtSwiftMessage m)
m
- swift message with the MT073 content, the parameter can not be nullMT073(String)
public MT073()
public MT073(java.lang.String sender, java.lang.String receiver)
sender
- the sender address as a bic8, bic11 or full logical terminal consisting of 12 charactersreceiver
- the receiver address as a bic8, bic11 or full logical terminal consisting of 12 characterspublic MT073(java.lang.String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT073(java.io.InputStream stream) throws java.io.IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOException
- if the stream data cannot be readpublic MT073(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
- if the file content cannot be readpublic static MT073 parse(MtSwiftMessage m)
m
- swift message with the MT073 contentMT073(String)
public static MT073 parse(java.lang.String fin)
fin
- a string with the MT message in its FIN swift format. fin may be null in which case this method returns nullpublic static MT073 parse(java.io.InputStream stream) throws java.io.IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOException
- if the stream data cannot be readpublic static MT073 parse(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
- if the file content cannot be readpublic java.lang.String getMessageType()
getMessageType
in class AbstractMT
public MT073 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT073 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT073 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic static MT073 fromJson(java.lang.String json)
For generic conversion of JSON into the corresponding MT instance
see AbstractMT.fromJson(String)
json
- a JSON representation of an MT073 messagepublic Field123 getField123()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public java.util.List<Field120> getField120()
Collections.emptyList()
if none is found.
Multiple occurrences of field 120 at MT073 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field124> getField124()
Collections.emptyList()
if none is found.
Multiple occurrences of field 124 at MT073 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field126> getField126()
Collections.emptyList()
if none is found.
Multiple occurrences of field 126 at MT073 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field122> getField122()
Collections.emptyList()
if none is found.
Multiple occurrences of field 122 at MT073 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field125> getField125()
Collections.emptyList()
if none is found.
Multiple occurrences of field 125 at MT073 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)