@Generated public class MT364 extends AbstractMT implements java.io.Serializable
This source code is specific to release SRU 2017
For additional resources check http://www.prowidesoftware.com/resources
| Modifier and Type | Class and Description |
|---|---|
static class |
MT364.SequenceA
Class for Sequence "A" of MT 364
|
static class |
MT364.SequenceB
Class for Sequence "B" of MT 364
|
static class |
MT364.SequenceE
Class for Sequence "E" of MT 364
|
static class |
MT364.SequenceL
Class for Sequence "L" of MT 364
|
static class |
MT364.SequenceM
Class for Sequence "M" of MT 364
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGNT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.AGNT
|
static java.lang.String |
AMND
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.AMND
|
static java.lang.String |
BILA
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsB.BILA
|
static java.lang.String |
CANC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CANC
|
static java.lang.String |
CAPBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CAPBUYER
|
static java.lang.String |
CAPSELLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CAPSELLER
|
static java.lang.String |
COLLARBYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.COLLARBYER
|
static java.lang.String |
COLLARSLLR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.COLLARSLLR
|
static java.lang.String |
DUPL
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsD.DUPL
|
static java.lang.String |
FIXEDFIXED
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FIXEDFIXED
|
static java.lang.String |
FIXEDFLOAT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FIXEDFLOAT
|
static java.lang.String |
FLOATFIXED
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOATFIXED
|
static java.lang.String |
FLOATFLOAT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOATFLOAT
|
static java.lang.String |
FLOORBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOORBUYER
|
static java.lang.String |
FLOORSLLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FLOORSLLER
|
static java.lang.String |
LAST
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsL.LAST
|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static java.lang.String |
NET
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NET
|
static java.lang.String |
NEWT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NEWT
|
static java.lang.String |
NEXT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NEXT
|
static java.lang.String |
OTHR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsO.OTHR
|
static java.lang.String |
PTRC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsP.PTRC
|
static java.lang.String |
PTRM
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsP.PTRM
|
static java.lang.String |
RCPN
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsR.RCPN
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static java.lang.String |
TERM
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsT.TERM
|
m| Constructor and Description |
|---|
MT364()
Creates and initializes a new MT364 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT364(java.io.File file)
Creates a new MT364 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. |
MT364(java.io.InputStream stream)
Creates a new MT364 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. |
MT364(int messageType,
java.lang.String sender,
java.lang.String receiver)
Deprecated.
Use instead
new MT364(sender, receiver) instead |
MT364(MtSwiftMessage m)
Creates an MT364 initialized with the parameter MtSwiftMessage.
|
MT364(java.lang.String fin)
Creates a new MT364 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. |
MT364(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT364 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT364(SwiftMessage m)
Creates an MT364 initialized with the parameter SwiftMessage
|
| Modifier and Type | Method and Description |
|---|---|
MT364 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT364 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT364 |
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 MT364 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 MT364 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 MT364 is expected to be the only one. |
Field15L |
getField15L()
Iterates through block4 fields and return the first one whose name matches 15L,
or
null if none is found.The first occurrence of field 15L at MT364 is expected to be the only one. |
Field15M |
getField15M()
Iterates through block4 fields and return the first one whose name matches 15M,
or
null if none is found.The first occurrence of field 15M at MT364 is expected to be the only one. |
Field20 |
getField20()
Iterates through block4 fields and return the first one whose name matches 20,
or
null if none is found.The first occurrence of field 20 at MT364 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 MT364 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 MT364 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 MT364 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 MT364 is expected to be the only one. |
Field22B |
getField22B()
Iterates through block4 fields and return the first one whose name matches 22B,
or
null if none is found.The first occurrence of field 22B at MT364 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 MT364 is expected to be the only one. |
Field22D |
getField22D()
Iterates through block4 fields and return the first one whose name matches 22D,
or
null if none is found.The first occurrence of field 22D at MT364 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 MT364 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 MT364 is expected to be the only one. |
java.util.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 MT364 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 MT364 is expected to be the only one. |
Field30Q |
getField30Q()
Iterates through block4 fields and return the first one whose name matches 30Q,
or
null if none is found.The first occurrence of field 30Q at MT364 is expected to be the only one. |
Field30T |
getField30T()
Iterates through block4 fields and return the first one whose name matches 30T,
or
null if none is found.The first occurrence of field 30T at MT364 is expected to be the only one. |
Field30V |
getField30V()
Iterates through block4 fields and return the first one whose name matches 30V,
or
null if none is found.The first occurrence of field 30V at MT364 is expected to be the only one. |
Field32B |
getField32B()
Iterates through block4 fields and return the first one whose name matches 32B,
or
null if none is found.The first occurrence of field 32B at MT364 is expected to be the only one. |
Field32G |
getField32G()
Iterates through block4 fields and return the first one whose name matches 32G,
or
null if none is found.The first occurrence of field 32G at MT364 is expected to be the only one. |
java.util.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 MT364 are expected at one sequence or across several sequences. |
java.util.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 MT364 are expected at one sequence or across several sequences. |
java.util.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 MT364 are expected at one sequence or across several sequences. |
Field37N |
getField37N()
Iterates through block4 fields and return the first one whose name matches 37N,
or
null if none is found.The first occurrence of field 37N at MT364 is expected to be the only one. |
java.util.List<Field53A> |
getField53A()
Iterates through block4 fields and return all occurrences of fields whose names matches 53A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 53A at MT364 are expected at one sequence or across several sequences. |
java.util.List<Field53D> |
getField53D()
Iterates through block4 fields and return all occurrences of fields whose names matches 53D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 53D at MT364 are expected at one sequence or across several sequences. |
java.util.List<Field56A> |
getField56A()
Iterates through block4 fields and return all occurrences of fields whose names matches 56A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 56A at MT364 are expected at one sequence or across several sequences. |
java.util.List<Field56D> |
getField56D()
Iterates through block4 fields and return all occurrences of fields whose names matches 56D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 56D at MT364 are expected at one sequence or across several sequences. |
java.util.List<Field57A> |
getField57A()
Iterates through block4 fields and return all occurrences of fields whose names matches 57A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 57A at MT364 are expected at one sequence or across several sequences. |
java.util.List<Field57D> |
getField57D()
Iterates through block4 fields and return all occurrences of fields whose names matches 57D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 57D at MT364 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 MT364 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 MT364 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 MT364 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 MT364 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 MT364 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 MT364 is expected to be the only one. |
java.util.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 MT364 are expected at one sequence or across several sequences. |
java.util.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 MT364 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 MT364 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 MT364 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 MT364 is expected to be the only one. |
java.lang.String |
getMessageType()
Returns this MT number
|
MT364.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT364.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT364.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT364.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT364.SequenceE |
getSequenceE()
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT364.SequenceE |
getSequenceE(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT364.SequenceL |
getSequenceL()
Get the single occurrence of SequenceL using field field 15 as sequence boundary.
|
MT364.SequenceL |
getSequenceL(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceL using field field 15 as sequence boundary.
|
MT364.SequenceM |
getSequenceM()
Get the single occurrence of SequenceM using field field 15 as sequence boundary.
|
MT364.SequenceM |
getSequenceM(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceM using field field 15 as sequence boundary.
|
static MT364 |
parse(java.io.File file)
Creates a new MT364 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 MT364 |
parse(java.io.InputStream stream)
Creates a new MT364 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 MT364 |
parse(MtSwiftMessage m)
Creates an MT364 initialized with the parameter MtSwiftMessage.
|
static MT364 |
parse(java.lang.String fin)
Creates a new MT364 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT364 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 java.lang.String NAME
MT@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String AGNT
SchemeConstantsA.AGNT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String AMND
SchemeConstantsA.AMND,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String BILA
SchemeConstantsB.BILA,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String CANC
SchemeConstantsC.CANC,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String CAPBUYER
SchemeConstantsC.CAPBUYER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String CAPSELLER
SchemeConstantsC.CAPSELLER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String COLLARBYER
SchemeConstantsC.COLLARBYER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String COLLARSLLR
SchemeConstantsC.COLLARSLLR,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String DUPL
SchemeConstantsD.DUPL,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String FIXEDFIXED
SchemeConstantsF.FIXEDFIXED,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String FIXEDFLOAT
SchemeConstantsF.FIXEDFLOAT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String FLOATFIXED
SchemeConstantsF.FLOATFIXED,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String FLOATFLOAT
SchemeConstantsF.FLOATFLOAT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String FLOORBUYER
SchemeConstantsF.FLOORBUYER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String FLOORSLLER
SchemeConstantsF.FLOORSLLER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String LAST
SchemeConstantsL.LAST,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String NET
SchemeConstantsN.NET,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String NEWT
SchemeConstantsN.NEWT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String NEXT
SchemeConstantsN.NEXT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String OTHR
SchemeConstantsO.OTHR,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String PTRC
SchemeConstantsP.PTRC,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String PTRM
SchemeConstantsP.PTRM,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String RCPN
SchemeConstantsR.RCPN,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String TERM
SchemeConstantsT.TERM,
Constant Field Valuespublic MT364(SwiftMessage m)
m - swift message with the MT364 contentpublic MT364(MtSwiftMessage m)
m - swift message with the MT364 content, the parameter can not be nullMT364(String)public MT364()
public MT364(java.lang.String sender,
java.lang.String receiver)
sender - the sender address as a bic8, bic11 or full logical terminal consisting of 12 charactersreceiver - the receiver address as a bic8, bic11 or full logical terminal consisting of 12 characters@Deprecated @ProwideDeprecated(phase3=_2018) public MT364(int messageType, java.lang.String sender, java.lang.String receiver)
new MT364(sender, receiver) insteadmessageType parameter is actually ignored.MT364(String, String)public MT364(java.lang.String fin)
fin - a string with the MT message in its FIN swift formatpublic MT364(java.io.InputStream stream)
throws java.io.IOException
stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOExceptionpublic MT364(java.io.File file)
throws java.io.IOException
file - a file with the MT message in its FIN swift format.java.io.IOExceptionpublic static MT364 parse(MtSwiftMessage m)
m - swift message with the MT364 contentnull if the parameter is nullMT364(String)public static MT364 parse(java.lang.String fin)
fin - a string with the MT message in its FIN swift format. fin may be null in which case this method returns nullpublic static MT364 parse(java.io.InputStream stream) throws java.io.IOException
stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOExceptionpublic static MT364 parse(java.io.File file) throws java.io.IOException
file - a file with the MT message in its FIN swift format.java.io.IOExceptionpublic java.lang.String getMessageType()
getMessageType in class AbstractMTpublic MT364 append(SwiftTagListBlock block)
append in class AbstractMTblock - to appendpublic MT364 append(Tag... tags)
append in class AbstractMTtags - to appendpublic MT364 append(Field... fields)
append in class AbstractMTfields - to appendpublic Field15A getField15A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field20 getField20()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21 getField21()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22A getField22A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field94A getField94A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22B getField22B()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22C getField22C()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field23A getField23A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21N getField21N()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21B getField21B()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30T getField30T()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30Q getField30Q()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30P getField30P()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field30V getField30V()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field32B getField32B()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field82A getField82A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field82D getField82D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field87A getField87A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field87D getField87D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field83A getField83A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field83D getField83D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field83J getField83J()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field22D getField22D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field32G getField32G()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field37N getField37N()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field29A getField29A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field72 getField72()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field15B getField15B()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field15E getField15E()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field15L getField15L()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field15M getField15M()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public java.util.List<Field37M> getField37M()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field37G> getField37G()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field30F> getField30F()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field32M> getField32M()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field53A> getField53A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field53D> getField53D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field56A> getField56A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field56D> getField56D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field86A> getField86A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field86D> getField86D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field57A> getField57A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field57D> getField57D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceA getSequenceA()
@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceA within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceB getSequenceB()
@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceB within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceE getSequenceE()
@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceE getSequenceE(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceE within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceL getSequenceL()
@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceL getSequenceL(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceL within the complete message@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceM getSequenceM()
@SequenceStyle(value=SPLIT_BY_15) public MT364.SequenceM getSequenceM(SwiftTagListBlock parentSequence)
parentSequence - an optional parent sequence or null to find SequenceM within the complete message