public class MT600 extends AbstractMT implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MT600.SequenceA
Class for Sequence "A" of MT 600
|
static class |
MT600.SequenceB
Class for Sequence "B" of MT 600
|
static class |
MT600.SequenceC
Class for Sequence "C" of MT 600
|
static class |
MT600.SequenceD
Class for Sequence "D" of MT 600
|
static class |
MT600.SequenceD1
Class for Sequence "D1" of MT 600
|
static class |
MT600.SequenceD1a
Class for Sequence "D1a" of MT 600
|
static class |
MT600.SequenceD1a1
Class for Sequence "D1a1" of MT 600
|
Modifier and Type | Field and Description |
---|---|
static String |
A
Constant for qualifier with value A
|
static String |
C
Constant for qualifier with value C
|
static String |
F
Constant for qualifier with value F
|
static String |
N
Constant for qualifier with value N
|
static String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static String |
O
Constant for qualifier with value O
|
static String |
P
Constant for qualifier with value P
|
static String |
U
Constant for qualifier with value U
|
static String |
Y
Constant for qualifier with value Y
|
m
Constructor and Description |
---|
MT600()
Creates and initializes a new MT600 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT600(File file)
Creates a new MT600 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. |
MT600(InputStream stream)
Creates a new MT600 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. |
MT600(int messageType,
String sender,
String receiver)
Deprecated.
|
MT600(MtSwiftMessage m)
Creates an MT600 initialized with the parameter MtSwiftMessage.
|
MT600(String fin)
Creates a new MT600 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. |
MT600(String sender,
String receiver)
Creates and initializes a new MT600 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT600(SwiftMessage m)
Creates an MT600 initialized with the parameter SwiftMessage
|
Modifier and Type | Method and Description |
---|---|
MT600 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT600 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT600 |
append(Tag... tags)
Add all tags to the end of the block4.
|
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 MT600 is expected to be the only one. |
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 MT600 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 MT600 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 MT600 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 MT600 is expected to be the only one. |
Field17A |
getField17A()
Iterates through block4 fields and return the first one whose name matches 17A,
or
null if none is found.The first occurrence of field 17A at MT600 is expected to be the only one. |
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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 is expected to be the only one. |
Field22 |
getField22()
Iterates through block4 fields and return the first one whose name matches 22,
or
null if none is found.The first occurrence of field 22 at MT600 is expected to be the only one. |
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 MT600 are expected at one sequence or across several sequences. |
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 MT600 are expected at one sequence or across several sequences. |
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 MT600 are expected at one sequence or across several sequences. |
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 MT600 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 MT600 is expected to be the only one. |
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 MT600 are expected at one sequence or across several sequences. |
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 MT600 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 MT600 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 MT600 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 MT600 is expected to be the only one. |
Field26C |
getField26C()
Iterates through block4 fields and return the first one whose name matches 26C,
or
null if none is found.The first occurrence of field 26C at MT600 is expected to be the only one. |
Field26F |
getField26F()
Iterates through block4 fields and return the first one whose name matches 26F,
or
null if none is found.The first occurrence of field 26F at MT600 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 MT600 is expected to be the only one. |
Field30 |
getField30()
Iterates through block4 fields and return the first one whose name matches 30,
or
null if none is found.The first occurrence of field 30 at MT600 is expected to be the only one. |
Field31C |
getField31C()
Iterates through block4 fields and return the first one whose name matches 31C,
or
null if none is found.The first occurrence of field 31C at MT600 is expected to be the only one. |
List<Field32F> |
getField32F()
Iterates through block4 fields and return all occurrences of fields whose names matches 32F,
or
Collections.emptyList() if none is found.Multiple occurrences of field 32F at MT600 are expected at one sequence or across several sequences. |
Field33G |
getField33G()
Iterates through block4 fields and return the first one whose name matches 33G,
or
null if none is found.The first occurrence of field 33G at MT600 is expected to be the only one. |
Field34G |
getField34G()
Iterates through block4 fields and return the first one whose name matches 34G,
or
null if none is found.The first occurrence of field 34G at MT600 is expected to be the only one. |
Field34P |
getField34P()
Iterates through block4 fields and return the first one whose name matches 34P,
or
null if none is found.The first occurrence of field 34P at MT600 is expected to be the only one. |
Field34R |
getField34R()
Iterates through block4 fields and return the first one whose name matches 34R,
or
null if none is found.The first occurrence of field 34R at MT600 is expected to be the only one. |
Field53A |
getField53A()
Iterates through block4 fields and return the first one whose name matches 53A,
or
null if none is found.The first occurrence of field 53A at MT600 is expected to be the only one. |
Field53B |
getField53B()
Iterates through block4 fields and return the first one whose name matches 53B,
or
null if none is found.The first occurrence of field 53B at MT600 is expected to be the only one. |
Field53D |
getField53D()
Iterates through block4 fields and return the first one whose name matches 53D,
or
null if none is found.The first occurrence of field 53D at MT600 is expected to be the only one. |
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 MT600 are expected at one sequence or across several sequences. |
List<Field56B> |
getField56B()
Iterates through block4 fields and return all occurrences of fields whose names matches 56B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 56B at MT600 are expected at one sequence or across several sequences. |
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 MT600 are expected at one sequence or across several sequences. |
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 MT600 are expected at one sequence or across several sequences. |
List<Field57B> |
getField57B()
Iterates through block4 fields and return all occurrences of fields whose names matches 57B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 57B at MT600 are expected at one sequence or across several sequences. |
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 MT600 are expected at one sequence or across several sequences. |
Field71C |
getField71C()
Iterates through block4 fields and return the first one whose name matches 71C,
or
null if none is found.The first occurrence of field 71C at MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 is expected to be the only one. |
List<Field86A> |
getField86A()
Iterates through block4 fields and return all occurrences of fields whose names matches 86A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 86A at MT600 are expected at one sequence or across several sequences. |
List<Field86B> |
getField86B()
Iterates through block4 fields and return all occurrences of fields whose names matches 86B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 86B at MT600 are expected at one sequence or across several sequences. |
List<Field86D> |
getField86D()
Iterates through block4 fields and return all occurrences of fields whose names matches 86D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 86D at MT600 are expected at one sequence or across several sequences. |
List<Field87A> |
getField87A()
Iterates through block4 fields and return all occurrences of fields whose names matches 87A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 87A at MT600 are expected at one sequence or across several sequences. |
List<Field87B> |
getField87B()
Iterates through block4 fields and return all occurrences of fields whose names matches 87B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 87B at MT600 are expected at one sequence or across several sequences. |
List<Field87D> |
getField87D()
Iterates through block4 fields and return all occurrences of fields whose names matches 87D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 87D at MT600 are expected at one sequence or across several sequences. |
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 MT600 is expected to be the only one. |
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 MT600 are expected at one sequence or across several sequences. |
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 MT600 are expected at one sequence or across several sequences. |
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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 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 MT600 is expected to be the only one. |
String |
getMessageType()
Returns this MT number
|
MT600.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT600.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT600.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT600.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT600.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT600.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT600.SequenceD |
getSequenceD()
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT600.SequenceD |
getSequenceD(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
List<MT600.SequenceD1a1> |
getSequenceD1a1List()
Get the list of SequenceD1a1 delimited by leading tag and end, with an optional tail.
|
List<MT600.SequenceD1a1> |
getSequenceD1a1List(SwiftTagListBlock parentSequence)
Get the list of SequenceD1a1 delimited by leading tag and end, with an optional tail.
|
List<MT600.SequenceD1a> |
getSequenceD1aList()
Get the list of SequenceD1a delimited by leading tag and end, with an optional tail.
|
List<MT600.SequenceD1a> |
getSequenceD1aList(SwiftTagListBlock parentSequence)
Get the list of SequenceD1a delimited by leading tag and end, with an optional tail.
|
static MT600 |
parse(File file)
Creates a new MT600 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 MT600 |
parse(InputStream stream)
Creates a new MT600 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 MT600 |
parse(MtSwiftMessage m)
Creates an MT600 initialized with the parameter MtSwiftMessage.
|
static MT600 |
parse(String fin)
Creates a new MT600 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT600 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, create, create, FIN, getApplicationId, getLogicalTerminal, getMessagePriority, getReceiver, getSender, getSequence, getSequence, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSwiftMessage, getSwiftMessageNotNullOrException, isInput, isOutput, isType, json, message, read, setReceiver, setReceiver, setSender, setSender, setSwiftMessage, toString, write, write, xml
public static final String NAME
MT
public static final String A
public static final String C
public static final String F
public static final String N
public static final String O
public static final String P
public static final String U
public static final String Y
public MT600(SwiftMessage m)
m
- swift message with the MT600 contentpublic MT600(MtSwiftMessage m)
m
- swift message with the MT600 content, the parameter can not be null
MT600(String)
public MT600()
public MT600(String sender, 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 public MT600(int messageType, String sender, String receiver)
messageType
parameter is actually ignored.
Use instead new MT600(sender, receiver)
MT600(String, String)
public MT600(String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT600(InputStream stream) throws IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOException
public MT600(File file) throws IOException
file
- a file with the MT message in its FIN swift format.IOException
public static MT600 parse(MtSwiftMessage m)
m
- swift message with the MT600 contentnull
if the parameter is null
MT600(String)
public static MT600 parse(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 MT600 parse(InputStream stream) throws IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOException
public static MT600 parse(File file) throws IOException
file
- a file with the MT message in its FIN swift format.IOException
public String getMessageType()
getMessageType
in class AbstractMT
public MT600 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT600 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT600 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic Field15A getField15A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field20 getField20()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field21 getField21()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22 getField22()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field94A getField94A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field82A getField82A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field82D getField82D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field82J getField82J()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field87J getField87J()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field83A getField83A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field83D getField83D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field83J getField83J()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field30 getField30()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field26C getField26C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field26H getField26H()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field33G getField33G()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field26F getField26F()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field34G getField34G()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field31C getField31C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field71C getField71C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field77H getField77H()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field77D getField77D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field14C getField14C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field72 getField72()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15B getField15B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field34P getField34P()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field53A getField53A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field53B getField53B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field53D getField53D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15C getField15C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field34R getField34R()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15D getField15D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field96A getField96A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field96D getField96D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field96J getField96J()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22T getField22T()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17E getField17E()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22U getField22U()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17H getField17H()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17P getField17P()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22V getField22V()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field98D getField98D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17W getField17W()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17Y getField17Y()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17Z getField17Z()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22Q getField22Q()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17L getField17L()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17M getField17M()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17Q getField17Q()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17S getField17S()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17X getField17X()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17A getField17A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public List<Field87A> getField87A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field87D> getField87D()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field32F> getField32F()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field86A> getField86A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field86B> getField86B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field86D> getField86D()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field87B> getField87B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field56A> getField56A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field56B> getField56B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field56D> getField56D()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field57A> getField57A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field57B> getField57B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field57D> getField57D()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22L> getField22L()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field91A> getField91A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field91D> getField91D()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field91J> getField91J()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22M> getField22M()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22N> getField22N()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22P> getField22P()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22R> getField22R()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22S> getField22S()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
@SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceA getSequenceA()
null
. @SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
null
. parentSequence
- an optional parent sequence or null
to find SequenceA within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceB getSequenceB()
null
. @SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
null
. parentSequence
- an optional parent sequence or null
to find SequenceB within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceC getSequenceC()
null
. @SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceC getSequenceC(SwiftTagListBlock parentSequence)
null
. parentSequence
- an optional parent sequence or null
to find SequenceC within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceD getSequenceD()
null
. @SequenceStyle(value=SPLIT_BY_15) public MT600.SequenceD getSequenceD(SwiftTagListBlock parentSequence)
null
. parentSequence
- an optional parent sequence or null
to find SequenceD within the complete message@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public List<MT600.SequenceD1a> getSequenceD1aList()
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public List<MT600.SequenceD1a> getSequenceD1aList(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceD1a within the complete messageSwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public List<MT600.SequenceD1a1> getSequenceD1a1List()
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public List<MT600.SequenceD1a1> getSequenceD1a1List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceD1a1 within the complete messageSwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])