@Generated public class MT300 extends AbstractMT implements java.io.Serializable
SWIFT MT300 (ISO 15022) message structure:
This source code is specific to release SRU 2018
For additional resources check https://www.prowidesoftware.com/resources
| Modifier and Type | Class and Description |
|---|---|
static class |
MT300.SequenceA
Class to model Sequence "A" in MT 300
|
static class |
MT300.SequenceB
Class to model Sequence "B" in MT 300
|
static class |
MT300.SequenceB1
Class to model Sequence "B1" in MT 300
|
static class |
MT300.SequenceB2
Class to model Sequence "B2" in MT 300
|
static class |
MT300.SequenceC
Class to model Sequence "C" in MT 300
|
static class |
MT300.SequenceD
Class to model Sequence "D" in MT 300
|
static class |
MT300.SequenceD1
Class to model Sequence "D1" in MT 300
|
static class |
MT300.SequenceE
Class to model Sequence "E" in MT 300
|
static class |
MT300.SequenceE1
Class to model Sequence "E1" in MT 300
|
static class |
MT300.SequenceE1a
Class to model Sequence "E1a" in MT 300
|
static class |
MT300.SequenceE1a1
Class to model Sequence "E1a1" in MT 300
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
A
Deprecated.
|
static java.lang.String |
AFB
Deprecated.
|
static java.lang.String |
AGNT
Deprecated.
|
static java.lang.String |
AMND
Deprecated.
|
static java.lang.String |
BILA
Deprecated.
|
static java.lang.String |
BROK
Deprecated.
|
static java.lang.String |
C
Deprecated.
|
static java.lang.String |
CANC
Deprecated.
|
static java.lang.String |
DERV
Deprecated.
|
static java.lang.String |
DUPL
Deprecated.
|
static java.lang.String |
ELEC
Deprecated.
|
static java.lang.String |
EXOP
Deprecated.
|
static java.lang.String |
F
Deprecated.
|
static java.lang.String |
FAXT
Deprecated.
|
static java.lang.String |
FBF
Deprecated.
|
static java.lang.String |
FEOMA
Deprecated.
|
static java.lang.String |
ICOM
Deprecated.
|
static java.lang.String |
IFEMA
Deprecated.
|
static java.lang.String |
ISDA
Deprecated.
|
static java.lang.String |
ISDACN
Deprecated.
|
static java.lang.String |
N
Deprecated.
|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static java.lang.String |
NEWT
Deprecated.
|
static java.lang.String |
O
Deprecated.
|
static java.lang.String |
OTHER
Deprecated.
|
static java.lang.String |
P
Deprecated.
|
static java.lang.String |
PHON
Deprecated.
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static java.lang.String |
TELX
Deprecated.
|
static java.lang.String |
U
Deprecated.
|
static java.lang.String |
Y
Deprecated.
|
m| Constructor and Description |
|---|
MT300()
Creates and initializes a new MT300 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT300(java.io.File file)
Creates a new MT300 by parsing a file with the message content in its swift FIN format.
If the file content is null or cannot be parsed as a message, the internal message object will be initialized (blocks will be created) but empty. If the file contains multiple messages, only the first one will be parsed. |
MT300(java.io.InputStream stream)
Creates a new MT300 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
If the message content is null or cannot be parsed, the internal message object will be initialized (blocks will be created) but empty. If the stream contains multiple messages, only the first one will be parsed. |
MT300(int messageType,
java.lang.String sender,
java.lang.String receiver)
Deprecated.
Use instead
new MT300(sender, receiver) instead |
MT300(MtSwiftMessage m)
Creates an MT300 initialized with the parameter MtSwiftMessage.
|
MT300(java.lang.String fin)
Creates a new MT300 by parsing a String with the message content in its swift FIN format.
If the fin parameter is null or the message cannot be parsed, the internal message object will be initialized (blocks will be created) but empty. If the string contains multiple messages, only the first one will be parsed. |
MT300(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT300 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT300(SwiftMessage m)
Creates an MT300 initialized with the parameter SwiftMessage
|
| Modifier and Type | Method and Description |
|---|---|
MT300 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT300 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT300 |
append(Tag... tags)
Add all tags to the end of the block4.
|
static MT300 |
fromJson(java.lang.String json)
Creates an MT300 messages from its JSON representation.
|
Field14C |
getField14C()
Iterates through block4 fields and return the first one whose name matches 14C,
or null if none is found.
The first occurrence of field 14C at MT300 is expected to be the only one. |
Field14E |
getField14E()
Iterates through block4 fields and return the first one whose name matches 14E,
or null if none is found.
The first occurrence of field 14E at MT300 is expected to be the only one. |
java.util.List<Field14S> |
getField14S()
Iterates through block4 fields and return all occurrences of fields whose names matches 14S,
or
Collections.emptyList() if none is found.Multiple occurrences of field 14S at MT300 are expected at one sequence or across several sequences. |
Field15A |
getField15A()
Iterates through block4 fields and return the first one whose name matches 15A,
or null if none is found.
The first occurrence of field 15A at MT300 is expected to be the only one. |
Field15B |
getField15B()
Iterates through block4 fields and return the first one whose name matches 15B,
or null if none is found.
The first occurrence of field 15B at MT300 is expected to be the only one. |
Field15C |
getField15C()
Iterates through block4 fields and return the first one whose name matches 15C,
or null if none is found.
The first occurrence of field 15C at MT300 is expected to be the only one. |
Field15D |
getField15D()
Iterates through block4 fields and return the first one whose name matches 15D,
or null if none is found.
The first occurrence of field 15D at MT300 is expected to be the only one. |
Field15E |
getField15E()
Iterates through block4 fields and return the first one whose name matches 15E,
or null if none is found.
The first occurrence of field 15E at MT300 is expected to be the only one. |
Field16A |
getField16A()
Iterates through block4 fields and return the first one whose name matches 16A,
or null if none is found.
The first occurrence of field 16A at MT300 is expected to be the only one. |
java.util.List<Field17A> |
getField17A()
Iterates through block4 fields and return all occurrences of fields whose names matches 17A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 17A at MT300 are expected at one sequence or across several sequences. |
Field17E |
getField17E()
Iterates through block4 fields and return the first one whose name matches 17E,
or null if none is found.
The first occurrence of field 17E at MT300 is expected to be the only one. |
Field17F |
getField17F()
Iterates through block4 fields and return the first one whose name matches 17F,
or null if none is found.
The first occurrence of field 17F at MT300 is expected to be the only one. |
Field17H |
getField17H()
Iterates through block4 fields and return the first one whose name matches 17H,
or null if none is found.
The first occurrence of field 17H at MT300 is expected to be the only one. |
Field17I |
getField17I()
Iterates through block4 fields and return the first one whose name matches 17I,
or null if none is found.
The first occurrence of field 17I at MT300 is expected to be the only one. |
Field17L |
getField17L()
Iterates through block4 fields and return the first one whose name matches 17L,
or null if none is found.
The first occurrence of field 17L at MT300 is expected to be the only one. |
Field17M |
getField17M()
Iterates through block4 fields and return the first one whose name matches 17M,
or null if none is found.
The first occurrence of field 17M at MT300 is expected to be the only one. |
Field17O |
getField17O()
Iterates through block4 fields and return the first one whose name matches 17O,
or null if none is found.
The first occurrence of field 17O at MT300 is expected to be the only one. |
Field17P |
getField17P()
Iterates through block4 fields and return the first one whose name matches 17P,
or null if none is found.
The first occurrence of field 17P at MT300 is expected to be the only one. |
Field17Q |
getField17Q()
Iterates through block4 fields and return the first one whose name matches 17Q,
or null if none is found.
The first occurrence of field 17Q at MT300 is expected to be the only one. |
Field17S |
getField17S()
Iterates through block4 fields and return the first one whose name matches 17S,
or null if none is found.
The first occurrence of field 17S at MT300 is expected to be the only one. |
Field17T |
getField17T()
Iterates through block4 fields and return the first one whose name matches 17T,
or null if none is found.
The first occurrence of field 17T at MT300 is expected to be the only one. |
Field17U |
getField17U()
Iterates through block4 fields and return the first one whose name matches 17U,
or null if none is found.
The first occurrence of field 17U at MT300 is expected to be the only one. |
Field17W |
getField17W()
Iterates through block4 fields and return the first one whose name matches 17W,
or null if none is found.
The first occurrence of field 17W at MT300 is expected to be the only one. |
Field17X |
getField17X()
Iterates through block4 fields and return the first one whose name matches 17X,
or null if none is found.
The first occurrence of field 17X at MT300 is expected to be the only one. |
Field17Y |
getField17Y()
Iterates through block4 fields and return the first one whose name matches 17Y,
or null if none is found.
The first occurrence of field 17Y at MT300 is expected to be the only one. |
Field17Z |
getField17Z()
Iterates through block4 fields and return the first one whose name matches 17Z,
or null if none is found.
The first occurrence of field 17Z at MT300 is expected to be the only one. |
Field20 |
getField20()
Iterates through block4 fields and return the first one whose name matches 20,
or null if none is found.
The first occurrence of field 20 at MT300 is expected to be the only one. |
Field21 |
getField21()
Iterates through block4 fields and return the first one whose name matches 21,
or null if none is found.
The first occurrence of field 21 at MT300 is expected to be the only one. |
Field21A |
getField21A()
Iterates through block4 fields and return the first one whose name matches 21A,
or null if none is found.
The first occurrence of field 21A at MT300 is expected to be the only one. |
Field21G |
getField21G()
Iterates through block4 fields and return the first one whose name matches 21G,
or null if none is found.
The first occurrence of field 21G at MT300 is expected to be the only one. |
Field22A |
getField22A()
Iterates through block4 fields and return the first one whose name matches 22A,
or null if none is found.
The first occurrence of field 22A at MT300 is expected to be the only one. |
Field22C |
getField22C()
Iterates through block4 fields and return the first one whose name matches 22C,
or null if none is found.
The first occurrence of field 22C at MT300 is expected to be the only one. |
java.util.List<Field22L> |
getField22L()
Iterates through block4 fields and return all occurrences of fields whose names matches 22L,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22L at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field22M> |
getField22M()
Iterates through block4 fields and return all occurrences of fields whose names matches 22M,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22M at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field22N> |
getField22N()
Iterates through block4 fields and return all occurrences of fields whose names matches 22N,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22N at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field22P> |
getField22P()
Iterates through block4 fields and return all occurrences of fields whose names matches 22P,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22P at MT300 are expected at one sequence or across several sequences. |
Field22Q |
getField22Q()
Iterates through block4 fields and return the first one whose name matches 22Q,
or null if none is found.
The first occurrence of field 22Q at MT300 is expected to be the only one. |
java.util.List<Field22R> |
getField22R()
Iterates through block4 fields and return all occurrences of fields whose names matches 22R,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22R at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field22S> |
getField22S()
Iterates through block4 fields and return all occurrences of fields whose names matches 22S,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22S at MT300 are expected at one sequence or across several sequences. |
Field22T |
getField22T()
Iterates through block4 fields and return the first one whose name matches 22T,
or null if none is found.
The first occurrence of field 22T at MT300 is expected to be the only one. |
Field22U |
getField22U()
Iterates through block4 fields and return the first one whose name matches 22U,
or null if none is found.
The first occurrence of field 22U at MT300 is expected to be the only one. |
Field22V |
getField22V()
Iterates through block4 fields and return the first one whose name matches 22V,
or null if none is found.
The first occurrence of field 22V at MT300 is expected to be the only one. |
Field22W |
getField22W()
Iterates through block4 fields and return the first one whose name matches 22W,
or null if none is found.
The first occurrence of field 22W at MT300 is expected to be the only one. |
Field24D |
getField24D()
Iterates through block4 fields and return the first one whose name matches 24D,
or null if none is found.
The first occurrence of field 24D at MT300 is expected to be the only one. |
Field26H |
getField26H()
Iterates through block4 fields and return the first one whose name matches 26H,
or null if none is found.
The first occurrence of field 26H at MT300 is expected to be the only one. |
Field29A |
getField29A()
Iterates through block4 fields and return the first one whose name matches 29A,
or null if none is found.
The first occurrence of field 29A at MT300 is expected to be the only one. |
Field30T |
getField30T()
Iterates through block4 fields and return the first one whose name matches 30T,
or null if none is found.
The first occurrence of field 30T at MT300 is expected to be the only one. |
Field30U |
getField30U()
Iterates through block4 fields and return the first one whose name matches 30U,
or null if none is found.
The first occurrence of field 30U at MT300 is expected to be the only one. |
Field30V |
getField30V()
Iterates through block4 fields and return the first one whose name matches 30V,
or null if none is found.
The first occurrence of field 30V at MT300 is expected to be the only one. |
java.util.List<Field32B> |
getField32B()
Iterates through block4 fields and return all occurrences of fields whose names matches 32B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 32B at MT300 are expected at one sequence or across several sequences. |
Field32E |
getField32E()
Iterates through block4 fields and return the first one whose name matches 32E,
or null if none is found.
The first occurrence of field 32E at MT300 is expected to be the only one. |
Field33B |
getField33B()
Iterates through block4 fields and return the first one whose name matches 33B,
or null if none is found.
The first occurrence of field 33B at MT300 is expected to be the only one. |
java.util.List<Field34C> |
getField34C()
Iterates through block4 fields and return all occurrences of fields whose names matches 34C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 34C at MT300 are expected at one sequence or across several sequences. |
Field35B |
getField35B()
Iterates through block4 fields and return the first one whose name matches 35B,
or null if none is found.
The first occurrence of field 35B at MT300 is expected to be the only one. |
Field36 |
getField36()
Iterates through block4 fields and return the first one whose name matches 36,
or null if none is found.
The first occurrence of field 36 at MT300 is expected to be the only one. |
Field39M |
getField39M()
Iterates through block4 fields and return the first one whose name matches 39M,
or null if none is found.
The first occurrence of field 39M at MT300 is expected to be the only one. |
java.util.List<Field53A> |
getField53A()
Iterates through block4 fields and return all occurrences of fields whose names matches 53A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 53A at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field53D> |
getField53D()
Iterates through block4 fields and return all occurrences of fields whose names matches 53D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 53D at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field53J> |
getField53J()
Iterates through block4 fields and return all occurrences of fields whose names matches 53J,
or
Collections.emptyList() if none is found.Multiple occurrences of field 53J at MT300 are expected at one sequence or across several sequences. |
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.Multiple occurrences of field 56A at MT300 are expected at one sequence or across several sequences. |
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.Multiple occurrences of field 56D at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field56J> |
getField56J()
Iterates through block4 fields and return all occurrences of fields whose names matches 56J,
or
Collections.emptyList() if none is found.Multiple occurrences of field 56J at MT300 are expected at one sequence or across several sequences. |
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.Multiple occurrences of field 57A at MT300 are expected at one sequence or across several sequences. |
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.Multiple occurrences of field 57D at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field57J> |
getField57J()
Iterates through block4 fields and return all occurrences of fields whose names matches 57J,
or
Collections.emptyList() if none is found.Multiple occurrences of field 57J at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field58A> |
getField58A()
Iterates through block4 fields and return all occurrences of fields whose names matches 58A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 58A at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field58D> |
getField58D()
Iterates through block4 fields and return all occurrences of fields whose names matches 58D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 58D at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field58J> |
getField58J()
Iterates through block4 fields and return all occurrences of fields whose names matches 58J,
or
Collections.emptyList() if none is found.Multiple occurrences of field 58J at MT300 are expected at one sequence or across several sequences. |
Field71F |
getField71F()
Iterates through block4 fields and return the first one whose name matches 71F,
or null if none is found.
The first occurrence of field 71F at MT300 is expected to be the only one. |
Field72 |
getField72()
Iterates through block4 fields and return the first one whose name matches 72,
or null if none is found.
The first occurrence of field 72 at MT300 is expected to be the only one. |
Field77A |
getField77A()
Iterates through block4 fields and return the first one whose name matches 77A,
or null if none is found.
The first occurrence of field 77A at MT300 is expected to be the only one. |
Field77D |
getField77D()
Iterates through block4 fields and return the first one whose name matches 77D,
or null if none is found.
The first occurrence of field 77D at MT300 is expected to be the only one. |
Field77H |
getField77H()
Iterates through block4 fields and return the first one whose name matches 77H,
or null if none is found.
The first occurrence of field 77H at MT300 is expected to be the only one. |
Field81A |
getField81A()
Iterates through block4 fields and return the first one whose name matches 81A,
or null if none is found.
The first occurrence of field 81A at MT300 is expected to be the only one. |
Field81D |
getField81D()
Iterates through block4 fields and return the first one whose name matches 81D,
or null if none is found.
The first occurrence of field 81D at MT300 is expected to be the only one. |
Field81J |
getField81J()
Iterates through block4 fields and return the first one whose name matches 81J,
or null if none is found.
The first occurrence of field 81J at MT300 is expected to be the only one. |
Field82A |
getField82A()
Iterates through block4 fields and return the first one whose name matches 82A,
or null if none is found.
The first occurrence of field 82A at MT300 is expected to be the only one. |
Field82D |
getField82D()
Iterates through block4 fields and return the first one whose name matches 82D,
or null if none is found.
The first occurrence of field 82D at MT300 is expected to be the only one. |
Field82J |
getField82J()
Iterates through block4 fields and return the first one whose name matches 82J,
or null if none is found.
The first occurrence of field 82J at MT300 is expected to be the only one. |
Field83A |
getField83A()
Iterates through block4 fields and return the first one whose name matches 83A,
or null if none is found.
The first occurrence of field 83A at MT300 is expected to be the only one. |
Field83D |
getField83D()
Iterates through block4 fields and return the first one whose name matches 83D,
or null if none is found.
The first occurrence of field 83D at MT300 is expected to be the only one. |
Field83J |
getField83J()
Iterates through block4 fields and return the first one whose name matches 83J,
or null if none is found.
The first occurrence of field 83J at MT300 is expected to be the only one. |
Field84A |
getField84A()
Iterates through block4 fields and return the first one whose name matches 84A,
or null if none is found.
The first occurrence of field 84A at MT300 is expected to be the only one. |
Field84B |
getField84B()
Iterates through block4 fields and return the first one whose name matches 84B,
or null if none is found.
The first occurrence of field 84B at MT300 is expected to be the only one. |
Field84D |
getField84D()
Iterates through block4 fields and return the first one whose name matches 84D,
or null if none is found.
The first occurrence of field 84D at MT300 is expected to be the only one. |
Field84J |
getField84J()
Iterates through block4 fields and return the first one whose name matches 84J,
or null if none is found.
The first occurrence of field 84J at MT300 is expected to be the only one. |
Field85A |
getField85A()
Iterates through block4 fields and return the first one whose name matches 85A,
or null if none is found.
The first occurrence of field 85A at MT300 is expected to be the only one. |
Field85B |
getField85B()
Iterates through block4 fields and return the first one whose name matches 85B,
or null if none is found.
The first occurrence of field 85B at MT300 is expected to be the only one. |
Field85D |
getField85D()
Iterates through block4 fields and return the first one whose name matches 85D,
or null if none is found.
The first occurrence of field 85D at MT300 is expected to be the only one. |
Field85J |
getField85J()
Iterates through block4 fields and return the first one whose name matches 85J,
or null if none is found.
The first occurrence of field 85J at MT300 is expected to be the only one. |
Field87A |
getField87A()
Iterates through block4 fields and return the first one whose name matches 87A,
or null if none is found.
The first occurrence of field 87A at MT300 is expected to be the only one. |
Field87D |
getField87D()
Iterates through block4 fields and return the first one whose name matches 87D,
or null if none is found.
The first occurrence of field 87D at MT300 is expected to be the only one. |
Field87J |
getField87J()
Iterates through block4 fields and return the first one whose name matches 87J,
or null if none is found.
The first occurrence of field 87J at MT300 is expected to be the only one. |
Field88A |
getField88A()
Iterates through block4 fields and return the first one whose name matches 88A,
or null if none is found.
The first occurrence of field 88A at MT300 is expected to be the only one. |
Field88D |
getField88D()
Iterates through block4 fields and return the first one whose name matches 88D,
or null if none is found.
The first occurrence of field 88D at MT300 is expected to be the only one. |
Field88J |
getField88J()
Iterates through block4 fields and return the first one whose name matches 88J,
or null if none is found.
The first occurrence of field 88J at MT300 is expected to be the only one. |
Field89A |
getField89A()
Iterates through block4 fields and return the first one whose name matches 89A,
or null if none is found.
The first occurrence of field 89A at MT300 is expected to be the only one. |
Field89D |
getField89D()
Iterates through block4 fields and return the first one whose name matches 89D,
or null if none is found.
The first occurrence of field 89D at MT300 is expected to be the only one. |
Field89J |
getField89J()
Iterates through block4 fields and return the first one whose name matches 89J,
or null if none is found.
The first occurrence of field 89J at MT300 is expected to be the only one. |
java.util.List<Field91A> |
getField91A()
Iterates through block4 fields and return all occurrences of fields whose names matches 91A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 91A at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field91D> |
getField91D()
Iterates through block4 fields and return all occurrences of fields whose names matches 91D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 91D at MT300 are expected at one sequence or across several sequences. |
java.util.List<Field91J> |
getField91J()
Iterates through block4 fields and return all occurrences of fields whose names matches 91J,
or
Collections.emptyList() if none is found.Multiple occurrences of field 91J at MT300 are expected at one sequence or across several sequences. |
Field94A |
getField94A()
Iterates through block4 fields and return the first one whose name matches 94A,
or null if none is found.
The first occurrence of field 94A at MT300 is expected to be the only one. |
Field96A |
getField96A()
Iterates through block4 fields and return the first one whose name matches 96A,
or null if none is found.
The first occurrence of field 96A at MT300 is expected to be the only one. |
Field96D |
getField96D()
Iterates through block4 fields and return the first one whose name matches 96D,
or null if none is found.
The first occurrence of field 96D at MT300 is expected to be the only one. |
Field96J |
getField96J()
Iterates through block4 fields and return the first one whose name matches 96J,
or null if none is found.
The first occurrence of field 96J at MT300 is expected to be the only one. |
Field98D |
getField98D()
Iterates through block4 fields and return the first one whose name matches 98D,
or null if none is found.
The first occurrence of field 98D at MT300 is expected to be the only one. |
Field98G |
getField98G()
Iterates through block4 fields and return the first one whose name matches 98G,
or null if none is found.
The first occurrence of field 98G at MT300 is expected to be the only one. |
Field98H |
getField98H()
Iterates through block4 fields and return the first one whose name matches 98H,
or null if none is found.
The first occurrence of field 98H at MT300 is expected to be the only one. |
java.lang.String |
getMessageType()
Returns this MT number
|
MT300.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT300.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT300.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT300.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT300.SequenceB1 |
getSequenceB1()
Get the single occurrence of SequenceB1 delimited by leading tag and end, with an optional tail.
|
MT300.SequenceB1 |
getSequenceB1(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB1 delimited by leading tag and end, with an optional tail.
|
MT300.SequenceB2 |
getSequenceB2()
Get the single occurrence of SequenceB2 delimited by leading tag and end, with an optional tail.
|
MT300.SequenceB2 |
getSequenceB2(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB2 delimited by leading tag and end, with an optional tail.
|
MT300.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT300.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT300.SequenceD |
getSequenceD()
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT300.SequenceD |
getSequenceD(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
java.util.List<MT300.SequenceD1> |
getSequenceD1List()
Get the list of SequenceD1 delimited by leading tag and end, with an optional tail.
|
static java.util.List<MT300.SequenceD1> |
getSequenceD1List(SwiftTagListBlock parentSequence)
Get the list of SequenceD1 delimited by leading tag and end, with an optional tail.
|
MT300.SequenceE |
getSequenceE()
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT300.SequenceE |
getSequenceE(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT300.SequenceE1 |
getSequenceE1()
Get the single occurrence of SequenceE1.
|
MT300.SequenceE1 |
getSequenceE1(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceE1.
|
java.util.List<MT300.SequenceE1a1> |
getSequenceE1a1List()
Get the list of SequenceE1a1 delimited by leading tag and end, with an optional tail.
|
static java.util.List<MT300.SequenceE1a1> |
getSequenceE1a1List(SwiftTagListBlock parentSequence)
Get the list of SequenceE1a1 delimited by leading tag and end, with an optional tail.
|
java.util.List<MT300.SequenceE1a> |
getSequenceE1aList()
Get the list of SequenceE1a delimited by leading tag and end, with an optional tail.
|
static java.util.List<MT300.SequenceE1a> |
getSequenceE1aList(SwiftTagListBlock parentSequence)
Get the list of SequenceE1a delimited by leading tag and end, with an optional tail.
|
static MT300 |
parse(java.io.File file)
Creates a new MT300 by parsing a file with the message content in its swift FIN format.
If the file contains multiple messages, only the first one will be parsed. |
static MT300 |
parse(java.io.InputStream stream)
Creates a new MT300 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
If the stream contains multiple messages, only the first one will be parsed. |
static MT300 |
parse(MtSwiftMessage m)
Creates an MT300 initialized with the parameter MtSwiftMessage.
|
static MT300 |
parse(java.lang.String fin)
Creates a new MT300 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT300 will have its internal message object initialized (blocks will be created) but empty. If the string contains multiple messages, only the first one will be parsed. |
addField, containsSequence, containsSequenceList, create, create, getApplicationId, getFields, getLogicalTerminal, getMessagePriority, getMtId, getReceiver, getSender, getSequence, getSequence, getSequence, getSequenceList, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSwiftMessage, getSwiftMessageNotNullOrException, getVariant, isIncoming, isInput, isOutgoing, isOutput, isType, json, message, nameFromClass, read, setReceiver, setReceiver, setSender, setSender, setSwiftMessage, tag, tags, toJson, toString, write, write, xmlgetMessageStandardType, isMT, isMXpublic static final int SRU
public static final java.lang.String NAME
MT@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String A
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String AFB
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String AGNT
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String AMND
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String BILA
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String BROK
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String C
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String CANC
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String DERV
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String DUPL
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String ELEC
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String EXOP
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String F
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String FAXT
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String FBF
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String FEOMA
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String ICOM
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String IFEMA
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String ISDA
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String ISDACN
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String N
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String NEWT
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String O
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String OTHER
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String P
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String PHON
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String TELX
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String U
@Deprecated @ProwideDeprecated(phase4=_2019) public static final java.lang.String Y
public MT300(SwiftMessage m)
m - swift message with the MT300 contentpublic MT300(MtSwiftMessage m)
m - swift message with the MT300 content, the parameter can not be nullMT300(String)public MT300()
public MT300(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 characters@Deprecated @ProwideDeprecated(phase4=_2019) public MT300(int messageType, java.lang.String sender, java.lang.String receiver)
new MT300(sender, receiver) insteadmessageType parameter is actually ignored.messageType - the message type numbersender - 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 charactersMT300(String, String)public MT300(java.lang.String fin)
fin - a string with the MT message in its FIN swift formatpublic MT300(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 MT300(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 MT300 parse(MtSwiftMessage m)
m - swift message with the MT300 contentMT300(String)public static MT300 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 MT300 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 MT300 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 AbstractMTpublic MT300 append(SwiftTagListBlock block)
append in class AbstractMTblock - to appendpublic MT300 append(Tag... tags)
append in class AbstractMTtags - to appendpublic MT300 append(Field... fields)
append in class AbstractMTfields - to appendpublic static final MT300 fromJson(java.lang.String json)
For generic conversion of JSON into the corresopnding MT instance
see AbstractMT.fromJson(String)
json - a JSON representation of an MT300 messagepublic Field15A getField15A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public 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 Field22A getField22A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field94A getField94A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22C getField22C()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17T getField17T()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17U getField17U()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17I getField17I()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field82A getField82A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field82D getField82D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field82J getField82J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field87A getField87A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field87D getField87D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field87J getField87J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field83A getField83A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field83D getField83D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field83J getField83J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field77H getField77H()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field77D getField77D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field14C getField14C()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17F getField17F()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17O getField17O()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field32E getField32E()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30U getField30U()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21A getField21A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field14E getField14E()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field15B getField15B()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30T getField30T()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30V getField30V()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field36 getField36()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field39M getField39M()
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 Field15C getField15C()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field29A getField29A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field24D getField24D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field84A getField84A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field84B getField84B()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field84D getField84D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field84J getField84J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field85A getField85A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field85B getField85B()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field85D getField85D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field85J getField85J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field88A getField88A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field88D getField88D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field88J getField88J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field71F getField71F()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field26H getField26H()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21G getField21G()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field72 getField72()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field15D getField15D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field16A getField16A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field15E getField15E()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field81A getField81A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field81D getField81D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field81J getField81J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field89A getField89A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field89D getField89D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field89J getField89J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field96A getField96A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field96D getField96D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field96J getField96J()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22T getField22T()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17E getField17E()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22U getField22U()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field35B getField35B()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17H getField17H()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17P getField17P()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22V getField22V()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field98D getField98D()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17W getField17W()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22W getField22W()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17Y getField17Y()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17Z getField17Z()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22Q getField22Q()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17L getField17L()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17M getField17M()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17Q getField17Q()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17S getField17S()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field17X getField17X()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field98G getField98G()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field98H getField98H()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field77A getField77A()
java.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public java.util.List<Field14S> getField14S()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field53A> getField53A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field53D> getField53D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field53J> getField53J()
Collections.emptyList() if none is found.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.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.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field56J> getField56J()
Collections.emptyList() if none is found.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.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.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field57J> getField57J()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field17A> getField17A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field32B> getField32B()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field58A> getField58A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field58D> getField58D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field58J> getField58J()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field22L> getField22L()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field91A> getField91A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field91D> getField91D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field91J> getField91J()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field22M> getField22M()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field22N> getField22N()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field22P> getField22P()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field22R> getField22R()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field22S> getField22S()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field34C> getField34C()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceA getSequenceA()
@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceA within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceB getSequenceB()
@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceB within the complete message@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT300.SequenceB1 getSequenceB1()
SwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT300.SequenceB1 getSequenceB1(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceB1 within the complete messageSwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT300.SequenceB2 getSequenceB2()
SwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT300.SequenceB2 getSequenceB2(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceB2 within the complete messageSwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceC getSequenceC()
@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceC getSequenceC(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceC within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceD getSequenceD()
@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceD getSequenceD(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceD within the complete message@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public java.util.List<MT300.SequenceD1> getSequenceD1List()
SwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public static java.util.List<MT300.SequenceD1> getSequenceD1List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceD1 within the complete messageSwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceE getSequenceE()
@SequenceStyle(value=SPLIT_BY_15) public MT300.SequenceE getSequenceE(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceE within the complete message@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public java.util.List<MT300.SequenceE1a> getSequenceE1aList()
SwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public static java.util.List<MT300.SequenceE1a> getSequenceE1aList(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceE1a within the complete messageSwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public java.util.List<MT300.SequenceE1a1> getSequenceE1a1List()
SwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public static java.util.List<MT300.SequenceE1a1> getSequenceE1a1List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceE1a1 within the complete messageSwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=CUSTOM) public MT300.SequenceE1 getSequenceE1()
@SequenceStyle(value=CUSTOM) public MT300.SequenceE1 getSequenceE1(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceE1 within the complete message