Class MT341

  • All Implemented Interfaces:
    JsonSerializable, java.io.Serializable

    @Generated
    public class MT341
    extends AbstractMT
    implements java.io.Serializable
    MT 341 - Forward Rate Agreement Settlement Confirmation.

    SWIFT MT341 (ISO 15022) message structure:

    • Sequence A (M)
      • Field 15 A (M)
      • Field 20 (M)
      • Field 21 (O)
      • Field 22 A (M)
      • Field 94 A (O)
      • Field 22 C (M)
      • Field 23 D (M)
      • Field 21 N (O)
      • Field 21 B (O)
      • Field 82 A,D (M)
      • Field 87 A,D (M)
      • Field 29 A (O)
      • Field 72 (O)
    • Sequence B (M)
      • Field 15 B (M)
      • Field 30 T (M)
      • Field 32 B (M)
      • Field 30 F (M)
      • Field 30 P (M)
      • Field 37 M (M)
      • Sequence B1 (O)
        • Field 30 V (O)
        • Field 38 D (O)
      • Field 39 M (O)
    • Sequence C (M)
      • Field 15 C (M)
      • Field 37 R (M)
      • Field 34 E (M)
      • Field 53 A,D,J (O)
      • Field 86 A,D,J (O)
      • Field 56 A,D,J (O)
      • Field 57 A,D,J (M)
      • Field 58 A,D,J (O)
    • Sequence D (O)
      • Field 15 D (M)
      • Sequence D1 (O) (repetitive)
        • Field 22 L (M)
        • Field 91 A,D,J (O)
        • Sequence D1a (O) (repetitive)
          • Field 22 M (M)
          • Field 22 N (M)
          • Sequence D1a1 (O) (repetitive)
            • Field 22 P (M)
            • Field 22 R (M)
      • Field 96 A,D,J (O)
      • Field 22 S (O) (repetitive)
      • Field 22 T (O)
      • Field 17 E (O)
      • Field 22 U (O)
      • Field 35 B (O)
      • Field 17 H (O)
      • Field 17 P (O)
      • Field 22 V (O)
      • Field 98 D (O)
      • Field 17 W (O)
      • Field 17 Y (O)
      • Field 17 Z (O)
      • Field 22 Q (O)
      • Field 17 L (O)
      • Field 17 M (O)
      • Field 17 Q (O)
      • Field 17 S (O)
      • Field 17 X (O)
      • Field 34 C (O) (repetitive)
      • Field 77 A (O)

    This source code is specific to release SRU 2022

    For additional resources check https://www.prowidesoftware.com/resources

    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MT341.SequenceA
      Class to model Sequence "A" in MT 341.
      static class  MT341.SequenceB
      Class to model Sequence "B" in MT 341.
      static class  MT341.SequenceC
      Class to model Sequence "C" in MT 341.
      static class  MT341.SequenceD
      Class to model Sequence "D" in MT 341.
      static class  MT341.SequenceD1
      Class to model Sequence "D1" in MT 341.
      static class  MT341.SequenceD1a
      Class to model Sequence "D1a" in MT 341.
      static class  MT341.SequenceD1a1
      Class to model Sequence "D1a1" in MT 341.
    • Field Summary

      Fields 
      Modifier and Type Field 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.
      • Fields inherited from class com.prowidesoftware.swift.model.mt.AbstractMT

        m
    • Constructor Summary

      Constructors 
      Constructor Description
      MT341()
      Creates and initializes a new MT341 input message setting TEST BICS as sender and receiver.
      MT341​(MtSwiftMessage m)
      Creates an MT341 initialized with the parameter MtSwiftMessage.
      MT341​(SwiftMessage m)
      Creates an MT341 initialized with the parameter SwiftMessage.
      MT341​(java.io.File file)
      Creates a new MT341 by parsing a file with the message content in its swift FIN format.
      MT341​(java.io.InputStream stream)
      Creates a new MT341 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
      MT341​(java.lang.String fin)
      Creates a new MT341 by parsing a String with the message content in its swift FIN format.
      MT341​(java.lang.String sender, java.lang.String receiver)
      Creates and initializes a new MT341 input message from sender to receiver.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MT341 append​(Field... fields)
      Add all the fields to the end of the block4.
      MT341 append​(SwiftTagListBlock block)
      Add all tags from block to the end of the block4.
      MT341 append​(Tag... tags)
      Add all tags to the end of the block4.
      static MT341 fromJson​(java.lang.String json)
      Creates an MT341 messages from its JSON representation.
      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.
      Field17E getField17E()
      Iterates through block4 fields and return the first one whose name matches 17E, or null if none is found.
      Field17H getField17H()
      Iterates through block4 fields and return the first one whose name matches 17H, or null if none is found.
      Field17L getField17L()
      Iterates through block4 fields and return the first one whose name matches 17L, or null if none is found.
      Field17M getField17M()
      Iterates through block4 fields and return the first one whose name matches 17M, or null if none is found.
      Field17P getField17P()
      Iterates through block4 fields and return the first one whose name matches 17P, or null if none is found.
      Field17Q getField17Q()
      Iterates through block4 fields and return the first one whose name matches 17Q, or null if none is found.
      Field17S getField17S()
      Iterates through block4 fields and return the first one whose name matches 17S, or null if none is found.
      Field17W getField17W()
      Iterates through block4 fields and return the first one whose name matches 17W, or null if none is found.
      Field17X getField17X()
      Iterates through block4 fields and return the first one whose name matches 17X, or null if none is found.
      Field17Y getField17Y()
      Iterates through block4 fields and return the first one whose name matches 17Y, or null if none is found.
      Field17Z getField17Z()
      Iterates through block4 fields and return the first one whose name matches 17Z, 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.
      Field21B getField21B()
      Iterates through block4 fields and return the first one whose name matches 21B, 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.
      Field22C getField22C()
      Iterates through block4 fields and return the first one whose name matches 22C, or null if none is found.
      java.util.List<Field22L> getField22L()
      Iterates through block4 fields and return all occurrences of fields whose names matches 22L, or Collections.emptyList() if none is found.
      java.util.List<Field22M> getField22M()
      Iterates through block4 fields and return all occurrences of fields whose names matches 22M, or Collections.emptyList() if none is found.
      java.util.List<Field22N> getField22N()
      Iterates through block4 fields and return all occurrences of fields whose names matches 22N, or Collections.emptyList() if none is found.
      java.util.List<Field22P> getField22P()
      Iterates through block4 fields and return all occurrences of fields whose names matches 22P, or Collections.emptyList() if none is found.
      Field22Q getField22Q()
      Iterates through block4 fields and return the first one whose name matches 22Q, or null if none is found.
      java.util.List<Field22R> getField22R()
      Iterates through block4 fields and return all occurrences of fields whose names matches 22R, or Collections.emptyList() if none is found.
      java.util.List<Field22S> getField22S()
      Iterates through block4 fields and return all occurrences of fields whose names matches 22S, or Collections.emptyList() if none is found.
      Field22T getField22T()
      Iterates through block4 fields and return the first one whose name matches 22T, or null if none is found.
      Field22U getField22U()
      Iterates through block4 fields and return the first one whose name matches 22U, or null if none is found.
      Field22V getField22V()
      Iterates through block4 fields and return the first one whose name matches 22V, or null if none is found.
      Field23D getField23D()
      Iterates through block4 fields and return the first one whose name matches 23D, 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.
      Field32B getField32B()
      Iterates through block4 fields and return the first one whose name matches 32B, 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.
      Field35B getField35B()
      Iterates through block4 fields and return the first one whose name matches 35B, or null if none is found.
      Field37M getField37M()
      Iterates through block4 fields and return the first one whose name matches 37M, or null if none is found.
      Field37R getField37R()
      Iterates through block4 fields and return the first one whose name matches 37R, or null if none is found.
      Field38D getField38D()
      Iterates through block4 fields and return the first one whose name matches 38D, 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.
      Field53A getField53A()
      Iterates through block4 fields and return the first one whose name matches 53A, or null if none is found.
      Field53D getField53D()
      Iterates through block4 fields and return the first one whose name matches 53D, or null if none is found.
      Field53J getField53J()
      Iterates through block4 fields and return the first one whose name matches 53J, or null if none is found.
      Field56A getField56A()
      Iterates through block4 fields and return the first one whose name matches 56A, or null if none is found.
      Field56D getField56D()
      Iterates through block4 fields and return the first one whose name matches 56D, or null if none is found.
      Field56J getField56J()
      Iterates through block4 fields and return the first one whose name matches 56J, or null if none is found.
      Field57A getField57A()
      Iterates through block4 fields and return the first one whose name matches 57A, or null if none is found.
      Field57D getField57D()
      Iterates through block4 fields and return the first one whose name matches 57D, or null if none is found.
      Field57J getField57J()
      Iterates through block4 fields and return the first one whose name matches 57J, or null if none is found.
      Field58A getField58A()
      Iterates through block4 fields and return the first one whose name matches 58A, or null if none is found.
      Field58D getField58D()
      Iterates through block4 fields and return the first one whose name matches 58D, or null if none is found.
      Field58J getField58J()
      Iterates through block4 fields and return the first one whose name matches 58J, 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.
      Field77A getField77A()
      Iterates through block4 fields and return the first one whose name matches 77A, 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.
      Field86A getField86A()
      Iterates through block4 fields and return the first one whose name matches 86A, or null if none is found.
      Field86D getField86D()
      Iterates through block4 fields and return the first one whose name matches 86D, or null if none is found.
      Field86J getField86J()
      Iterates through block4 fields and return the first one whose name matches 86J, or null 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.
      java.util.List<Field91A> getField91A()
      Iterates through block4 fields and return all occurrences of fields whose names matches 91A, or Collections.emptyList() if none is found.
      java.util.List<Field91D> getField91D()
      Iterates through block4 fields and return all occurrences of fields whose names matches 91D, or Collections.emptyList() if none is found.
      java.util.List<Field91J> getField91J()
      Iterates through block4 fields and return all occurrences of fields whose names matches 91J, or Collections.emptyList() 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.
      Field96A getField96A()
      Iterates through block4 fields and return the first one whose name matches 96A, or null if none is found.
      Field96D getField96D()
      Iterates through block4 fields and return the first one whose name matches 96D, or null if none is found.
      Field96J getField96J()
      Iterates through block4 fields and return the first one whose name matches 96J, or null if none is found.
      Field98D getField98D()
      Iterates through block4 fields and return the first one whose name matches 98D, or null if none is found.
      java.lang.String getMessageType()
      Returns this MT number.
      MT341.SequenceA getSequenceA()
      Get the single occurrence of SequenceA using field field 15 as sequence boundary.
      MT341.SequenceA getSequenceA​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceA using field field 15 as sequence boundary.
      MT341.SequenceB getSequenceB()
      Get the single occurrence of SequenceB using field field 15 as sequence boundary.
      MT341.SequenceB getSequenceB​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceB using field field 15 as sequence boundary.
      MT341.SequenceC getSequenceC()
      Get the single occurrence of SequenceC using field field 15 as sequence boundary.
      MT341.SequenceC getSequenceC​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceC using field field 15 as sequence boundary.
      MT341.SequenceD getSequenceD()
      Get the single occurrence of SequenceD using field field 15 as sequence boundary.
      MT341.SequenceD getSequenceD​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceD using field field 15 as sequence boundary.
      java.util.List<MT341.SequenceD1a1> getSequenceD1a1List()
      Get the list of SequenceD1a1 delimited by leading tag and end, with an optional tail.
      static java.util.List<MT341.SequenceD1a1> getSequenceD1a1List​(SwiftTagListBlock parentSequence)
      Get the list of SequenceD1a1 delimited by leading tag and end, with an optional tail.
      java.util.List<MT341.SequenceD1a> getSequenceD1aList()
      Get the list of SequenceD1a delimited by leading tag and end, with an optional tail.
      static java.util.List<MT341.SequenceD1a> getSequenceD1aList​(SwiftTagListBlock parentSequence)
      Get the list of SequenceD1a delimited by leading tag and end, with an optional tail.
      static MT341 parse​(MtSwiftMessage m)
      Creates an MT341 initialized with the parameter MtSwiftMessage.
      static MT341 parse​(java.io.File file)
      Creates a new MT341 by parsing a file with the message content in its swift FIN format.
      static MT341 parse​(java.io.InputStream stream)
      Creates a new MT341 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
      static MT341 parse​(java.lang.String fin)
      Creates a new MT341 by parsing a String with the message content in its swift FIN format.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • SRU

        public static final int SRU
        Constant identifying the SRU to which this class belongs to.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Constant for MT name, this is part of the classname, after MT.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MT341

        public MT341​(SwiftMessage m)
        Creates an MT341 initialized with the parameter SwiftMessage.
        Parameters:
        m - swift message with the MT341 content
      • MT341

        public MT341​(MtSwiftMessage m)
        Creates an MT341 initialized with the parameter MtSwiftMessage.
        Parameters:
        m - swift message with the MT341 content, the parameter can not be null
        See Also:
        MT341(String)
      • MT341

        public MT341()
        Creates and initializes a new MT341 input message setting TEST BICS as sender and receiver. All mandatory header attributes are completed with default values.
        Since:
        7.6
      • MT341

        public MT341​(java.lang.String sender,
                     java.lang.String receiver)
        Creates and initializes a new MT341 input message from sender to receiver. All mandatory header attributes are completed with default values. In particular the sender and receiver addresses will be filled with proper default LT identifier and branch codes if not provided,
        Parameters:
        sender - the sender address as a bic8, bic11 or full logical terminal consisting of 12 characters
        receiver - the receiver address as a bic8, bic11 or full logical terminal consisting of 12 characters
        Since:
        7.7
      • MT341

        public MT341​(java.lang.String fin)
        Creates a new MT341 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.
        Parameters:
        fin - a string with the MT message in its FIN swift format
        Since:
        7.7
      • MT341

        public MT341​(java.io.InputStream stream)
              throws java.io.IOException
        Creates a new MT341 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.
        Parameters:
        stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.
        Throws:
        java.io.IOException - if the stream data cannot be read
        Since:
        7.7
      • MT341

        public MT341​(java.io.File file)
              throws java.io.IOException
        Creates a new MT341 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.
        Parameters:
        file - a file with the MT message in its FIN swift format.
        Throws:
        java.io.IOException - if the file content cannot be read
        Since:
        7.7
    • Method Detail

      • parse

        public static MT341 parse​(MtSwiftMessage m)
        Creates an MT341 initialized with the parameter MtSwiftMessage.
        Parameters:
        m - swift message with the MT341 content
        Returns:
        the created object or null if the parameter is null
        Since:
        7.7
        See Also:
        MT341(String)
      • parse

        public static MT341 parse​(java.lang.String fin)
        Creates a new MT341 by parsing a String with the message content in its swift FIN format. If the fin parameter cannot be parsed, the returned MT341 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.
        Parameters:
        fin - a string with the MT message in its FIN swift format. fin may be null in which case this method returns null
        Returns:
        a new instance of MT341 or null if fin is null
        Since:
        7.7
      • parse

        public static MT341 parse​(java.io.InputStream stream)
                           throws java.io.IOException
        Creates a new MT341 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.
        Parameters:
        stream - an input stream in UTF-8 encoding with the MT message in its FIN swift format.
        Returns:
        a new instance of MT341 or null if stream is null or the message cannot be parsed
        Throws:
        java.io.IOException - if the stream data cannot be read
        Since:
        7.7
      • parse

        public static MT341 parse​(java.io.File file)
                           throws java.io.IOException
        Creates a new MT341 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.
        Parameters:
        file - a file with the MT message in its FIN swift format.
        Returns:
        a new instance of MT341 or null if; file is null, does not exist, can't be read, is not a file or the message cannot be parsed
        Throws:
        java.io.IOException - if the file content cannot be read
        Since:
        7.7
      • getMessageType

        public java.lang.String getMessageType()
        Returns this MT number.
        Specified by:
        getMessageType in class AbstractMT
        Returns:
        the message type number of this MT
        Since:
        6.4
      • append

        public MT341 append​(SwiftTagListBlock block)
        Add all tags from block to the end of the block4.
        Overrides:
        append in class AbstractMT
        Parameters:
        block - to append
        Returns:
        this object to allow method chaining
        Since:
        7.6
      • append

        public MT341 append​(Tag... tags)
        Add all tags to the end of the block4.
        Overrides:
        append in class AbstractMT
        Parameters:
        tags - to append
        Returns:
        this object to allow method chaining
        Since:
        7.6
      • append

        public MT341 append​(Field... fields)
        Add all the fields to the end of the block4.
        Overrides:
        append in class AbstractMT
        Parameters:
        fields - to append
        Returns:
        this object to allow method chaining
        Since:
        7.6
      • fromJson

        public static MT341 fromJson​(java.lang.String json)
        Creates an MT341 messages from its JSON representation.

        For generic conversion of JSON into the corresponding MT instance see AbstractMT.fromJson(String)

        Parameters:
        json - a JSON representation of an MT341 message
        Returns:
        a new instance of MT341
        Since:
        7.10.3
      • getField15A

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field15A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField20

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field20 object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField21

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field21 object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField22A

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field22A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField94A

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field94A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField22C

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field22C object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField23D

        public Field23D getField23D()
        Iterates through block4 fields and return the first one whose name matches 23D, or null if none is found. The first occurrence of field 23D at MT341 is expected to be the only one.
        Returns:
        a Field23D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField21N

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field21N object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField21B

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field21B object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField82A

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field82A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField82D

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field82D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField87A

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field87A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField87D

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field87D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField29A

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field29A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField72

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field72 object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField15B

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field15B object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField30T

        public Field30T getField30T()
        Iterates through block4 fields and return the first one whose name matches 30T, or null if none is found. The first occurrence of field 30T at MT341 is expected to be the only one.
        Returns:
        a Field30T object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField32B

        public Field32B getField32B()
        Iterates through block4 fields and return the first one whose name matches 32B, or null if none is found. The first occurrence of field 32B at MT341 is expected to be the only one.
        Returns:
        a Field32B object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField30F

        public Field30F getField30F()
        Iterates through block4 fields and return the first one whose name matches 30F, or null if none is found. The first occurrence of field 30F at MT341 is expected to be the only one.
        Returns:
        a Field30F object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField30P

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field30P object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField37M

        public Field37M getField37M()
        Iterates through block4 fields and return the first one whose name matches 37M, or null if none is found. The first occurrence of field 37M at MT341 is expected to be the only one.
        Returns:
        a Field37M object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField30V

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field30V object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField38D

        public Field38D getField38D()
        Iterates through block4 fields and return the first one whose name matches 38D, or null if none is found. The first occurrence of field 38D at MT341 is expected to be the only one.
        Returns:
        a Field38D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField39M

        public Field39M getField39M()
        Iterates through block4 fields and return the first one whose name matches 39M, or null if none is found. The first occurrence of field 39M at MT341 is expected to be the only one.
        Returns:
        a Field39M object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField15C

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field15C object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField37R

        public Field37R getField37R()
        Iterates through block4 fields and return the first one whose name matches 37R, or null if none is found. The first occurrence of field 37R at MT341 is expected to be the only one.
        Returns:
        a Field37R object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField34E

        public Field34E getField34E()
        Iterates through block4 fields and return the first one whose name matches 34E, or null if none is found. The first occurrence of field 34E at MT341 is expected to be the only one.
        Returns:
        a Field34E object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField53A

        public Field53A getField53A()
        Iterates through block4 fields and return the first one whose name matches 53A, or null if none is found. The first occurrence of field 53A at MT341 is expected to be the only one.
        Returns:
        a Field53A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField53D

        public Field53D getField53D()
        Iterates through block4 fields and return the first one whose name matches 53D, or null if none is found. The first occurrence of field 53D at MT341 is expected to be the only one.
        Returns:
        a Field53D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField53J

        public Field53J getField53J()
        Iterates through block4 fields and return the first one whose name matches 53J, or null if none is found. The first occurrence of field 53J at MT341 is expected to be the only one.
        Returns:
        a Field53J object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField86A

        public Field86A getField86A()
        Iterates through block4 fields and return the first one whose name matches 86A, or null if none is found. The first occurrence of field 86A at MT341 is expected to be the only one.
        Returns:
        a Field86A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField86D

        public Field86D getField86D()
        Iterates through block4 fields and return the first one whose name matches 86D, or null if none is found. The first occurrence of field 86D at MT341 is expected to be the only one.
        Returns:
        a Field86D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField86J

        public Field86J getField86J()
        Iterates through block4 fields and return the first one whose name matches 86J, or null if none is found. The first occurrence of field 86J at MT341 is expected to be the only one.
        Returns:
        a Field86J object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField56A

        public Field56A getField56A()
        Iterates through block4 fields and return the first one whose name matches 56A, or null if none is found. The first occurrence of field 56A at MT341 is expected to be the only one.
        Returns:
        a Field56A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField56D

        public Field56D getField56D()
        Iterates through block4 fields and return the first one whose name matches 56D, or null if none is found. The first occurrence of field 56D at MT341 is expected to be the only one.
        Returns:
        a Field56D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField56J

        public Field56J getField56J()
        Iterates through block4 fields and return the first one whose name matches 56J, or null if none is found. The first occurrence of field 56J at MT341 is expected to be the only one.
        Returns:
        a Field56J object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField57A

        public Field57A getField57A()
        Iterates through block4 fields and return the first one whose name matches 57A, or null if none is found. The first occurrence of field 57A at MT341 is expected to be the only one.
        Returns:
        a Field57A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField57D

        public Field57D getField57D()
        Iterates through block4 fields and return the first one whose name matches 57D, or null if none is found. The first occurrence of field 57D at MT341 is expected to be the only one.
        Returns:
        a Field57D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField57J

        public Field57J getField57J()
        Iterates through block4 fields and return the first one whose name matches 57J, or null if none is found. The first occurrence of field 57J at MT341 is expected to be the only one.
        Returns:
        a Field57J object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField58A

        public Field58A getField58A()
        Iterates through block4 fields and return the first one whose name matches 58A, or null if none is found. The first occurrence of field 58A at MT341 is expected to be the only one.
        Returns:
        a Field58A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField58D

        public Field58D getField58D()
        Iterates through block4 fields and return the first one whose name matches 58D, or null if none is found. The first occurrence of field 58D at MT341 is expected to be the only one.
        Returns:
        a Field58D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField58J

        public Field58J getField58J()
        Iterates through block4 fields and return the first one whose name matches 58J, or null if none is found. The first occurrence of field 58J at MT341 is expected to be the only one.
        Returns:
        a Field58J object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField15D

        public 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 MT341 is expected to be the only one.
        Returns:
        a Field15D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField96A

        public Field96A getField96A()
        Iterates through block4 fields and return the first one whose name matches 96A, or null if none is found. The first occurrence of field 96A at MT341 is expected to be the only one.
        Returns:
        a Field96A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField96D

        public Field96D getField96D()
        Iterates through block4 fields and return the first one whose name matches 96D, or null if none is found. The first occurrence of field 96D at MT341 is expected to be the only one.
        Returns:
        a Field96D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField96J

        public Field96J getField96J()
        Iterates through block4 fields and return the first one whose name matches 96J, or null if none is found. The first occurrence of field 96J at MT341 is expected to be the only one.
        Returns:
        a Field96J object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField22T

        public Field22T getField22T()
        Iterates through block4 fields and return the first one whose name matches 22T, or null if none is found. The first occurrence of field 22T at MT341 is expected to be the only one.
        Returns:
        a Field22T object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17E

        public Field17E getField17E()
        Iterates through block4 fields and return the first one whose name matches 17E, or null if none is found. The first occurrence of field 17E at MT341 is expected to be the only one.
        Returns:
        a Field17E object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField22U

        public Field22U getField22U()
        Iterates through block4 fields and return the first one whose name matches 22U, or null if none is found. The first occurrence of field 22U at MT341 is expected to be the only one.
        Returns:
        a Field22U object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField35B

        public Field35B getField35B()
        Iterates through block4 fields and return the first one whose name matches 35B, or null if none is found. The first occurrence of field 35B at MT341 is expected to be the only one.
        Returns:
        a Field35B object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17H

        public Field17H getField17H()
        Iterates through block4 fields and return the first one whose name matches 17H, or null if none is found. The first occurrence of field 17H at MT341 is expected to be the only one.
        Returns:
        a Field17H object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17P

        public Field17P getField17P()
        Iterates through block4 fields and return the first one whose name matches 17P, or null if none is found. The first occurrence of field 17P at MT341 is expected to be the only one.
        Returns:
        a Field17P object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField22V

        public Field22V getField22V()
        Iterates through block4 fields and return the first one whose name matches 22V, or null if none is found. The first occurrence of field 22V at MT341 is expected to be the only one.
        Returns:
        a Field22V object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField98D

        public Field98D getField98D()
        Iterates through block4 fields and return the first one whose name matches 98D, or null if none is found. The first occurrence of field 98D at MT341 is expected to be the only one.
        Returns:
        a Field98D object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17W

        public Field17W getField17W()
        Iterates through block4 fields and return the first one whose name matches 17W, or null if none is found. The first occurrence of field 17W at MT341 is expected to be the only one.
        Returns:
        a Field17W object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17Y

        public Field17Y getField17Y()
        Iterates through block4 fields and return the first one whose name matches 17Y, or null if none is found. The first occurrence of field 17Y at MT341 is expected to be the only one.
        Returns:
        a Field17Y object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17Z

        public Field17Z getField17Z()
        Iterates through block4 fields and return the first one whose name matches 17Z, or null if none is found. The first occurrence of field 17Z at MT341 is expected to be the only one.
        Returns:
        a Field17Z object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField22Q

        public Field22Q getField22Q()
        Iterates through block4 fields and return the first one whose name matches 22Q, or null if none is found. The first occurrence of field 22Q at MT341 is expected to be the only one.
        Returns:
        a Field22Q object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17L

        public Field17L getField17L()
        Iterates through block4 fields and return the first one whose name matches 17L, or null if none is found. The first occurrence of field 17L at MT341 is expected to be the only one.
        Returns:
        a Field17L object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17M

        public Field17M getField17M()
        Iterates through block4 fields and return the first one whose name matches 17M, or null if none is found. The first occurrence of field 17M at MT341 is expected to be the only one.
        Returns:
        a Field17M object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17Q

        public Field17Q getField17Q()
        Iterates through block4 fields and return the first one whose name matches 17Q, or null if none is found. The first occurrence of field 17Q at MT341 is expected to be the only one.
        Returns:
        a Field17Q object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17S

        public Field17S getField17S()
        Iterates through block4 fields and return the first one whose name matches 17S, or null if none is found. The first occurrence of field 17S at MT341 is expected to be the only one.
        Returns:
        a Field17S object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField17X

        public Field17X getField17X()
        Iterates through block4 fields and return the first one whose name matches 17X, or null if none is found. The first occurrence of field 17X at MT341 is expected to be the only one.
        Returns:
        a Field17X object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField77A

        public Field77A getField77A()
        Iterates through block4 fields and return the first one whose name matches 77A, or null if none is found. The first occurrence of field 77A at MT341 is expected to be the only one.
        Returns:
        a Field77A object or null if the field is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagByName(String)
      • getField22L

        public java.util.List<Field22L> getField22L()
        Iterates through block4 fields and return all occurrences of fields whose names matches 22L, or Collections.emptyList() if none is found. Multiple occurrences of field 22L at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field22L objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField91A

        public java.util.List<Field91A> getField91A()
        Iterates through block4 fields and return all occurrences of fields whose names matches 91A, or Collections.emptyList() if none is found. Multiple occurrences of field 91A at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field91A objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField91D

        public java.util.List<Field91D> getField91D()
        Iterates through block4 fields and return all occurrences of fields whose names matches 91D, or Collections.emptyList() if none is found. Multiple occurrences of field 91D at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field91D objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField91J

        public java.util.List<Field91J> getField91J()
        Iterates through block4 fields and return all occurrences of fields whose names matches 91J, or Collections.emptyList() if none is found. Multiple occurrences of field 91J at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field91J objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField22M

        public java.util.List<Field22M> getField22M()
        Iterates through block4 fields and return all occurrences of fields whose names matches 22M, or Collections.emptyList() if none is found. Multiple occurrences of field 22M at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field22M objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField22N

        public java.util.List<Field22N> getField22N()
        Iterates through block4 fields and return all occurrences of fields whose names matches 22N, or Collections.emptyList() if none is found. Multiple occurrences of field 22N at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field22N objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField22P

        public java.util.List<Field22P> getField22P()
        Iterates through block4 fields and return all occurrences of fields whose names matches 22P, or Collections.emptyList() if none is found. Multiple occurrences of field 22P at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field22P objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField22R

        public java.util.List<Field22R> getField22R()
        Iterates through block4 fields and return all occurrences of fields whose names matches 22R, or Collections.emptyList() if none is found. Multiple occurrences of field 22R at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field22R objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField22S

        public java.util.List<Field22S> getField22S()
        Iterates through block4 fields and return all occurrences of fields whose names matches 22S, or Collections.emptyList() if none is found. Multiple occurrences of field 22S at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field22S objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getField34C

        public 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. Multiple occurrences of field 34C at MT341 are expected at one sequence or across several sequences.
        Returns:
        a List of Field34C objects or Collections.emptyList() if none is not found
        Throws:
        java.lang.IllegalStateException - if SwiftMessage object is not initialized
        See Also:
        SwiftTagListBlock.getTagsByName(String)
      • getSequenceA

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceA getSequenceA()
        Get the single occurrence of SequenceA using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Returns:
        a new sequence that may be empty, never returns null
        Since:
        7.7
      • getSequenceA

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceA getSequenceA​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceA using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceA within it
        Returns:
        the found sequence or an empty sequence if none is found, never returns null
        Since:
        7.7
      • getSequenceB

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceB getSequenceB()
        Get the single occurrence of SequenceB using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Returns:
        a new sequence that may be empty, never returns null
        Since:
        7.7
      • getSequenceB

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceB getSequenceB​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceB using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceB within it
        Returns:
        the found sequence or an empty sequence if none is found, never returns null
        Since:
        7.7
      • getSequenceC

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceC getSequenceC()
        Get the single occurrence of SequenceC using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Returns:
        a new sequence that may be empty, never returns null
        Since:
        7.7
      • getSequenceC

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceC getSequenceC​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceC using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceC within it
        Returns:
        the found sequence or an empty sequence if none is found, never returns null
        Since:
        7.7
      • getSequenceD

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceD getSequenceD()
        Get the single occurrence of SequenceD using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Returns:
        a new sequence that may be empty, never returns null
        Since:
        7.7
      • getSequenceD

        @SequenceStyle(SPLIT_BY_15)
        public MT341.SequenceD getSequenceD​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceD using field field 15 as sequence boundary. The presence of this method indicates that this sequence can occur only once according to the Standard.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceD within it
        Returns:
        the found sequence or an empty sequence if none is found, never returns null
        Since:
        7.7
      • getSequenceD1aList

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public java.util.List<MT341.SequenceD1a> getSequenceD1aList()
        Get the list of SequenceD1a delimited by leading tag and end, with an optional tail. The presence of this method indicates that this sequence can occur more than once according to the Standard. If message is empty or no sequences are found an empty list is returned.
        Returns:
        the found sequences or an empty list if none is found
        See Also:
        SwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])
      • getSequenceD1aList

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public static java.util.List<MT341.SequenceD1a> getSequenceD1aList​(SwiftTagListBlock parentSequence)
        Get the list of SequenceD1a delimited by leading tag and end, with an optional tail. The presence of this method indicates that this sequence can occur more than once according to the Standard. If message is empty or no sequences are found an empty list is returned.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceD1a within it
        Returns:
        the found sequences or an empty list if none is found or parent sequence is null
        Since:
        7.7
        See Also:
        SwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])
      • getSequenceD1a1List

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public java.util.List<MT341.SequenceD1a1> getSequenceD1a1List()
        Get the list of SequenceD1a1 delimited by leading tag and end, with an optional tail. The presence of this method indicates that this sequence can occur more than once according to the Standard. If message is empty or no sequences are found an empty list is returned.
        Returns:
        the found sequences or an empty list if none is found
        See Also:
        SwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])
      • getSequenceD1a1List

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public static java.util.List<MT341.SequenceD1a1> getSequenceD1a1List​(SwiftTagListBlock parentSequence)
        Get the list of SequenceD1a1 delimited by leading tag and end, with an optional tail. The presence of this method indicates that this sequence can occur more than once according to the Standard. If message is empty or no sequences are found an empty list is returned.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceD1a1 within it
        Returns:
        the found sequences or an empty list if none is found or parent sequence is null
        Since:
        7.7
        See Also:
        SwiftTagListBlock.getSubBlocksDelimitedWithOptionalTail(String[], String[], String[])