@Generated public class MT362 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 |
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.SequenceD
Class for Sequence "D" of MT 362
|
static class |
MT362.SequenceE
Class for Sequence "E" of MT 362
|
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 |
CORRBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CORRBUYER
|
static java.lang.String |
CORRSELLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CORRSELLER
|
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 |
GROSS
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsG.GROSS
|
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 int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static java.lang.String |
VARBUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VARBUYER
|
static java.lang.String |
VARSELLER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VARSELLER
|
static java.lang.String |
VOLABUYER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsV.VOLABUYER
|
static java.lang.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(java.io.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(java.io.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,
java.lang.String sender,
java.lang.String receiver)
Deprecated.
Use instead
new MT362(sender, receiver) instead |
MT362(MtSwiftMessage m)
Creates an MT362 initialized with the parameter MtSwiftMessage.
|
MT362(java.lang.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(java.lang.String sender,
java.lang.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. |
java.util.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. |
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 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. |
java.util.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. |
java.util.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. |
java.util.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. |
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 MT362 are expected at one sequence or across several sequences. |
java.util.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. |
java.util.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. |
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 MT362 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 MT362 are expected at one sequence or across several sequences. |
java.util.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. |
java.util.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. |
java.util.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. |
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 MT362 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 MT362 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 MT362 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 MT362 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 MT362 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 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. |
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 MT362 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 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. |
java.lang.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.
|
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.
|
static MT362 |
parse(java.io.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(java.io.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(java.lang.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, xml
getMessageStandardType, isMT, isMX
public 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 CORRBUYER
SchemeConstantsC.CORRBUYER
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String CORRSELLER
SchemeConstantsC.CORRSELLER
,
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 GROSS
SchemeConstantsG.GROSS
,
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 VARBUYER
SchemeConstantsV.VARBUYER
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String VARSELLER
SchemeConstantsV.VARSELLER
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String VOLABUYER
SchemeConstantsV.VOLABUYER
,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String VOLASELLER
SchemeConstantsV.VOLASELLER
,
Constant Field Valuespublic 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 null
MT362(String)
public MT362()
public MT362(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 MT362(int messageType, java.lang.String sender, java.lang.String receiver)
new MT362(sender, receiver)
insteadmessageType
parameter is actually ignored.MT362(String, String)
public MT362(java.lang.String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT362(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.IOException
public MT362(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
public static MT362 parse(MtSwiftMessage m)
m
- swift message with the MT362 contentnull
if the parameter is null
MT362(String)
public static MT362 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 MT362 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.IOException
public static MT362 parse(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
public java.lang.String getMessageType()
getMessageType
in class AbstractMT
public MT362 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT362 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT362 append(Field... fields)
append
in class AbstractMT
fields
- 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 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 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 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 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 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 Field15C getField15C()
null
if none is found.null
if the field is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15D getField15D()
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 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)
public java.util.List<Field33F> getField33F()
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<Field30X> getField30X()
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<Field30Q> getField30Q()
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<Field37V> getField37V()
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<Field37R> getField37R()
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<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<Field32H> getField32H()
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<Field33E> getField33E()
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<Field37N> getField37N()
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<Field18A> getField18A()
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 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=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