@Generated public class MT307 extends AbstractMT implements Serializable
This source code is specific to release SRU 2016
For additional resources check http://www.prowidesoftware.com/resources
| Modifier and Type | Class and Description |
|---|---|
static class |
MT307.SequenceA
Class for Sequence "A" of MT 307
|
static class |
MT307.SequenceA1
Class for Sequence "A1" of MT 307
|
static class |
MT307.SequenceB
Class for Sequence "B" of MT 307
|
static class |
MT307.SequenceB1
Class for Sequence "B1" of MT 307
|
static class |
MT307.SequenceB2
Class for Sequence "B2" of MT 307
|
static class |
MT307.SequenceB3
Class for Sequence "B3" of MT 307
|
static class |
MT307.SequenceB3a
Class for Sequence "B3a" of MT 307
|
static class |
MT307.SequenceC
Class for Sequence "C" of MT 307
|
static class |
MT307.SequenceC1
Class for Sequence "C1" of MT 307
|
static class |
MT307.SequenceD
Class for Sequence "D" of MT 307
|
static class |
MT307.SequenceD1
Class for Sequence "D1" of MT 307
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.ACCOUNT
|
static String |
ACCW
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.ACCW
|
static String |
ANTO
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.ANTO
|
static String |
APER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.APER
|
static String |
BENM
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsB.BENM
|
static String |
BUYE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsB.BUYE
|
static String |
CANC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CANC
|
static String |
CASH
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CASH
|
static String |
CDEA
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CDEA
|
static String |
CODU
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CODU
|
static String |
COPY
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.COPY
|
static String |
CRTR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CRTR
|
static String |
CSHPRTY
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CSHPRTY
|
static String |
DUPL
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsD.DUPL
|
static String |
EXCH
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsE.EXCH
|
static String |
FXCO
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FXCO
|
static String |
FXCR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FXCR
|
static String |
FXDET
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FXDET
|
static String |
FXPRTY1
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FXPRTY1
|
static String |
FXPRTY2
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FXPRTY2
|
static String |
FXSETDET
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FXSETDET
|
static String |
GALO
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsG.GALO
|
static String |
GENL
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsG.GENL
|
static String |
INTE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsI.INTE
|
static String |
INVE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsI.INVE
|
static String |
LINK
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsL.LINK
|
static String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static String |
NEGR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NEGR
|
static String |
NET
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NET
|
static String |
NEWM
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NEWM
|
static String |
PACO
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsP.PACO
|
static String |
PAFI
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsP.PAFI
|
static String |
PREV
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsP.PREV
|
static String |
RELA
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsR.RELA
|
static String |
SAFE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsS.SAFE
|
static String |
SELL
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsS.SELL
|
static String |
SEME
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsS.SEME
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static String |
TRAD
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsT.TRAD
|
static String |
VALU
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VALU
|
m| Constructor and Description |
|---|
MT307()
Creates and initializes a new MT307 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT307(File file)
Creates a new MT307 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. |
MT307(InputStream stream)
Creates a new MT307 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. |
MT307(int messageType,
String sender,
String receiver)
Deprecated.
Use instead
new MT307(sender, receiver) instead |
MT307(MtSwiftMessage m)
Creates an MT307 initialized with the parameter MtSwiftMessage.
|
MT307(String fin)
Creates a new MT307 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. |
MT307(String sender,
String receiver)
Creates and initializes a new MT307 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT307(SwiftMessage m)
Creates an MT307 initialized with the parameter SwiftMessage
|
| Modifier and Type | Method and Description |
|---|---|
MT307 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT307 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT307 |
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 MT307 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 MT307 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 MT307 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 MT307 are expected at one sequence or across several sequences. |
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 MT307 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 MT307 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 MT307 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 MT307 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 MT307 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 MT307 are expected at one sequence or across several sequences. |
Field92B |
getField92B()
Iterates through block4 fields and return the first one whose name matches 92B,
or
null if none is found.The first occurrence of field 92B at MT307 is expected to be the only one. |
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 MT307 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 MT307 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 MT307 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 MT307 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 MT307 are expected at one sequence or across several sequences. |
String |
getMessageType()
Returns this MT number
|
MT307.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA delimited by 16R/16S the value of SequenceA#START_END_16RS.
|
static MT307.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA delimited by 16R/16S the value of SequenceA#START_END_16RS.
|
List<MT307.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.
|
static List<MT307.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.
|
MT307.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB delimited by 16R/16S the value of SequenceB#START_END_16RS.
|
static MT307.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB delimited by 16R/16S the value of SequenceB#START_END_16RS.
|
MT307.SequenceB1 |
getSequenceB1()
Get the single occurrence of SequenceB1 delimited by 16R/16S the value of SequenceB1#START_END_16RS.
|
static MT307.SequenceB1 |
getSequenceB1(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB1 delimited by 16R/16S the value of SequenceB1#START_END_16RS.
|
MT307.SequenceB2 |
getSequenceB2()
Get the single occurrence of SequenceB2 delimited by 16R/16S the value of SequenceB2#START_END_16RS.
|
static MT307.SequenceB2 |
getSequenceB2(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB2 delimited by 16R/16S the value of SequenceB2#START_END_16RS.
|
List<MT307.SequenceB3a> |
getSequenceB3aList()
Get the list of SequenceB3a delimited by 16R/16S with value specified in SequenceB3a#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
static List<MT307.SequenceB3a> |
getSequenceB3aList(SwiftTagListBlock parentSequence)
Get the list of SequenceB3a delimited by 16R/16S with value specified in SequenceB3a#START_END_16RS
The presence of this methods indicates that this sequence can occur more than once according to the Standard.
|
List<MT307.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.
|
static List<MT307.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.
|
MT307.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC delimited by 16R/16S the value of SequenceC#START_END_16RS.
|
static MT307.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC delimited by 16R/16S the value of SequenceC#START_END_16RS.
|
List<MT307.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.
|
static List<MT307.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.
|
MT307.SequenceD |
getSequenceD()
Get the single occurrence of SequenceD delimited by 16R/16S the value of SequenceD#START_END_16RS.
|
static MT307.SequenceD |
getSequenceD(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceD delimited by 16R/16S the value of SequenceD#START_END_16RS.
|
List<MT307.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.
|
static List<MT307.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.
|
static MT307 |
parse(File file)
Creates a new MT307 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 MT307 |
parse(InputStream stream)
Creates a new MT307 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 MT307 |
parse(MtSwiftMessage m)
Creates an MT307 initialized with the parameter MtSwiftMessage.
|
static MT307 |
parse(String fin)
Creates a new MT307 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT307 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, FIN, getApplicationId, 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, toString, write, write, xmlgetMessageStandardType, isMT, isMXpublic static final int SRU
public static final String NAME
MT@Deprecated @ProwideDeprecated(phase3=_2018) public static final String ACCOUNT
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String ACCW
SchemeConstantsA.ACCW,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String ANTO
SchemeConstantsA.ANTO,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String APER
SchemeConstantsA.APER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String BENM
SchemeConstantsB.BENM,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String BUYE
SchemeConstantsB.BUYE,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CANC
SchemeConstantsC.CANC,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CASH
SchemeConstantsC.CASH,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CDEA
SchemeConstantsC.CDEA,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CODU
SchemeConstantsC.CODU,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String COPY
SchemeConstantsC.COPY,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CRTR
SchemeConstantsC.CRTR,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CSHPRTY
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String DUPL
SchemeConstantsD.DUPL,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String EXCH
SchemeConstantsE.EXCH,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FXCO
SchemeConstantsF.FXCO,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FXCR
SchemeConstantsF.FXCR,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FXDET
SchemeConstantsF.FXDET,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FXPRTY1
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FXPRTY2
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FXSETDET
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String GALO
SchemeConstantsG.GALO,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String GENL
SchemeConstantsG.GENL,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String INTE
SchemeConstantsI.INTE,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String INVE
SchemeConstantsI.INVE,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String LINK
SchemeConstantsL.LINK,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String NEGR
SchemeConstantsN.NEGR,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String NET
SchemeConstantsN.NET,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String NEWM
SchemeConstantsN.NEWM,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String PACO
SchemeConstantsP.PACO,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String PAFI
SchemeConstantsP.PAFI,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String PREV
SchemeConstantsP.PREV,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String RELA
SchemeConstantsR.RELA,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String SAFE
SchemeConstantsS.SAFE,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String SELL
SchemeConstantsS.SELL,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String SEME
SchemeConstantsS.SEME,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String TRAD
SchemeConstantsT.TRAD,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String VALU
SchemeConstantsV.VALU,
Constant Field Valuespublic MT307(SwiftMessage m)
m - swift message with the MT307 contentpublic MT307(MtSwiftMessage m)
m - swift message with the MT307 content, the parameter can not be nullMT307(String)public MT307()
public MT307(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 @ProwideDeprecated(phase3=_2018) public MT307(int messageType, String sender, String receiver)
new MT307(sender, receiver) insteadmessageType parameter is actually ignored.MT307(String, String)public MT307(String fin)
fin - a string with the MT message in its FIN swift formatpublic MT307(InputStream stream) throws IOException
stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOExceptionpublic MT307(File file) throws IOException
file - a file with the MT message in its FIN swift format.IOExceptionpublic static MT307 parse(MtSwiftMessage m)
m - swift message with the MT307 contentnull if the parameter is nullMT307(String)public static MT307 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 MT307 parse(InputStream stream) throws IOException
stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOExceptionpublic static MT307 parse(File file) throws IOException
file - a file with the MT message in its FIN swift format.IOExceptionpublic String getMessageType()
getMessageType in class AbstractMTpublic MT307 append(SwiftTagListBlock block)
append in class AbstractMTblock - to appendpublic MT307 append(Tag... tags)
append in class AbstractMTtags - to appendpublic MT307 append(Field... fields)
append in class AbstractMTfields - 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 Field92B getField92B()
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<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<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<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<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<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<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<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<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<Field19B> getField19B()
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<Field70C> getField70C()
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 MT307.SequenceA getSequenceA()
null. If the sequence is not found an empty instance
of SequenceA is returnedMT307.SequenceA.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public static MT307.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 messageMT307.SequenceA.START_END_16RS@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public List<MT307.SequenceA1> getSequenceA1List()
SequenceUtils,
MT307.SequenceA1.START_END_16RS@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public static List<MT307.SequenceA1> getSequenceA1List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceA1 within the complete messageSequenceUtils,
MT307.SequenceA1.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public MT307.SequenceB getSequenceB()
null. If the sequence is not found an empty instance
of SequenceB is returnedMT307.SequenceB.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public static MT307.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
null. If the sequence is not found an empty instance
of SequenceB is returnedparentSequence - an optional parent sequence or null to find SequenceB within the complete messageMT307.SequenceB.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public MT307.SequenceB1 getSequenceB1()
null. If the sequence is not found an empty instance
of SequenceB1 is returnedMT307.SequenceB1.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public static MT307.SequenceB1 getSequenceB1(SwiftTagListBlock parentSequence)
null. If the sequence is not found an empty instance
of SequenceB1 is returnedparentSequence - an optional parent sequence or null to find SequenceB1 within the complete messageMT307.SequenceB1.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public MT307.SequenceB2 getSequenceB2()
null. If the sequence is not found an empty instance
of SequenceB2 is returnedMT307.SequenceB2.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public static MT307.SequenceB2 getSequenceB2(SwiftTagListBlock parentSequence)
null. If the sequence is not found an empty instance
of SequenceB2 is returnedparentSequence - an optional parent sequence or null to find SequenceB2 within the complete messageMT307.SequenceB2.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public List<MT307.SequenceB3> getSequenceB3List()
MT307.SequenceB3.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public static List<MT307.SequenceB3> getSequenceB3List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceB3 within the complete messageMT307.SequenceB3.START_END_16RS@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public List<MT307.SequenceB3a> getSequenceB3aList()
@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public static List<MT307.SequenceB3a> getSequenceB3aList(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceB3a within the complete messageSequenceUtils,
MT307.SequenceB3a.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public MT307.SequenceC getSequenceC()
null. If the sequence is not found an empty instance
of SequenceC is returnedMT307.SequenceC.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public static MT307.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 messageMT307.SequenceC.START_END_16RS@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public List<MT307.SequenceC1> getSequenceC1List()
SequenceUtils,
MT307.SequenceC1.START_END_16RS@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public static List<MT307.SequenceC1> getSequenceC1List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceC1 within the complete messageSequenceUtils,
MT307.SequenceC1.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public MT307.SequenceD getSequenceD()
null. If the sequence is not found an empty instance
of SequenceD is returnedMT307.SequenceD.START_END_16RS@SequenceStyle(value=GENERATED_16RS) public static MT307.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 messageMT307.SequenceD.START_END_16RS@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public List<MT307.SequenceD1> getSequenceD1List()
SequenceUtils,
MT307.SequenceD1.START_END_16RS@NonUniqueSeparator @SequenceStyle(value=GENERATED_16RS) public static List<MT307.SequenceD1> getSequenceD1List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceD1 within the complete messageSequenceUtils,
MT307.SequenceD1.START_END_16RS