@Generated public class MT362 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 |
MT362.SequenceA
Class for Sequence "A" of MT 362
|
static class |
MT362.SequenceB
Class for Sequence "B" of MT 362
|
static class |
MT362.SequenceC
Class for Sequence "C" of MT 362
|
static class |
MT362.SequenceC1
Class for Sequence "C1" of MT 362
|
static class |
MT362.SequenceD
Class for Sequence "D" of MT 362
|
static class |
MT362.SequenceE
Class for Sequence "E" of MT 362
|
static class |
MT362.SequenceE1
Class for Sequence "E1" of MT 362
|
| Modifier and Type | Field and Description |
|---|---|
static String |
AGNT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.AGNT
|
static String |
AMND
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.AMND
|
static String |
BILA
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsB.BILA
|
static String |
CANC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CANC
|
static String |
CAPBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CAPBUYER
|
static String |
CAPSELLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CAPSELLER
|
static String |
COLLARBYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.COLLARBYER
|
static String |
COLLARSLLR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.COLLARSLLR
|
static String |
CORRBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CORRBUYER
|
static String |
CORRSELLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CORRSELLER
|
static String |
DUPL
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsD.DUPL
|
static String |
FIXEDFIXED
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FIXEDFIXED
|
static String |
FIXEDFLOAT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FIXEDFLOAT
|
static String |
FLOATFIXED
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOATFIXED
|
static String |
FLOATFLOAT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOATFLOAT
|
static String |
FLOORBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOORBUYER
|
static String |
FLOORSLLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOORSLLER
|
static String |
GROSS
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsG.GROSS
|
static String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static String |
NET
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NET
|
static String |
NEWT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NEWT
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static String |
VARBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VARBUYER
|
static String |
VARSELLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VARSELLER
|
static String |
VOLABUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VOLABUYER
|
static String |
VOLASELLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VOLASELLER
|
m| Constructor and Description |
|---|
MT362()
Creates and initializes a new MT362 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT362(File file)
Creates a new MT362 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. |
MT362(InputStream stream)
Creates a new MT362 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. |
MT362(int messageType,
String sender,
String receiver)
Deprecated.
Use instead
new MT362(sender, receiver) instead |
MT362(MtSwiftMessage m)
Creates an MT362 initialized with the parameter MtSwiftMessage.
|
MT362(String fin)
Creates a new MT362 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. |
MT362(String sender,
String receiver)
Creates and initializes a new MT362 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT362(SwiftMessage m)
Creates an MT362 initialized with the parameter SwiftMessage
|
| Modifier and Type | Method and Description |
|---|---|
MT362 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT362 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT362 |
append(Tag... tags)
Add all tags to the end of the block4.
|
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 MT362 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 MT362 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 MT362 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 MT362 is expected to be the only one. |
Field15E |
getField15E()
Iterates through block4 fields and return the first one whose name matches 15E,
or
null if none is found.The first occurrence of field 15E at MT362 is expected to be the only one. |
List<Field18A> |
getField18A()
Iterates through block4 fields and return all occurrences of fields whose names matches 18A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 18A at MT362 are expected at one sequence or across several sequences. |
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 MT362 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 MT362 is expected to be the only one. |
Field21B |
getField21B()
Iterates through block4 fields and return the first one whose name matches 21B,
or
null if none is found.The first occurrence of field 21B at MT362 is expected to be the only one. |
Field21N |
getField21N()
Iterates through block4 fields and return the first one whose name matches 21N,
or
null if none is found.The first occurrence of field 21N at MT362 is expected to be the only one. |
Field22A |
getField22A()
Iterates through block4 fields and return the first one whose name matches 22A,
or
null if none is found.The first occurrence of field 22A at MT362 is expected to be the only one. |
Field22C |
getField22C()
Iterates through block4 fields and return the first one whose name matches 22C,
or
null if none is found.The first occurrence of field 22C at MT362 is expected to be the only one. |
Field23A |
getField23A()
Iterates through block4 fields and return the first one whose name matches 23A,
or
null if none is found.The first occurrence of field 23A at MT362 is expected to be the only one. |
Field29A |
getField29A()
Iterates through block4 fields and return the first one whose name matches 29A,
or
null if none is found.The first occurrence of field 29A at MT362 is expected to be the only one. |
List<Field30F> |
getField30F()
Iterates through block4 fields and return all occurrences of fields whose names matches 30F,
or
Collections.emptyList() if none is found.Multiple occurrences of field 30F at MT362 are expected at one sequence or across several sequences. |
Field30P |
getField30P()
Iterates through block4 fields and return the first one whose name matches 30P,
or
null if none is found.The first occurrence of field 30P at MT362 is expected to be the only one. |
List<Field30Q> |
getField30Q()
Iterates through block4 fields and return all occurrences of fields whose names matches 30Q,
or
Collections.emptyList() if none is found.Multiple occurrences of field 30Q at MT362 are expected at one sequence or across several sequences. |
Field30V |
getField30V()
Iterates through block4 fields and return the first one whose name matches 30V,
or
null if none is found.The first occurrence of field 30V at MT362 is expected to be the only one. |
List<Field30X> |
getField30X()
Iterates through block4 fields and return all occurrences of fields whose names matches 30X,
or
Collections.emptyList() if none is found.Multiple occurrences of field 30X at MT362 are expected at one sequence or across several sequences. |
List<Field32H> |
getField32H()
Iterates through block4 fields and return all occurrences of fields whose names matches 32H,
or
Collections.emptyList() if none is found.Multiple occurrences of field 32H at MT362 are expected at one sequence or across several sequences. |
List<Field32M> |
getField32M()
Iterates through block4 fields and return all occurrences of fields whose names matches 32M,
or
Collections.emptyList() if none is found.Multiple occurrences of field 32M at MT362 are expected at one sequence or across several sequences. |
List<Field33E> |
getField33E()
Iterates through block4 fields and return all occurrences of fields whose names matches 33E,
or
Collections.emptyList() if none is found.Multiple occurrences of field 33E at MT362 are expected at one sequence or across several sequences. |
List<Field33F> |
getField33F()
Iterates through block4 fields and return all occurrences of fields whose names matches 33F,
or
Collections.emptyList() if none is found.Multiple occurrences of field 33F at MT362 are expected at one sequence or across several sequences. |
List<Field37G> |
getField37G()
Iterates through block4 fields and return all occurrences of fields whose names matches 37G,
or
Collections.emptyList() if none is found.Multiple occurrences of field 37G at MT362 are expected at one sequence or across several sequences. |
List<Field37M> |
getField37M()
Iterates through block4 fields and return all occurrences of fields whose names matches 37M,
or
Collections.emptyList() if none is found.Multiple occurrences of field 37M at MT362 are expected at one sequence or across several sequences. |
List<Field37N> |
getField37N()
Iterates through block4 fields and return all occurrences of fields whose names matches 37N,
or
Collections.emptyList() if none is found.Multiple occurrences of field 37N at MT362 are expected at one sequence or across several sequences. |
List<Field37R> |
getField37R()
Iterates through block4 fields and return all occurrences of fields whose names matches 37R,
or
Collections.emptyList() if none is found.Multiple occurrences of field 37R at MT362 are expected at one sequence or across several sequences. |
List<Field37V> |
getField37V()
Iterates through block4 fields and return all occurrences of fields whose names matches 37V,
or
Collections.emptyList() if none is found.Multiple occurrences of field 37V at MT362 are expected at one sequence or across several sequences. |
List<Field53A> |
getField53A()
Iterates through block4 fields and return all occurrences of fields whose names matches 53A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 53A at MT362 are expected at one sequence or across several sequences. |
List<Field53D> |
getField53D()
Iterates through block4 fields and return all occurrences of fields whose names matches 53D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 53D at MT362 are expected at one sequence or across several sequences. |
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 MT362 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 MT362 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 MT362 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 MT362 are expected at one sequence or across several sequences. |
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 MT362 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 MT362 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 MT362 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 MT362 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 MT362 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 MT362 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 MT362 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 MT362 are expected at one sequence or across several sequences. |
Field87A |
getField87A()
Iterates through block4 fields and return the first one whose name matches 87A,
or
null if none is found.The first occurrence of field 87A at MT362 is expected to be the only one. |
Field87D |
getField87D()
Iterates through block4 fields and return the first one whose name matches 87D,
or
null if none is found.The first occurrence of field 87D at MT362 is expected to be the only one. |
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 MT362 is expected to be the only one. |
String |
getMessageType()
Returns this MT number
|
MT362.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT362.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT362.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT362.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT362.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT362.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
List<MT362.SequenceC1> |
getSequenceC1List()
Get the list of SequenceC1 delimited by leading tag and end, with an optional tail.
|
static List<MT362.SequenceC1> |
getSequenceC1List(SwiftTagListBlock parentSequence)
Get the list of SequenceC1 delimited by leading tag and end, with an optional tail.
|
MT362.SequenceD |
getSequenceD()
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT362.SequenceD |
getSequenceD(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT362.SequenceE |
getSequenceE()
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT362.SequenceE |
getSequenceE(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
List<MT362.SequenceE1> |
getSequenceE1List()
Get the list of SequenceE1 delimited by leading tag and end, with an optional tail.
|
static List<MT362.SequenceE1> |
getSequenceE1List(SwiftTagListBlock parentSequence)
Get the list of SequenceE1 delimited by leading tag and end, with an optional tail.
|
static MT362 |
parse(File file)
Creates a new MT362 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 MT362 |
parse(InputStream stream)
Creates a new MT362 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 MT362 |
parse(MtSwiftMessage m)
Creates an MT362 initialized with the parameter MtSwiftMessage.
|
static MT362 |
parse(String fin)
Creates a new MT362 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT362 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 AGNT
SchemeConstantsA.AGNT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String AMND
SchemeConstantsA.AMND,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String BILA
SchemeConstantsB.BILA,
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 CAPBUYER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CAPSELLER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String COLLARBYER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String COLLARSLLR
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CORRBUYER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String CORRSELLER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String DUPL
SchemeConstantsD.DUPL,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FIXEDFIXED
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FIXEDFLOAT
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FLOATFIXED
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FLOATFLOAT
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FLOORBUYER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String FLOORSLLER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String GROSS
SchemeConstantsG.GROSS,
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 NEWT
SchemeConstantsN.NEWT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final String VARBUYER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String VARSELLER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String VOLABUYER
@Deprecated @ProwideDeprecated(phase3=_2018) public static final String VOLASELLER
public MT362(SwiftMessage m)
m - swift message with the MT362 contentpublic MT362(MtSwiftMessage m)
m - swift message with the MT362 content, the parameter can not be nullMT362(String)public MT362()
public MT362(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 MT362(int messageType, String sender, String receiver)
new MT362(sender, receiver) insteadmessageType parameter is actually ignored.MT362(String, String)public MT362(String fin)
fin - a string with the MT message in its FIN swift formatpublic MT362(InputStream stream) throws IOException
stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOExceptionpublic MT362(File file) throws IOException
file - a file with the MT message in its FIN swift format.IOExceptionpublic static MT362 parse(MtSwiftMessage m)
m - swift message with the MT362 contentnull if the parameter is nullMT362(String)public static MT362 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 MT362 parse(InputStream stream) throws IOException
stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOExceptionpublic static MT362 parse(File file) throws IOException
file - a file with the MT message in its FIN swift format.IOExceptionpublic String getMessageType()
getMessageType in class AbstractMTpublic MT362 append(SwiftTagListBlock block)
append in class AbstractMTblock - to appendpublic MT362 append(Tag... tags)
append in class AbstractMTtags - to appendpublic MT362 append(Field... fields)
append in class AbstractMTfields - 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 Field22A getField22A()
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 Field22C getField22C()
null if none is found.null if the field is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field23A getField23A()
null if none is found.null if the field is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21N getField21N()
null if none is found.null if the field is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21B getField21B()
null if none is found.null if the field is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30V getField30V()
null if none is found.null if the field is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30P getField30P()
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 Field87A getField87A()
null if none is found.null if the field is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field87D getField87D()
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 Field29A getField29A()
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 Field15C getField15C()
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 Field15E getField15E()
null if none is found.null if the field is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public List<Field37G> getField37G()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field30F> getField30F()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field32M> getField32M()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field53A> getField53A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field53D> getField53D()
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<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<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<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<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<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<Field33F> getField33F()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field30X> getField30X()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field30Q> getField30Q()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field37V> getField37V()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field37R> getField37R()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field37M> getField37M()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field32H> getField32H()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field33E> getField33E()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field37N> getField37N()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundIllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public List<Field18A> getField18A()
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 MT362.SequenceA getSequenceA()
@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceA within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceB getSequenceB()
@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceB within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceC getSequenceC()
@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceC getSequenceC(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceC within the complete message@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public List<MT362.SequenceC1> getSequenceC1List()
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public static List<MT362.SequenceC1> getSequenceC1List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceC1 within the complete messageSwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceD getSequenceD()
@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceD getSequenceD(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceD within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceE getSequenceE()
@SequenceStyle(value=SPLIT_BY_15) public MT362.SequenceE getSequenceE(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceE within the complete message@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public List<MT362.SequenceE1> getSequenceE1List()
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public static List<MT362.SequenceE1> getSequenceE1List(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceE1 within the complete messageSwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])