@Generated public class MT205COV extends AbstractMT implements java.io.Serializable
SWIFT MT205COV (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 | Class and Description |
---|---|
static class |
MT205COV.SequenceA
Class to model Sequence "A" in MT 205COV.
|
static class |
MT205COV.SequenceB
Class to model Sequence "B" in MT 205COV.
|
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 |
---|
MT205COV()
Creates and initializes a new MT205COV input message setting TEST BICS as sender and receiver.
|
MT205COV(java.io.File file)
Creates a new MT205COV by parsing a file with the message content in its swift FIN format.
|
MT205COV(java.io.InputStream stream)
Creates a new MT205COV by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
MT205COV(MtSwiftMessage m)
Creates an MT205COV initialized with the parameter MtSwiftMessage.
|
MT205COV(java.lang.String fin)
Creates a new MT205COV by parsing a String with the message content in its swift FIN format.
|
MT205COV(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT205COV input message from sender to receiver.
|
MT205COV(SwiftMessage m)
Creates an MT205COV initialized with the parameter SwiftMessage.
|
Modifier and Type | Method and Description |
---|---|
MT205COV |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT205COV |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT205COV |
append(Tag... tags)
Add all tags to the end of the block4.
|
static MT205COV |
fromJson(java.lang.String json)
Creates an MT205COV messages from its JSON representation.
|
java.util.List<Field13C> |
getField13C()
Iterates through block4 fields and return all occurrences of fields whose names matches 13C,
or
Collections.emptyList() if none is found. |
Field20 |
getField20()
Iterates through block4 fields and return the first one whose name matches 20,
or null if none is found.
|
Field21 |
getField21()
Iterates through block4 fields and return the first one whose name matches 21,
or null if none is found.
|
Field32A |
getField32A()
Iterates through block4 fields and return the first one whose name matches 32A,
or null if none is found.
|
Field33B |
getField33B()
Iterates through block4 fields and return the first one whose name matches 33B,
or null if none is found.
|
Field50A |
getField50A()
Iterates through block4 fields and return the first one whose name matches 50A,
or null if none is found.
|
Field50F |
getField50F()
Iterates through block4 fields and return the first one whose name matches 50F,
or null if none is found.
|
Field50K |
getField50K()
Iterates through block4 fields and return the first one whose name matches 50K,
or null if none is found.
|
java.util.List<Field52A> |
getField52A()
Iterates through block4 fields and return all occurrences of fields whose names matches 52A,
or
Collections.emptyList() if none is found. |
java.util.List<Field52D> |
getField52D()
Iterates through block4 fields and return all occurrences of fields whose names matches 52D,
or
Collections.emptyList() if none is found. |
Field53A |
getField53A()
Iterates through block4 fields and return the first one whose name matches 53A,
or null if none is found.
|
Field53B |
getField53B()
Iterates through block4 fields and return the first one whose name matches 53B,
or null if none is found.
|
Field53D |
getField53D()
Iterates through block4 fields and return the first one whose name matches 53D,
or null if none is found.
|
java.util.List<Field56A> |
getField56A()
Iterates through block4 fields and return all occurrences of fields whose names matches 56A,
or
Collections.emptyList() if none is found. |
Field56C |
getField56C()
Iterates through block4 fields and return the first one whose name matches 56C,
or null if none is found.
|
java.util.List<Field56D> |
getField56D()
Iterates through block4 fields and return all occurrences of fields whose names matches 56D,
or
Collections.emptyList() if none is found. |
java.util.List<Field57A> |
getField57A()
Iterates through block4 fields and return all occurrences of fields whose names matches 57A,
or
Collections.emptyList() if none is found. |
java.util.List<Field57B> |
getField57B()
Iterates through block4 fields and return all occurrences of fields whose names matches 57B,
or
Collections.emptyList() if none is found. |
Field57C |
getField57C()
Iterates through block4 fields and return the first one whose name matches 57C,
or null if none is found.
|
java.util.List<Field57D> |
getField57D()
Iterates through block4 fields and return all occurrences of fields whose names matches 57D,
or
Collections.emptyList() if none is found. |
Field58A |
getField58A()
Iterates through block4 fields and return the first one whose name matches 58A,
or null if none is found.
|
Field58D |
getField58D()
Iterates through block4 fields and return the first one whose name matches 58D,
or null if none is found.
|
Field59 |
getField59()
Iterates through block4 fields and return the first one whose name matches 59,
or null if none is found.
|
Field59A |
getField59A()
Iterates through block4 fields and return the first one whose name matches 59A,
or null if none is found.
|
Field59F |
getField59F()
Iterates through block4 fields and return the first one whose name matches 59F,
or null if none is found.
|
Field70 |
getField70()
Iterates through block4 fields and return the first one whose name matches 70,
or null if none is found.
|
java.util.List<Field72> |
getField72()
Iterates through block4 fields and return all occurrences of fields whose names matches 72,
or
Collections.emptyList() if none is found. |
java.lang.String |
getMessageType()
Returns this MT number.
|
MT205COV.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA delimited by leading tag and end, with an optional tail.
|
MT205COV.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA delimited by leading tag and end, with an optional tail.
|
MT205COV.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB delimited by leading tag and end, with an optional tail.
|
MT205COV.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB delimited by leading tag and end, with an optional tail.
|
java.lang.String |
getUETR()
Gets the Unique End to End Transaction Reference (field 121 from block 3).
|
static MT205COV |
parse(java.io.File file)
Creates a new MT205COV by parsing a file with the message content in its swift FIN format.
|
static MT205COV |
parse(java.io.InputStream stream)
Creates a new MT205COV by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
static MT205COV |
parse(MtSwiftMessage m)
Creates an MT205COV initialized with the parameter MtSwiftMessage.
|
static MT205COV |
parse(java.lang.String fin)
Creates a new MT205COV 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 MT205COV(SwiftMessage m)
m
- swift message with the MT205COV contentpublic MT205COV(MtSwiftMessage m)
m
- swift message with the MT205COV content, the parameter can not be nullMT205COV(String)
public MT205COV()
public MT205COV(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 MT205COV(java.lang.String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT205COV(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 MT205COV(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 MT205COV parse(MtSwiftMessage m)
m
- swift message with the MT205COV contentMT205COV(String)
public static MT205COV 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 MT205COV 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 MT205COV 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 java.lang.String getUETR()
This field is used by the SWIFT gpi service to track payments messages.
public MT205COV append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT205COV append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT205COV append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic static MT205COV 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 MT205COV messagepublic Field20 getField20()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field21 getField21()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field32A getField32A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field53A getField53A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field53B getField53B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field53D getField53D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field58A getField58A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field58D getField58D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field50A getField50A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field50F getField50F()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field50K getField50K()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field56C getField56C()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field57C getField57C()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field59A getField59A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field59F getField59F()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field59 getField59()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field70 getField70()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field33B getField33B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public java.util.List<Field13C> getField13C()
Collections.emptyList()
if none is found.
Multiple occurrences of field 13C at MT205COV 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<Field52A> getField52A()
Collections.emptyList()
if none is found.
Multiple occurrences of field 52A at MT205COV 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<Field52D> getField52D()
Collections.emptyList()
if none is found.
Multiple occurrences of field 52D at MT205COV 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<Field56A> getField56A()
Collections.emptyList()
if none is found.
Multiple occurrences of field 56A at MT205COV 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<Field56D> getField56D()
Collections.emptyList()
if none is found.
Multiple occurrences of field 56D at MT205COV 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<Field57A> getField57A()
Collections.emptyList()
if none is found.
Multiple occurrences of field 57A at MT205COV 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<Field57B> getField57B()
Collections.emptyList()
if none is found.
Multiple occurrences of field 57B at MT205COV 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<Field57D> getField57D()
Collections.emptyList()
if none is found.
Multiple occurrences of field 57D at MT205COV 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<Field72> getField72()
Collections.emptyList()
if none is found.
Multiple occurrences of field 72 at MT205COV 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)
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT205COV.SequenceA getSequenceA()
SwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT205COV.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceA within itSwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT205COV.SequenceB getSequenceB()
SwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT205COV.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceB within itSwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])