@Generated public class MT620 extends AbstractMT implements java.io.Serializable
SWIFT MT620 (ISO 15022) message structure:
This source code is specific to release SRU 2021
For additional resources check https://www.prowidesoftware.com/resources
Modifier and Type | Class and Description |
---|---|
static class |
MT620.SequenceA
Class to model Sequence "A" in MT 620.
|
static class |
MT620.SequenceB
Class to model Sequence "B" in MT 620.
|
static class |
MT620.SequenceC
Class to model Sequence "C" in MT 620.
|
static class |
MT620.SequenceD
Class to model Sequence "D" in MT 620.
|
static class |
MT620.SequenceE
Class to model Sequence "E" in MT 620.
|
static class |
MT620.SequenceF
Class to model Sequence "F" in MT 620.
|
static class |
MT620.SequenceG
Class to model Sequence "G" in MT 620.
|
static class |
MT620.SequenceG1
Class to model Sequence "G1" in MT 620.
|
static class |
MT620.SequenceH
Class to model Sequence "H" in MT 620.
|
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 |
---|
MT620()
Creates and initializes a new MT620 input message setting TEST BICS as sender and receiver.
|
MT620(java.io.File file)
Creates a new MT620 by parsing a file with the message content in its swift FIN format.
|
MT620(java.io.InputStream stream)
Creates a new MT620 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
MT620(MtSwiftMessage m)
Creates an MT620 initialized with the parameter MtSwiftMessage.
|
MT620(java.lang.String fin)
Creates a new MT620 by parsing a String with the message content in its swift FIN format.
|
MT620(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT620 input message from sender to receiver.
|
MT620(SwiftMessage m)
Creates an MT620 initialized with the parameter SwiftMessage.
|
Modifier and Type | Method and Description |
---|---|
MT620 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT620 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT620 |
append(Tag... tags)
Add all tags to the end of the block4.
|
static MT620 |
fromJson(java.lang.String json)
Creates an MT620 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.
|
Field17R |
getField17R()
Iterates through block4 fields and return the first one whose name matches 17R,
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.
|
Field22Z |
getField22Z()
Iterates through block4 fields and return the first one whose name matches 22Z,
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.
|
Field26C |
getField26C()
Iterates through block4 fields and return the first one whose name matches 26C,
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.
|
Field30F |
getField30F()
Iterates through block4 fields and return the first one whose name matches 30F,
or null 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.
|
Field32F |
getField32F()
Iterates through block4 fields and return the first one whose name matches 32F,
or null if none is found.
|
Field32H |
getField32H()
Iterates through block4 fields and return the first one whose name matches 32H,
or null if none is found.
|
Field32R |
getField32R()
Iterates through block4 fields and return the first one whose name matches 32R,
or null 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<Field33J> |
getField33J()
Iterates through block4 fields and return all occurrences of fields whose names matches 33J,
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.
|
Field34J |
getField34J()
Iterates through block4 fields and return the first one whose name matches 34J,
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.
|
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.
|
MT620.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT620.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT620.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT620.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT620.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT620.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT620.SequenceD |
getSequenceD()
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT620.SequenceD |
getSequenceD(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceD using field field 15 as sequence boundary.
|
MT620.SequenceE |
getSequenceE()
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT620.SequenceE |
getSequenceE(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceE using field field 15 as sequence boundary.
|
MT620.SequenceF |
getSequenceF()
Get the single occurrence of SequenceF using field field 15 as sequence boundary.
|
MT620.SequenceF |
getSequenceF(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceF using field field 15 as sequence boundary.
|
MT620.SequenceG |
getSequenceG()
Get the single occurrence of SequenceG using field field 15 as sequence boundary.
|
MT620.SequenceG |
getSequenceG(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceG using field field 15 as sequence boundary.
|
MT620.SequenceG1 |
getSequenceG1()
Get the single occurrence of SequenceG1 delimited by leading tag and end, with an optional tail.
|
MT620.SequenceG1 |
getSequenceG1(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceG1 delimited by leading tag and end, with an optional tail.
|
MT620.SequenceH |
getSequenceH()
Get the single occurrence of SequenceH using field field 15 as sequence boundary.
|
MT620.SequenceH |
getSequenceH(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceH using field field 15 as sequence boundary.
|
static MT620 |
parse(java.io.File file)
Creates a new MT620 by parsing a file with the message content in its swift FIN format.
|
static MT620 |
parse(java.io.InputStream stream)
Creates a new MT620 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
static MT620 |
parse(MtSwiftMessage m)
Creates an MT620 initialized with the parameter MtSwiftMessage.
|
static MT620 |
parse(java.lang.String fin)
Creates a new MT620 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 MT620(SwiftMessage m)
m
- swift message with the MT620 contentpublic MT620(MtSwiftMessage m)
m
- swift message with the MT620 content, the parameter can not be nullMT620(String)
public MT620()
public MT620(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 MT620(java.lang.String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT620(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 MT620(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 MT620 parse(MtSwiftMessage m)
m
- swift message with the MT620 contentMT620(String)
public static MT620 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 MT620 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 MT620 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 MT620 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT620 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT620 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic static MT620 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 MT620 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 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 Field26C getField26C()
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 Field32F getField32F()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field32H getField32H()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field32R getField32R()
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 Field34J getField34J()
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 Field30F getField30F()
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 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 Field22Z getField22Z()
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 java.util.List<Field53A> getField53A()
Collections.emptyList()
if none is found.
Multiple occurrences of field 53A at MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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 MT620 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<Field33J> getField33J()
Collections.emptyList()
if none is found.
Multiple occurrences of field 33J at MT620 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 MT620.SequenceA getSequenceA()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceA within it@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceB getSequenceB()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceB within it@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceC getSequenceC()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceC getSequenceC(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceC within it@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceD getSequenceD()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceD getSequenceD(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceD within it@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceE getSequenceE()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceE getSequenceE(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceE within it@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceF getSequenceF()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceF getSequenceF(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceF within it@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceG getSequenceG()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceG getSequenceG(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceG within it@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT620.SequenceG1 getSequenceG1()
SwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])
@SequenceStyle(value=GENERATED_FIXED_WITH_OPTIONAL_TAIL) public MT620.SequenceG1 getSequenceG1(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceG1 within itSwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceH getSequenceH()
@SequenceStyle(value=SPLIT_BY_15) public MT620.SequenceH getSequenceH(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceH within it