public class MT505 extends AbstractMT implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MT505.SequenceA
Class for Sequence "A" of MT 505
|
static class |
MT505.SequenceA1
Class for Sequence "A1" of MT 505
|
static class |
MT505.SequenceA2
Class for Sequence "A2" of MT 505
|
static class |
MT505.SequenceB
Class for Sequence "B" of MT 505
|
static class |
MT505.SequenceB1
Class for Sequence "B1" of MT 505
|
static class |
MT505.SequenceB1a
Class for Sequence "B1a" of MT 505
|
static class |
MT505.SequenceB1a1
Class for Sequence "B1a1" of MT 505
|
static class |
MT505.SequenceB2
Class for Sequence "B2" of MT 505
|
static class |
MT505.SequenceB2a
Class for Sequence "B2a" of MT 505
|
static class |
MT505.SequenceB2a1
Class for Sequence "B2a1" of MT 505
|
static class |
MT505.SequenceB3
Class for Sequence "B3" of MT 505
|
static class |
MT505.SequenceC
Class for Sequence "C" of MT 505
|
static class |
MT505.SequenceC1
Class for Sequence "C1" of MT 505
|
static class |
MT505.SequenceD
Class for Sequence "D" of MT 505
|
static class |
MT505.SequenceD1
Class for Sequence "D1" of MT 505
|
static class |
MT505.SequenceE
Class for Sequence "E" of MT 505
|
Modifier and Type | Field and Description |
---|---|
static String |
ACCW
Constant for qualifier with value ACCW
|
static String |
ADDINFO
Constant for qualifier with value ADDINFO
|
static String |
AGRE
Constant for qualifier with value AGRE
|
static String |
ALTE
Constant for qualifier with value ALTE
|
static String |
BCOL
Constant for qualifier with value BCOL
|
static String |
BENE
Constant for qualifier with value BENE
|
static String |
BENM
Constant for qualifier with value BENM
|
static String |
CASH
Constant for qualifier with value CASH
|
static String |
CASHSET
Constant for qualifier with value CASHSET
|
static String |
CASHSET1
Constant for qualifier with value CASHSET1
|
static String |
CASY
Constant for qualifier with value CASY
|
static String |
CCOL
Constant for qualifier with value CCOL
|
static String |
CHAR
Constant for qualifier with value CHAR
|
static String |
COLA
Constant for qualifier with value COLA
|
static String |
COLD
Constant for qualifier with value COLD
|
static String |
COLL
Constant for qualifier with value COLL
|
static String |
COLR
Constant for qualifier with value COLR
|
static String |
COMM
Constant for qualifier with value COMM
|
static String |
CSHPRTY
Constant for qualifier with value CSHPRTY
|
static String |
CSHPRTY1
Constant for qualifier with value CSHPRTY1
|
static String |
DEBT
Constant for qualifier with value DEBT
|
static String |
DEPO
Constant for qualifier with value DEPO
|
static String |
EXPI
Constant for qualifier with value EXPI
|
static String |
GENL
Constant for qualifier with value GENL
|
static String |
GUAR
Constant for qualifier with value GUAR
|
static String |
INOU
Constant for qualifier with value INOU
|
static String |
INTM
Constant for qualifier with value INTM
|
static String |
ISSU
Constant for qualifier with value ISSU
|
static String |
LINK
Constant for qualifier with value LINK
|
static String |
LOCR
Constant for qualifier with value LOCR
|
static String |
MEOR
Constant for qualifier with value MEOR
|
static String |
MERE
Constant for qualifier with value MERE
|
static String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static String |
OWNF
Constant for qualifier with value OWNF
|
static String |
PACO
Constant for qualifier with value PACO
|
static String |
PAYE
Constant for qualifier with value PAYE
|
static String |
PREP
Constant for qualifier with value PREP
|
static String |
PREV
Constant for qualifier with value PREV
|
static String |
PTYA
Constant for qualifier with value PTYA
|
static String |
PTYB
Constant for qualifier with value PTYB
|
static String |
RCTR
Constant for qualifier with value RCTR
|
static String |
REGT
Constant for qualifier with value REGT
|
static String |
RELA
Constant for qualifier with value RELA
|
static String |
RTGS
Constant for qualifier with value RTGS
|
static String |
SAFE
Constant for qualifier with value SAFE
|
static String |
SCOL
Constant for qualifier with value SCOL
|
static String |
SCTR
Constant for qualifier with value SCTR
|
static String |
SEME
Constant for qualifier with value SEME
|
static String |
SETDET
Constant for qualifier with value SETDET
|
static String |
SETDET1
Constant for qualifier with value SETDET1
|
static String |
SETPRTY
Constant for qualifier with value SETPRTY
|
static String |
SETPRTY1
Constant for qualifier with value SETPRTY1
|
static String |
SETT
Constant for qualifier with value SETT
|
static String |
STAM
Constant for qualifier with value STAM
|
static String |
STCO
Constant for qualifier with value STCO
|
static String |
TAXE
Constant for qualifier with value TAXE
|
static String |
TERM
Constant for qualifier with value TERM
|
static String |
TRCA
Constant for qualifier with value TRCA
|
static String |
TYCO
Constant for qualifier with value TYCO
|
m
Constructor and Description |
---|
MT505()
Creates and initializes a new MT505 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT505(File file)
Creates a new MT505 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. |
MT505(InputStream stream)
Creates a new MT505 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. |
MT505(int messageType,
String sender,
String receiver)
Deprecated.
|
MT505(MtSwiftMessage m)
Creates an MT505 initialized with the parameter MtSwiftMessage.
|
MT505(String fin)
Creates a new MT505 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. |
MT505(String sender,
String receiver)
Creates and initializes a new MT505 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT505(SwiftMessage m)
Creates an MT505 initialized with the parameter SwiftMessage
|
Modifier and Type | Method and Description |
---|---|
MT505 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT505 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT505 |
append(Tag... tags)
Add all tags to the end of the block4.
|
List<Field13A> |
getField13A()
Iterates through block4 fields and return all occurrences of fields whose names matches 13A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 13A at MT505 are expected at one sequence or across several sequences. |
List<Field13B> |
getField13B()
Iterates through block4 fields and return all occurrences of fields whose names matches 13B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 13B at MT505 are expected at one sequence or across several sequences. |
List<Field16R> |
getField16R()
Iterates through block4 fields and return all occurrences of fields whose names matches 16R,
or
Collections.emptyList() if none is found.Multiple occurrences of field 16R at MT505 are expected at one sequence or across several sequences. |
List<Field16S> |
getField16S()
Iterates through block4 fields and return all occurrences of fields whose names matches 16S,
or
Collections.emptyList() if none is found.Multiple occurrences of field 16S at MT505 are expected at one sequence or across several sequences. |
Field17B |
getField17B()
Iterates through block4 fields and return the first one whose name matches 17B,
or
null if none is found.The first occurrence of field 17B at MT505 is expected to be the only one. |
List<Field19B> |
getField19B()
Iterates through block4 fields and return all occurrences of fields whose names matches 19B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 19B at MT505 are expected at one sequence or across several sequences. |
List<Field20C> |
getField20C()
Iterates through block4 fields and return all occurrences of fields whose names matches 20C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 20C at MT505 are expected at one sequence or across several sequences. |
List<Field22F> |
getField22F()
Iterates through block4 fields and return all occurrences of fields whose names matches 22F,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22F at MT505 are expected at one sequence or across several sequences. |
List<Field22H> |
getField22H()
Iterates through block4 fields and return all occurrences of fields whose names matches 22H,
or
Collections.emptyList() if none is found.Multiple occurrences of field 22H at MT505 are expected at one sequence or across several sequences. |
Field23G |
getField23G()
Iterates through block4 fields and return the first one whose name matches 23G,
or
null if none is found.The first occurrence of field 23G at MT505 is expected to be the only one. |
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 MT505 is expected to be the only one. |
Field36B |
getField36B()
Iterates through block4 fields and return the first one whose name matches 36B,
or
null if none is found.The first occurrence of field 36B at MT505 is expected to be the only one. |
List<Field70C> |
getField70C()
Iterates through block4 fields and return all occurrences of fields whose names matches 70C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 70C at MT505 are expected at one sequence or across several sequences. |
List<Field95C> |
getField95C()
Iterates through block4 fields and return all occurrences of fields whose names matches 95C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 95C at MT505 are expected at one sequence or across several sequences. |
List<Field95P> |
getField95P()
Iterates through block4 fields and return all occurrences of fields whose names matches 95P,
or
Collections.emptyList() if none is found.Multiple occurrences of field 95P at MT505 are expected at one sequence or across several sequences. |
List<Field95Q> |
getField95Q()
Iterates through block4 fields and return all occurrences of fields whose names matches 95Q,
or
Collections.emptyList() if none is found.Multiple occurrences of field 95Q at MT505 are expected at one sequence or across several sequences. |
List<Field95R> |
getField95R()
Iterates through block4 fields and return all occurrences of fields whose names matches 95R,
or
Collections.emptyList() if none is found.Multiple occurrences of field 95R at MT505 are expected at one sequence or across several sequences. |
List<Field95S> |
getField95S()
Iterates through block4 fields and return all occurrences of fields whose names matches 95S,
or
Collections.emptyList() if none is found.Multiple occurrences of field 95S at MT505 are expected at one sequence or across several sequences. |
List<Field97A> |
getField97A()
Iterates through block4 fields and return all occurrences of fields whose names matches 97A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 97A at MT505 are expected at one sequence or across several sequences. |
List<Field97B> |
getField97B()
Iterates through block4 fields and return all occurrences of fields whose names matches 97B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 97B at MT505 are expected at one sequence or across several sequences. |
List<Field97E> |
getField97E()
Iterates through block4 fields and return all occurrences of fields whose names matches 97E,
or
Collections.emptyList() if none is found.Multiple occurrences of field 97E at MT505 are expected at one sequence or across several sequences. |
List<Field98A> |
getField98A()
Iterates through block4 fields and return all occurrences of fields whose names matches 98A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 98A at MT505 are expected at one sequence or across several sequences. |
List<Field98B> |
getField98B()
Iterates through block4 fields and return all occurrences of fields whose names matches 98B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 98B at MT505 are expected at one sequence or across several sequences. |
Field98C |
getField98C()
Iterates through block4 fields and return the first one whose name matches 98C,
or
null if none is found.The first occurrence of field 98C at MT505 is expected to be the only one. |
Field98E |
getField98E()
Iterates through block4 fields and return the first one whose name matches 98E,
or
null if none is found.The first occurrence of field 98E at MT505 is expected to be the only one. |
String |
getMessageType()
Returns this MT number
|
MT505.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA delimited by 16R/16S the value of SequenceA#START_END_16RS.
|
MT505.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA delimited by 16R/16S the value of SequenceA#START_END_16RS.
|
List<MT505.SequenceA1> |
getSequenceA1List()
Get the list of SequenceA1 delimited by 16R/16S with value specified in SequenceA1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceA1> |
getSequenceA1List(SwiftTagListBlock parentSequence)
Get the list of SequenceA1 delimited by 16R/16S with value specified in SequenceA1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceA2> |
getSequenceA2List()
Get the list of SequenceA2 delimited by 16R/16S with value specified in SequenceA2#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceA2> |
getSequenceA2List(SwiftTagListBlock parentSequence)
Get the list of SequenceA2 delimited by 16R/16S with value specified in SequenceA2#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB1a1> |
getSequenceB1a1List()
Get the list of SequenceB1a1 delimited by 16R/16S with value specified in SequenceB1a1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB1a1> |
getSequenceB1a1List(SwiftTagListBlock parentSequence)
Get the list of SequenceB1a1 delimited by 16R/16S with value specified in SequenceB1a1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB1a> |
getSequenceB1aList()
Get the list of SequenceB1a delimited by 16R/16S with value specified in SequenceB1a#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB1a> |
getSequenceB1aList(SwiftTagListBlock parentSequence)
Get the list of SequenceB1a delimited by 16R/16S with value specified in SequenceB1a#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB1> |
getSequenceB1List()
Get the list of SequenceB1 delimited by 16R/16S with value specified in SequenceB1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB1> |
getSequenceB1List(SwiftTagListBlock parentSequence)
Get the list of SequenceB1 delimited by 16R/16S with value specified in SequenceB1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB2a1> |
getSequenceB2a1List()
Get the list of SequenceB2a1 delimited by 16R/16S with value specified in SequenceB2a1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB2a1> |
getSequenceB2a1List(SwiftTagListBlock parentSequence)
Get the list of SequenceB2a1 delimited by 16R/16S with value specified in SequenceB2a1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB2a> |
getSequenceB2aList()
Get the list of SequenceB2a delimited by 16R/16S with value specified in SequenceB2a#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB2a> |
getSequenceB2aList(SwiftTagListBlock parentSequence)
Get the list of SequenceB2a delimited by 16R/16S with value specified in SequenceB2a#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB2> |
getSequenceB2List()
Get the list of SequenceB2 delimited by 16R/16S with value specified in SequenceB2#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB2> |
getSequenceB2List(SwiftTagListBlock parentSequence)
Get the list of SequenceB2 delimited by 16R/16S with value specified in SequenceB2#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB3> |
getSequenceB3List()
Get the list of SequenceB3 delimited by 16R/16S with value specified in SequenceB3#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB3> |
getSequenceB3List(SwiftTagListBlock parentSequence)
Get the list of SequenceB3 delimited by 16R/16S with value specified in SequenceB3#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB> |
getSequenceBList()
Get the list of SequenceB delimited by 16R/16S with value specified in SequenceB#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceB> |
getSequenceBList(SwiftTagListBlock parentSequence)
Get the list of SequenceB delimited by 16R/16S with value specified in SequenceB#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
MT505.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC delimited by 16R/16S the value of SequenceC#START_END_16RS.
|
MT505.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC delimited by 16R/16S the value of SequenceC#START_END_16RS.
|
List<MT505.SequenceC1> |
getSequenceC1List()
Get the list of SequenceC1 delimited by 16R/16S with value specified in SequenceC1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceC1> |
getSequenceC1List(SwiftTagListBlock parentSequence)
Get the list of SequenceC1 delimited by 16R/16S with value specified in SequenceC1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
MT505.SequenceD |
getSequenceD()
Get the single occurrence of SequenceD delimited by 16R/16S the value of SequenceD#START_END_16RS.
|
MT505.SequenceD |
getSequenceD(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceD delimited by 16R/16S the value of SequenceD#START_END_16RS.
|
List<MT505.SequenceD1> |
getSequenceD1List()
Get the list of SequenceD1 delimited by 16R/16S with value specified in SequenceD1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT505.SequenceD1> |
getSequenceD1List(SwiftTagListBlock parentSequence)
Get the list of SequenceD1 delimited by 16R/16S with value specified in SequenceD1#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
MT505.SequenceE |
getSequenceE()
Get the single occurrence of SequenceE delimited by 16R/16S the value of SequenceE#START_END_16RS.
|
MT505.SequenceE |
getSequenceE(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceE delimited by 16R/16S the value of SequenceE#START_END_16RS.
|
static MT505 |
parse(File file)
Creates a new MT505 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 MT505 |
parse(InputStream stream)
Creates a new MT505 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 MT505 |
parse(MtSwiftMessage m)
Creates an MT505 initialized with the parameter MtSwiftMessage.
|
static MT505 |
parse(String fin)
Creates a new MT505 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT505 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 ACCW
public static final String ADDINFO
public static final String AGRE
public static final String ALTE
public static final String BCOL
public static final String BENE
public static final String BENM
public static final String CASH
public static final String CASHSET
public static final String CASHSET1
public static final String CASY
public static final String CCOL
public static final String CHAR
public static final String COLA
public static final String COLD
public static final String COLL
public static final String COLR
public static final String COMM
public static final String CSHPRTY
public static final String CSHPRTY1
public static final String DEBT
public static final String DEPO
public static final String EXPI
public static final String GENL
public static final String GUAR
public static final String INOU
public static final String INTM
public static final String ISSU
public static final String LINK
public static final String LOCR
public static final String MEOR
public static final String MERE
public static final String OWNF
public static final String PACO
public static final String PAYE
public static final String PREP
public static final String PREV
public static final String PTYA
public static final String PTYB
public static final String RCTR
public static final String REGT
public static final String RELA
public static final String RTGS
public static final String SAFE
public static final String SCOL
public static final String SCTR
public static final String SEME
public static final String SETDET
public static final String SETDET1
public static final String SETPRTY
public static final String SETPRTY1
public static final String SETT
public static final String STAM
public static final String STCO
public static final String TAXE
public static final String TERM
public static final String TRCA
public static final String TYCO
public MT505(SwiftMessage m)
m
- swift message with the MT505 contentpublic MT505(MtSwiftMessage m)
m
- swift message with the MT505 content, the parameter can not be null
MT505(String)
public MT505()
public MT505(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 MT505(int messageType, String sender, String receiver)
messageType
parameter is actually ignored.
Use instead new MT505(sender, receiver)
MT505(String, String)
public MT505(String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT505(InputStream stream) throws IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOException
public MT505(File file) throws IOException
file
- a file with the MT message in its FIN swift format.IOException
public static MT505 parse(MtSwiftMessage m)
m
- swift message with the MT505 contentnull
if the parameter is null
MT505(String)
public static MT505 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 MT505 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 MT505 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 MT505 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT505 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT505 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic Field23G getField23G()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field98C getField98C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field98E getField98E()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field35B getField35B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field36B getField36B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17B getField17B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public List<Field20C> getField20C()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field16R> getField16R()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22F> getField22F()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field13B> getField13B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field70C> getField70C()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field16S> getField16S()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field95P> getField95P()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field95Q> getField95Q()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field95R> getField95R()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field13A> getField13A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field22H> getField22H()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field98A> getField98A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field95C> getField95C()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field95S> getField95S()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field97A> getField97A()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field97B> getField97B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field97E> getField97E()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field98B> getField98B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public List<Field19B> getField19B()
Collections.emptyList()
if none is found.Collections.emptyList()
if none is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceA getSequenceA()
null
. If the sequence is not found an empty instance
of SequenceA
is returnedMT505.SequenceA.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
null
. If the sequence is not found an empty instance
of SequenceA
is returnedparentSequence
- an optional parent sequence or null
to find SequenceA within the complete messageMT505.SequenceA.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceA1> getSequenceA1List()
MT505.SequenceA1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceA1> getSequenceA1List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceA1 within the complete messageMT505.SequenceA1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceA2> getSequenceA2List()
MT505.SequenceA2.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceA2> getSequenceA2List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceA2 within the complete messageMT505.SequenceA2.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB> getSequenceBList()
MT505.SequenceB.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB> getSequenceBList(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB within the complete messageMT505.SequenceB.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB1> getSequenceB1List()
MT505.SequenceB1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB1> getSequenceB1List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB1 within the complete messageMT505.SequenceB1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB1a> getSequenceB1aList()
MT505.SequenceB1a.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB1a> getSequenceB1aList(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB1a within the complete messageMT505.SequenceB1a.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB1a1> getSequenceB1a1List()
MT505.SequenceB1a1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB1a1> getSequenceB1a1List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB1a1 within the complete messageMT505.SequenceB1a1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB2> getSequenceB2List()
MT505.SequenceB2.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB2> getSequenceB2List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB2 within the complete messageMT505.SequenceB2.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB2a> getSequenceB2aList()
MT505.SequenceB2a.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB2a> getSequenceB2aList(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB2a within the complete messageMT505.SequenceB2a.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB2a1> getSequenceB2a1List()
MT505.SequenceB2a1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB2a1> getSequenceB2a1List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB2a1 within the complete messageMT505.SequenceB2a1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB3> getSequenceB3List()
MT505.SequenceB3.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceB3> getSequenceB3List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceB3 within the complete messageMT505.SequenceB3.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceC getSequenceC()
null
. If the sequence is not found an empty instance
of SequenceC
is returnedMT505.SequenceC.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceC getSequenceC(SwiftTagListBlock parentSequence)
null
. If the sequence is not found an empty instance
of SequenceC
is returnedparentSequence
- an optional parent sequence or null
to find SequenceC within the complete messageMT505.SequenceC.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceC1> getSequenceC1List()
MT505.SequenceC1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceC1> getSequenceC1List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceC1 within the complete messageMT505.SequenceC1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceD getSequenceD()
null
. If the sequence is not found an empty instance
of SequenceD
is returnedMT505.SequenceD.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceD getSequenceD(SwiftTagListBlock parentSequence)
null
. If the sequence is not found an empty instance
of SequenceD
is returnedparentSequence
- an optional parent sequence or null
to find SequenceD within the complete messageMT505.SequenceD.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceD1> getSequenceD1List()
MT505.SequenceD1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public List<MT505.SequenceD1> getSequenceD1List(SwiftTagListBlock parentSequence)
parentSequence
- an optional parent sequence or null
to find SequenceD1 within the complete messageMT505.SequenceD1.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceE getSequenceE()
null
. If the sequence is not found an empty instance
of SequenceE
is returnedMT505.SequenceE.START_END_16RS
@SequenceStyle(value=GENERATED_16RS) public MT505.SequenceE getSequenceE(SwiftTagListBlock parentSequence)
null
. If the sequence is not found an empty instance
of SequenceE
is returnedparentSequence
- an optional parent sequence or null
to find SequenceE within the complete messageMT505.SequenceE.START_END_16RS