@Generated public class MT320 extends AbstractMT implements java.io.Serializable
SWIFT MT320 (ISO 15022) message structure:
This source code is specific to release SRU 2023
For additional resources check https://www.prowidesoftware.com/resources
Modifier and Type | Class and Description |
---|---|
static class |
MT320.SequenceA
Class to model Sequence "A" in MT 320.
|
static class |
MT320.SequenceB
Class to model Sequence "B" in MT 320.
|
static class |
MT320.SequenceC
Class to model Sequence "C" in MT 320.
|
static class |
MT320.SequenceD
Class to model Sequence "D" in MT 320.
|
static class |
MT320.SequenceE
Class to model Sequence "E" in MT 320.
|
static class |
MT320.SequenceF
Class to model Sequence "F" in MT 320.
|
static class |
MT320.SequenceG
Class to model Sequence "G" in MT 320.
|
static class |
MT320.SequenceH
Class to model Sequence "H" in MT 320.
|
static class |
MT320.SequenceI
Class to model Sequence "I" in MT 320.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after MT.
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
m
Constructor and Description |
---|
MT320()
Creates and initializes a new MT320 input message setting TEST BICS as sender and receiver.
|
MT320(java.io.File file)
Creates a new MT320 by parsing a file with the message content in its swift FIN format.
|
MT320(java.io.InputStream stream)
Creates a new MT320 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
MT320(MtSwiftMessage m)
Creates an MT320 initialized with the parameter MtSwiftMessage.
|
MT320(java.lang.String fin)
Creates a new MT320 by parsing a String with the message content in its swift FIN format.
|
MT320(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT320 input message from sender to receiver.
|
MT320(SwiftMessage m)
Creates an MT320 initialized with the parameter SwiftMessage.
|
Modifier and Type | Method and Description |
---|---|
MT320 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT320 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT320 |
append(Tag... tags)
Add all tags to the end of the block4.
|
static MT320 |
fromJson(java.lang.String json)
Creates an MT320 messages from its JSON representation.
|
Field14D |
getField14D()
Iterates through block4 fields and return the first one whose name matches 14D,
or null if none is found.
|
Field15A |
getField15A()
Iterates through block4 fields and return the first one whose name matches 15A,
or null if none is found.
|
Field15B |
getField15B()
Iterates through block4 fields and return the first one whose name matches 15B,
or null if none is found.
|
Field15C |
getField15C()
Iterates through block4 fields and return the first one whose name matches 15C,
or null if none is found.
|
Field15D |
getField15D()
Iterates through block4 fields and return the first one whose name matches 15D,
or null if none is found.
|
Field15E |
getField15E()
Iterates through block4 fields and return the first one whose name matches 15E,
or null if none is found.
|
Field15F |
getField15F()
Iterates through block4 fields and return the first one whose name matches 15F,
or null if none is found.
|
Field15G |
getField15G()
Iterates through block4 fields and return the first one whose name matches 15G,
or null if none is found.
|
Field15H |
getField15H()
Iterates through block4 fields and return the first one whose name matches 15H,
or null if none is found.
|
Field15I |
getField15I()
Iterates through block4 fields and return the first one whose name matches 15I,
or null if none is found.
|
Field17R |
getField17R()
Iterates through block4 fields and return the first one whose name matches 17R,
or null if none is found.
|
Field18A |
getField18A()
Iterates through block4 fields and return the first one whose name matches 18A,
or null if none is found.
|
Field20 |
getField20()
Iterates through block4 fields and return the first one whose name matches 20,
or null if none is found.
|
Field21 |
getField21()
Iterates through block4 fields and return the first one whose name matches 21,
or null if none is found.
|
Field21G |
getField21G()
Iterates through block4 fields and return the first one whose name matches 21G,
or null if none is found.
|
Field21N |
getField21N()
Iterates through block4 fields and return the first one whose name matches 21N,
or null if none is found.
|
Field22A |
getField22A()
Iterates through block4 fields and return the first one whose name matches 22A,
or null if none is found.
|
Field22B |
getField22B()
Iterates through block4 fields and return the first one whose name matches 22B,
or null if none is found.
|
Field22C |
getField22C()
Iterates through block4 fields and return the first one whose name matches 22C,
or null if none is found.
|
Field24D |
getField24D()
Iterates through block4 fields and return the first one whose name matches 24D,
or null if none is found.
|
Field26H |
getField26H()
Iterates through block4 fields and return the first one whose name matches 26H,
or null if none is found.
|
Field29A |
getField29A()
Iterates through block4 fields and return the first one whose name matches 29A,
or null if none is found.
|
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. |
Field30P |
getField30P()
Iterates through block4 fields and return the first one whose name matches 30P,
or null if none is found.
|
Field30T |
getField30T()
Iterates through block4 fields and return the first one whose name matches 30T,
or null if none is found.
|
Field30V |
getField30V()
Iterates through block4 fields and return the first one whose name matches 30V,
or null if none is found.
|
Field30X |
getField30X()
Iterates through block4 fields and return the first one whose name matches 30X,
or null if none is found.
|
Field32B |
getField32B()
Iterates through block4 fields and return the first one whose name matches 32B,
or null if none is found.
|
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. |
Field33B |
getField33B()
Iterates through block4 fields and return the first one whose name matches 33B,
or null if none is found.
|
Field33E |
getField33E()
Iterates through block4 fields and return the first one whose name matches 33E,
or null if none is found.
|
java.util.List<Field34C> |
getField34C()
Iterates through block4 fields and return all occurrences of fields whose names matches 34C,
or
Collections.emptyList() if none is found. |
Field34E |
getField34E()
Iterates through block4 fields and return the first one whose name matches 34E,
or null if none is found.
|
Field36 |
getField36()
Iterates through block4 fields and return the first one whose name matches 36,
or null if none is found.
|
Field37G |
getField37G()
Iterates through block4 fields and return the first one whose name matches 37G,
or null if none is found.
|
Field37L |
getField37L()
Iterates through block4 fields and return the first one whose name matches 37L,
or null if none is found.
|
Field38J |
getField38J()
Iterates through block4 fields and return the first one whose name matches 38J,
or null if none is found.
|
Field39M |
getField39M()
Iterates through block4 fields and return the first one whose name matches 39M,
or null if none is found.
|
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. |
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. |
java.util.List<Field53J> |
getField53J()
Iterates through block4 fields and return all occurrences of fields whose names matches 53J,
or
Collections.emptyList() if none is found. |
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. |
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. |
java.util.List<Field56J> |
getField56J()
Iterates through block4 fields and return all occurrences of fields whose names matches 56J,
or
Collections.emptyList() if none is found. |
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. |
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. |
java.util.List<Field57J> |
getField57J()
Iterates through block4 fields and return all occurrences of fields whose names matches 57J,
or
Collections.emptyList() if none is found. |
java.util.List<Field58A> |
getField58A()
Iterates through block4 fields and return all occurrences of fields whose names matches 58A,
or
Collections.emptyList() if none is found. |
java.util.List<Field58D> |
getField58D()
Iterates through block4 fields and return all occurrences of fields whose names matches 58D,
or
Collections.emptyList() if none is found. |
java.util.List<Field58J> |
getField58J()
Iterates through block4 fields and return all occurrences of fields whose names matches 58J,
or
Collections.emptyList() if none is found. |
Field71F |
getField71F()
Iterates through block4 fields and return the first one whose name matches 71F,
or null if none is found.
|
Field72 |
getField72()
Iterates through block4 fields and return the first one whose name matches 72,
or null if none is found.
|
Field77D |
getField77D()
Iterates through block4 fields and return the first one whose name matches 77D,
or null if none is found.
|
Field82A |
getField82A()
Iterates through block4 fields and return the first one whose name matches 82A,
or null if none is found.
|
Field82D |
getField82D()
Iterates through block4 fields and return the first one whose name matches 82D,
or null if none is found.
|
Field82J |
getField82J()
Iterates through block4 fields and return the first one whose name matches 82J,
or null if none is found.
|
Field83A |
getField83A()
Iterates through block4 fields and return the first one whose name matches 83A,
or null if none is found.
|
Field83D |
getField83D()
Iterates through block4 fields and return the first one whose name matches 83D,
or null if none is found.
|
Field83J |
getField83J()
Iterates through block4 fields and return the first one whose name matches 83J,
or null if none is found.
|
Field84A |
getField84A()
Iterates through block4 fields and return the first one whose name matches 84A,
or null if none is found.
|
Field84B |
getField84B()
Iterates through block4 fields and return the first one whose name matches 84B,
or null if none is found.
|
Field84D |
getField84D()
Iterates through block4 fields and return the first one whose name matches 84D,
or null if none is found.
|
Field84J |
getField84J()
Iterates through block4 fields and return the first one whose name matches 84J,
or null if none is found.
|
Field85A |
getField85A()
Iterates through block4 fields and return the first one whose name matches 85A,
or null if none is found.
|
Field85B |
getField85B()
Iterates through block4 fields and return the first one whose name matches 85B,
or null if none is found.
|
Field85D |
getField85D()
Iterates through block4 fields and return the first one whose name matches 85D,
or null if none is found.
|
Field85J |
getField85J()
Iterates through block4 fields and return the first one whose name matches 85J,
or null if none is found.
|
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. |
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. |
java.util.List<Field86J> |
getField86J()
Iterates through block4 fields and return all occurrences of fields whose names matches 86J,
or
Collections.emptyList() if none is found. |
Field87A |
getField87A()
Iterates through block4 fields and return the first one whose name matches 87A,
or null if none is found.
|
Field87D |
getField87D()
Iterates through block4 fields and return the first one whose name matches 87D,
or null if none is found.
|
Field87J |
getField87J()
Iterates through block4 fields and return the first one whose name matches 87J,
or null if none is found.
|
Field88A |
getField88A()
Iterates through block4 fields and return the first one whose name matches 88A,
or null if none is found.
|
Field88D |
getField88D()
Iterates through block4 fields and return the first one whose name matches 88D,
or null if none is found.
|
Field88J |
getField88J()
Iterates through block4 fields and return the first one whose name matches 88J,
or null if none is found.
|
Field94A |
getField94A()
Iterates through block4 fields and return the first one whose name matches 94A,
or null if none is found.
|
java.lang.String |
getMessageType()
Returns this MT number.
|
MT320.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT320.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT320.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT320.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT320.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT320.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT320.SequenceD |
getSequenceD()
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT320.SequenceD |
getSequenceD(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT320.SequenceE |
getSequenceE()
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT320.SequenceE |
getSequenceE(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT320.SequenceF |
getSequenceF()
Get the single occurrence of SequenceF using field field 15 as sequence boundary.
|
MT320.SequenceF |
getSequenceF(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceF using field field 15 as sequence boundary.
|
MT320.SequenceG |
getSequenceG()
Get the single occurrence of SequenceG using field field 15 as sequence boundary.
|
MT320.SequenceG |
getSequenceG(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceG using field field 15 as sequence boundary.
|
MT320.SequenceH |
getSequenceH()
Get the single occurrence of SequenceH using field field 15 as sequence boundary.
|
MT320.SequenceH |
getSequenceH(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceH using field field 15 as sequence boundary.
|
MT320.SequenceI |
getSequenceI()
Get the single occurrence of SequenceI using field field 15 as sequence boundary.
|
MT320.SequenceI |
getSequenceI(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceI using field field 15 as sequence boundary.
|
static MT320 |
parse(java.io.File file)
Creates a new MT320 by parsing a file with the message content in its swift FIN format.
|
static MT320 |
parse(java.io.InputStream stream)
Creates a new MT320 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
static MT320 |
parse(MtSwiftMessage m)
Creates an MT320 initialized with the parameter MtSwiftMessage.
|
static MT320 |
parse(java.lang.String fin)
Creates a new MT320 by parsing a String with the message content in its swift FIN format.
|
addField, containsSequence, containsSequenceList, create, create, getApplicationId, getFields, getLogicalTerminal, getMessagePriority, getMtId, getReceiver, getSender, getSequence, getSequence, getSequence, getSequenceList, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSignature, getSwiftMessage, getSwiftMessageNotNullOrException, getVariant, isIncoming, isInput, isOutgoing, isOutput, isType, message, nameFromClass, read, setReceiver, setReceiver, setSender, setSender, setSignature, setSwiftMessage, tag, tags, toJson, toString, write, write, xml
getMessageStandardType, isMT, isMX
public static final int SRU
public static final java.lang.String NAME
public MT320(SwiftMessage m)
m
- swift message with the MT320 contentpublic MT320(MtSwiftMessage m)
m
- swift message with the MT320 content, the parameter can not be nullMT320(String)
public MT320()
public MT320(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 characterspublic MT320(java.lang.String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT320(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
- if the stream data cannot be readpublic MT320(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
- if the file content cannot be readpublic static MT320 parse(MtSwiftMessage m)
m
- swift message with the MT320 contentMT320(String)
public static MT320 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 MT320 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
- if the stream data cannot be readpublic static MT320 parse(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
- if the file content cannot be readpublic java.lang.String getMessageType()
getMessageType
in class AbstractMT
public MT320 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT320 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT320 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic static MT320 fromJson(java.lang.String json)
For generic conversion of JSON into the corresponding MT instance
see AbstractMT.fromJson(String)
json
- a JSON representation of an MT320 messagepublic Field15A getField15A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field20 getField20()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field21 getField21()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22A getField22A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field94A getField94A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22B getField22B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22C getField22C()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field21N getField21N()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field82A getField82A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field82D getField82D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field82J getField82J()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field87A getField87A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field87D getField87D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field87J getField87J()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field83A getField83A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field83D getField83D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field83J getField83J()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field77D getField77D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15B getField15B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field17R getField17R()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field30T getField30T()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field30V getField30V()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field30P getField30P()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field32B getField32B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field30X getField30X()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field34E getField34E()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field37G getField37G()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field14D getField14D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field38J getField38J()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field39M getField39M()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15C getField15C()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15D getField15D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15E getField15E()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15F getField15F()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15G getField15G()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field37L getField37L()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field33B getField33B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field36 getField36()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field33E getField33E()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15H getField15H()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field29A getField29A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field24D getField24D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field84A getField84A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field84B getField84B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field84D getField84D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field84J getField84J()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field85A getField85A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field85B getField85B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field85D getField85D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field85J getField85J()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field88A getField88A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field88D getField88D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field88J getField88J()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field71F getField71F()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field26H getField26H()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field21G getField21G()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field72 getField72()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15I getField15I()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field18A getField18A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public java.util.List<Field53A> getField53A()
Collections.emptyList()
if none is found.
Multiple occurrences of field 53A at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 53D at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field53J> getField53J()
Collections.emptyList()
if none is found.
Multiple occurrences of field 53J at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 86A at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 86D at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field86J> getField86J()
Collections.emptyList()
if none is found.
Multiple occurrences of field 86J at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 56A at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 56D at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field56J> getField56J()
Collections.emptyList()
if none is found.
Multiple occurrences of field 56J at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 57A at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 57D at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field57J> getField57J()
Collections.emptyList()
if none is found.
Multiple occurrences of field 57J at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field58A> getField58A()
Collections.emptyList()
if none is found.
Multiple occurrences of field 58A at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field58D> getField58D()
Collections.emptyList()
if none is found.
Multiple occurrences of field 58D at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field58J> getField58J()
Collections.emptyList()
if none is found.
Multiple occurrences of field 58J at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field34C> getField34C()
Collections.emptyList()
if none is found.
Multiple occurrences of field 34C at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 30F at MT320 are expected at one sequence or across several sequences.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.
Multiple occurrences of field 32H at MT320 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceA getSequenceA()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceA within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceB getSequenceB()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceB within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceC getSequenceC()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceC getSequenceC(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceC within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceD getSequenceD()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceD getSequenceD(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceD within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceE getSequenceE()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceE getSequenceE(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceE within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceF getSequenceF()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceF getSequenceF(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceF within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceG getSequenceG()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceG getSequenceG(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceG within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceH getSequenceH()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceH getSequenceH(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceH within it@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceI getSequenceI()
@SequenceStyle(value=SPLIT_BY_15) public MT320.SequenceI getSequenceI(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceI within it