Class MT300

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

    @Generated
    public class MT300
    extends AbstractMT
    implements java.io.Serializable
    MT 300 - Foreign Exchange Confirmation.

    SWIFT MT300 (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 17 T (O)
      • Field 17 U (O)
      • Field 17 I (O)
      • Field 82 A,J (M)
      • Field 87 A,J (M)
      • Field 83 A,J (O)
      • Field 77 H (O)
      • Field 77 D (O)
      • Field 14 C (O)
      • Field 17 F (O)
      • Field 17 O (O)
      • Field 32 E (O)
      • Field 30 U (O)
      • Field 14 S (O) (repetitive)
      • Field 26 K (O)
      • Field 21 A (O)
      • Field 14 E (O)
    • Sequence B (M)
      • Field 15 B (M)
      • Field 30 T (M)
      • Field 30 V (M)
      • Field 36 (M)
      • Field 39 M (O)
      • Field 35 C (O)
      • Sequence B1 (M)
        • Field 32 B (M)
        • Field 53 A,J (O)
        • Field 56 A,J (O)
        • Field 57 A,J (M)
      • Sequence B2 (M)
        • Field 33 B (M)
        • Field 53 A,J (O)
        • Field 56 A,J (O)
        • Field 57 A,J (M)
        • Field 58 A,J (O)
    • Sequence C (O)
      • Field 15 C (M)
      • Field 29 A (O)
      • Field 24 D (O)
      • Field 84 A,B,D,J (O)
      • Field 85 A,B,D,J (O)
      • Field 88 A,D,J (O)
      • Field 71 F (O)
      • Field 26 H (O)
      • Field 21 G (O)
      • Field 72 (O)
    • Sequence D (O)
      • Field 15 D (M)
      • Sequence D1 (O) (repetitive)
        • Field 17 A (M)
        • Field 32 B (M)
        • Field 53 A,D,J (O)
        • Field 56 A,D,J (O)
        • Field 57 A,D,J (O)
        • Field 58 A,D,J (O)
      • Field 16 A (M)
    • Sequence E (O)
      • Field 15 E (M)
      • Sequence E1 (O) (repetitive)
        • Field 22 L (M)
        • Field 91 A,D,J (O)
        • Sequence E1a (O) (repetitive)
          • Field 22 M (M)
          • Field 22 N (M)
          • Sequence E1a1 (O) (repetitive)
            • Field 22 P (M)
            • Field 22 R (M)
      • Field 81 A,D,J (O)
      • Field 89 A,D,J (O)
      • 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 22 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 98 G (O)
      • Field 98 H (O)
      • Field 34 C (O) (repetitive)
      • Field 77 A (O)
    • Sequence F (O)
      • Field 15 F (M)
      • Field 21 H (M)
      • Field 21 F (O)
      • Field 30 F (O)
      • Field 32 H (O)
      • Field 33 E (O)

    This source code is specific to release SRU 2022

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

    See Also:
    Serialized Form
    • 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
      MT300()
      Creates and initializes a new MT300 input message setting TEST BICS as sender and receiver.
      MT300​(MtSwiftMessage m)
      Creates an MT300 initialized with the parameter MtSwiftMessage.
      MT300​(SwiftMessage m)
      Creates an MT300 initialized with the parameter SwiftMessage.
      MT300​(java.io.File file)
      Creates a new MT300 by parsing a file with the message content in its swift FIN format.
      MT300​(java.io.InputStream stream)
      Creates a new MT300 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
      MT300​(java.lang.String fin)
      Creates a new MT300 by parsing a String with the message content in its swift FIN format.
      MT300​(java.lang.String sender, java.lang.String receiver)
      Creates and initializes a new MT300 input message from sender to receiver.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MT300 append​(Field... fields)
      Add all the fields to the end of the block4.
      MT300 append​(SwiftTagListBlock block)
      Add all tags from block to the end of the block4.
      MT300 append​(Tag... tags)
      Add all tags to the end of the block4.
      static MT300 fromJson​(java.lang.String json)
      Creates an MT300 messages from its JSON representation.
      Field14C getField14C()
      Iterates through block4 fields and return the first one whose name matches 14C, or null if none is found.
      Field14E getField14E()
      Iterates through block4 fields and return the first one whose name matches 14E, or null if none is found.
      java.util.List<Field14S> getField14S()
      Iterates through block4 fields and return all occurrences of fields whose names matches 14S, or Collections.emptyList() 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.
      Field16A getField16A()
      Iterates through block4 fields and return the first one whose name matches 16A, or null if none is found.
      java.util.List<Field17A> getField17A()
      Iterates through block4 fields and return all occurrences of fields whose names matches 17A, or Collections.emptyList() 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.
      Field17F getField17F()
      Iterates through block4 fields and return the first one whose name matches 17F, 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.
      Field17I getField17I()
      Iterates through block4 fields and return the first one whose name matches 17I, 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.
      Field17O getField17O()
      Iterates through block4 fields and return the first one whose name matches 17O, 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.
      Field17T getField17T()
      Iterates through block4 fields and return the first one whose name matches 17T, or null if none is found.
      Field17U getField17U()
      Iterates through block4 fields and return the first one whose name matches 17U, 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.
      Field21A getField21A()
      Iterates through block4 fields and return the first one whose name matches 21A, or null if none is found.
      Field21F getField21F()
      Iterates through block4 fields and return the first one whose name matches 21F, 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.
      Field21H getField21H()
      Iterates through block4 fields and return the first one whose name matches 21H, 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.
      Field22W getField22W()
      Iterates through block4 fields and return the first one whose name matches 22W, or null if none is found.
      Field24D getField24D()
      Iterates through block4 fields and return the first one whose name matches 24D, or null if none is found.
      Field26H getField26H()
      Iterates through block4 fields and return the first one whose name matches 26H, or null if none is found.
      Field26K getField26K()
      Iterates through block4 fields and return the first one whose name matches 26K, 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.
      Field30T getField30T()
      Iterates through block4 fields and return the first one whose name matches 30T, or null if none is found.
      Field30U getField30U()
      Iterates through block4 fields and return the first one whose name matches 30U, 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.
      java.util.List<Field32B> getField32B()
      Iterates through block4 fields and return all occurrences of fields whose names matches 32B, or Collections.emptyList() if none is found.
      Field32E getField32E()
      Iterates through block4 fields and return the first one whose name matches 32E, 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.
      Field33B getField33B()
      Iterates through block4 fields and return the first one whose name matches 33B, or null if none is found.
      Field33E getField33E()
      Iterates through block4 fields and return the first one whose name matches 33E, or null if none is found.
      java.util.List<Field34C> getField34C()
      Iterates through block4 fields and return all occurrences of fields whose names matches 34C, or Collections.emptyList() if none is found.
      Field35B getField35B()
      Iterates through block4 fields and return the first one whose name matches 35B, or null if none is found.
      Field35C getField35C()
      Iterates through block4 fields and return the first one whose name matches 35C, 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.
      Field39M getField39M()
      Iterates through block4 fields and return the first one whose name matches 39M, or null if none is found.
      java.util.List<Field53A> getField53A()
      Iterates through block4 fields and return all occurrences of fields whose names matches 53A, or Collections.emptyList() if none is found.
      java.util.List<Field53D> getField53D()
      Iterates through block4 fields and return all occurrences of fields whose names matches 53D, or Collections.emptyList() if none is found.
      java.util.List<Field53J> getField53J()
      Iterates through block4 fields and return all occurrences of fields whose names matches 53J, or Collections.emptyList() if none is found.
      java.util.List<Field56A> getField56A()
      Iterates through block4 fields and return all occurrences of fields whose names matches 56A, or Collections.emptyList() if none is found.
      java.util.List<Field56D> getField56D()
      Iterates through block4 fields and return all occurrences of fields whose names matches 56D, or Collections.emptyList() if none is found.
      java.util.List<Field56J> getField56J()
      Iterates through block4 fields and return all occurrences of fields whose names matches 56J, or Collections.emptyList() if none is found.
      java.util.List<Field57A> getField57A()
      Iterates through block4 fields and return all occurrences of fields whose names matches 57A, or Collections.emptyList() if none is found.
      java.util.List<Field57D> getField57D()
      Iterates through block4 fields and return all occurrences of fields whose names matches 57D, or Collections.emptyList() if none is found.
      java.util.List<Field57J> getField57J()
      Iterates through block4 fields and return all occurrences of fields whose names matches 57J, or Collections.emptyList() if none is found.
      java.util.List<Field58A> getField58A()
      Iterates through block4 fields and return all occurrences of fields whose names matches 58A, or Collections.emptyList() if none is found.
      java.util.List<Field58D> getField58D()
      Iterates through block4 fields and return all occurrences of fields whose names matches 58D, or Collections.emptyList() if none is found.
      java.util.List<Field58J> getField58J()
      Iterates through block4 fields and return all occurrences of fields whose names matches 58J, or Collections.emptyList() if none is found.
      Field71F getField71F()
      Iterates through block4 fields and return the first one whose name matches 71F, or null if none is found.
      Field72 getField72()
      Iterates through block4 fields and return the first one whose name matches 72, or null if none is found.
      Field77A getField77A()
      Iterates through block4 fields and return the first one whose name matches 77A, 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.
      Field77H getField77H()
      Iterates through block4 fields and return the first one whose name matches 77H, or null if none is found.
      Field81A getField81A()
      Iterates through block4 fields and return the first one whose name matches 81A, or null if none is found.
      Field81D getField81D()
      Iterates through block4 fields and return the first one whose name matches 81D, or null if none is found.
      Field81J getField81J()
      Iterates through block4 fields and return the first one whose name matches 81J, 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.
      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.
      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.
      Field87A getField87A()
      Iterates through block4 fields and return the first one whose name matches 87A, 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.
      Field89A getField89A()
      Iterates through block4 fields and return the first one whose name matches 89A, or null if none is found.
      Field89D getField89D()
      Iterates through block4 fields and return the first one whose name matches 89D, or null if none is found.
      Field89J getField89J()
      Iterates through block4 fields and return the first one whose name matches 89J, 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.
      Field98G getField98G()
      Iterates through block4 fields and return the first one whose name matches 98G, or null if none is found.
      Field98H getField98H()
      Iterates through block4 fields and return the first one whose name matches 98H, or null if none is found.
      java.lang.String getMessageType()
      Returns this MT number.
      MT300.SequenceA getSequenceA()
      Get the single occurrence of SequenceA using field field 15 as sequence boundary.
      MT300.SequenceA getSequenceA​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceA using field field 15 as sequence boundary.
      MT300.SequenceB getSequenceB()
      Get the single occurrence of SequenceB using field field 15 as sequence boundary.
      MT300.SequenceB getSequenceB​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceB using field field 15 as sequence boundary.
      MT300.SequenceB1 getSequenceB1()
      Get the single occurrence of SequenceB1 delimited by start tag and end tag (the end tag is excluded).
      MT300.SequenceB1 getSequenceB1​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceB1 delimited by start tag and end tag (the end tag is excluded).
      MT300.SequenceB2 getSequenceB2()
      Get the single occurrence of SequenceB2 delimited by leading tag and end, with an optional tail.
      MT300.SequenceB2 getSequenceB2​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceB2 delimited by leading tag and end, with an optional tail.
      MT300.SequenceC getSequenceC()
      Get the single occurrence of SequenceC using field field 15 as sequence boundary.
      MT300.SequenceC getSequenceC​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceC using field field 15 as sequence boundary.
      MT300.SequenceD getSequenceD()
      Get the single occurrence of SequenceD using field field 15 as sequence boundary.
      MT300.SequenceD getSequenceD​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceD using field field 15 as sequence boundary.
      java.util.List<MT300.SequenceD1> getSequenceD1List()
      Get the list of SequenceD1 delimited by leading tag and end, with an optional tail.
      static java.util.List<MT300.SequenceD1> getSequenceD1List​(SwiftTagListBlock parentSequence)
      Get the list of SequenceD1 delimited by leading tag and end, with an optional tail.
      MT300.SequenceE getSequenceE()
      Get the single occurrence of SequenceE using field field 15 as sequence boundary.
      MT300.SequenceE getSequenceE​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceE using field field 15 as sequence boundary.
      java.util.List<MT300.SequenceE1a1> getSequenceE1a1List()
      Get the list of SequenceE1a1 delimited by leading tag and end, with an optional tail.
      static java.util.List<MT300.SequenceE1a1> getSequenceE1a1List​(SwiftTagListBlock parentSequence)
      Get the list of SequenceE1a1 delimited by leading tag and end, with an optional tail.
      java.util.List<MT300.SequenceE1a> getSequenceE1aList()
      Get the list of SequenceE1a delimited by leading tag and end, with an optional tail.
      static java.util.List<MT300.SequenceE1a> getSequenceE1aList​(SwiftTagListBlock parentSequence)
      Get the list of SequenceE1a delimited by leading tag and end, with an optional tail.
      java.util.List<MT300.SequenceE1> getSequenceE1List()
      Get the list of SequenceE1a1 delimited by leading tag and end, with an optional tail.
      static java.util.List<MT300.SequenceE1> getSequenceE1List​(SwiftTagListBlock parentSequence)
      Get the list of SequenceE1.
      MT300.SequenceF getSequenceF()
      Get the single occurrence of SequenceF using field field 15 as sequence boundary.
      MT300.SequenceF getSequenceF​(SwiftTagListBlock parentSequence)
      Get the single occurrence of SequenceF using field field 15 as sequence boundary.
      static MT300 parse​(MtSwiftMessage m)
      Creates an MT300 initialized with the parameter MtSwiftMessage.
      static MT300 parse​(java.io.File file)
      Creates a new MT300 by parsing a file with the message content in its swift FIN format.
      static MT300 parse​(java.io.InputStream stream)
      Creates a new MT300 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
      static MT300 parse​(java.lang.String fin)
      Creates a new MT300 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

      • MT300

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

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

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

        public MT300​(java.lang.String sender,
                     java.lang.String receiver)
        Creates and initializes a new MT300 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
      • MT300

        public MT300​(java.lang.String fin)
        Creates a new MT300 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
      • MT300

        public MT300​(java.io.InputStream stream)
              throws java.io.IOException
        Creates a new MT300 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
      • MT300

        public MT300​(java.io.File file)
              throws java.io.IOException
        Creates a new MT300 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 MT300 parse​(MtSwiftMessage m)
        Creates an MT300 initialized with the parameter MtSwiftMessage.
        Parameters:
        m - swift message with the MT300 content
        Returns:
        the created object or null if the parameter is null
        Since:
        7.7
        See Also:
        MT300(String)
      • parse

        public static MT300 parse​(java.lang.String fin)
        Creates a new MT300 by parsing a String with the message content in its swift FIN format. If the fin parameter cannot be parsed, the returned MT300 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 MT300 or null if fin is null
        Since:
        7.7
      • parse

        public static MT300 parse​(java.io.InputStream stream)
                           throws java.io.IOException
        Creates a new MT300 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 MT300 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 MT300 parse​(java.io.File file)
                           throws java.io.IOException
        Creates a new MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 fromJson​(java.lang.String json)
        Creates an MT300 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 MT300 message
        Returns:
        a new instance of MT300
        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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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)
      • getField17T

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

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

        public Field17I getField17I()
        Iterates through block4 fields and return the first one whose name matches 17I, or null if none is found. The first occurrence of field 17I at MT300 is expected to be the only one.
        Returns:
        a Field17I 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 MT300 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)
      • getField82J

        public Field82J getField82J()
        Iterates through block4 fields and return the first one whose name matches 82J, or null if none is found. The first occurrence of field 82J at MT300 is expected to be the only one.
        Returns:
        a Field82J 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 MT300 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)
      • getField87J

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

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

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

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

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

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

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

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

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

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

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

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

        public Field14E getField14E()
        Iterates through block4 fields and return the first one whose name matches 14E, or null if none is found. The first occurrence of field 14E at MT300 is expected to be the only one.
        Returns:
        a Field14E 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 MT300 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 MT300 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)
      • 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 MT300 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)
      • getField36

        public Field36 getField36()
        Iterates through block4 fields and return the first one whose name matches 36, or null if none is found. The first occurrence of field 36 at MT300 is expected to be the only one.
        Returns:
        a Field36 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 MT300 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)
      • getField35C

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

        public Field33B getField33B()
        Iterates through block4 fields and return the first one whose name matches 33B, or null if none is found. The first occurrence of field 33B at MT300 is expected to be the only one.
        Returns:
        a Field33B 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 MT300 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)
      • 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 MT300 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)
      • getField24D

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public Field21G getField21G()
        Iterates through block4 fields and return the first one whose name matches 21G, or null if none is found. The first occurrence of field 21G at MT300 is expected to be the only one.
        Returns:
        a Field21G 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 MT300 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)
      • 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 MT300 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)
      • getField16A

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

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

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

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

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

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

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

        public Field89J getField89J()
        Iterates through block4 fields and return the first one whose name matches 89J, or null if none is found. The first occurrence of field 89J at MT300 is expected to be the only one.
        Returns:
        a Field89J 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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)
      • getField22W

        public Field22W getField22W()
        Iterates through block4 fields and return the first one whose name matches 22W, or null if none is found. The first occurrence of field 22W at MT300 is expected to be the only one.
        Returns:
        a Field22W 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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 MT300 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)
      • getField98G

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

        public Field98H getField98H()
        Iterates through block4 fields and return the first one whose name matches 98H, or null if none is found. The first occurrence of field 98H at MT300 is expected to be the only one.
        Returns:
        a Field98H 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 MT300 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)
      • getField15F

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

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

        public Field21F getField21F()
        Iterates through block4 fields and return the first one whose name matches 21F, or null if none is found. The first occurrence of field 21F at MT300 is expected to be the only one.
        Returns:
        a Field21F 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 MT300 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)
      • getField32H

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        @SequenceStyle(GENERATED_BETWEEN_TAGS)
        public MT300.SequenceB1 getSequenceB1()
        Get the single occurrence of SequenceB1 delimited by start tag and end tag (the end tag is excluded). The presence of this method indicates that this sequence can occur only once according to the Standard. If block 4 is empty this method returns null.
        Returns:
        the found sequence or an empty sequence if none is found
      • getSequenceB1

        @SequenceStyle(GENERATED_BETWEEN_TAGS)
        public MT300.SequenceB1 getSequenceB1​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceB1 delimited by start tag and end tag (the end tag is excluded). The presence of this method indicates that this sequence can occur only once according to the Standard. If block 4 is empty this method returns null.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceB1 within it
        Returns:
        the found sequence or an empty sequence if none is found, or null if the parent sequence is null or empty
        Since:
        9.2.7
      • getSequenceB2

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public MT300.SequenceB2 getSequenceB2()
        Get the single occurrence of SequenceB2 delimited by leading tag and end, with an optional tail. The presence of this method indicates that this sequence can occur only once according to the Standard. If block 4 is empty this method returns null.
        Returns:
        the found sequence or an empty sequence if none is found
        See Also:
        SwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])
      • getSequenceB2

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public MT300.SequenceB2 getSequenceB2​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceB2 delimited by leading tag and end, with an optional tail. The presence of this method indicates that this sequence can occur only once according to the Standard. If block 4 is empty this method returns null.
        Parameters:
        parentSequence - a not null parent sequence to find SequenceB2 within it
        Returns:
        the found sequence or an empty sequence if none is found, or null if the parent sequence is null or empty
        Since:
        7.7
        See Also:
        SwiftTagListBlock.getSubBlockDelimitedWithOptionalTail(String[], String[], String[])
      • getSequenceC

        @SequenceStyle(SPLIT_BY_15)
        public MT300.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 MT300.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 MT300.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 MT300.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
      • getSequenceD1List

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public java.util.List<MT300.SequenceD1> getSequenceD1List()
        Get the list of SequenceD1 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[])
      • getSequenceD1List

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public static java.util.List<MT300.SequenceD1> getSequenceD1List​(SwiftTagListBlock parentSequence)
        Get the list of SequenceD1 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 SequenceD1 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[])
      • getSequenceE

        @SequenceStyle(SPLIT_BY_15)
        public MT300.SequenceE getSequenceE()
        Get the single occurrence of SequenceE 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
      • getSequenceE

        @SequenceStyle(SPLIT_BY_15)
        public MT300.SequenceE getSequenceE​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceE 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 SequenceE within it
        Returns:
        the found sequence or an empty sequence if none is found, never returns null
        Since:
        7.7
      • getSequenceE1aList

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public java.util.List<MT300.SequenceE1a> getSequenceE1aList()
        Get the list of SequenceE1a 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[])
      • getSequenceE1aList

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public static java.util.List<MT300.SequenceE1a> getSequenceE1aList​(SwiftTagListBlock parentSequence)
        Get the list of SequenceE1a 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 SequenceE1a 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[])
      • getSequenceE1a1List

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public java.util.List<MT300.SequenceE1a1> getSequenceE1a1List()
        Get the list of SequenceE1a1 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[])
      • getSequenceE1a1List

        @SequenceStyle(GENERATED_FIXED_WITH_OPTIONAL_TAIL)
        public static java.util.List<MT300.SequenceE1a1> getSequenceE1a1List​(SwiftTagListBlock parentSequence)
        Get the list of SequenceE1a1 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 SequenceE1a1 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[])
      • getSequenceF

        @SequenceStyle(SPLIT_BY_15)
        public MT300.SequenceF getSequenceF()
        Get the single occurrence of SequenceF 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
      • getSequenceF

        @SequenceStyle(SPLIT_BY_15)
        public MT300.SequenceF getSequenceF​(SwiftTagListBlock parentSequence)
        Get the single occurrence of SequenceF 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 SequenceF within it
        Returns:
        the found sequence or an empty sequence if none is found, never returns null
        Since:
        7.7
      • getSequenceE1List

        @SequenceStyle(CUSTOM)
        public java.util.List<MT300.SequenceE1> getSequenceE1List()
        Get the list of SequenceE1a1 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
        Since:
        7.10.4
      • getSequenceE1List

        @SequenceStyle(CUSTOM)
        public static java.util.List<MT300.SequenceE1> getSequenceE1List​(SwiftTagListBlock parentSequence)
        Get the list of SequenceE1. The presence of this method indicates that this sequence can occur more than once according to the Standard. If message is empty or nor sequences are found an empty list is returned.
        Parameters:
        parentSequence - an optional parent sequence or null to find SequenceE1 within the complete message
        Returns:
        the found sequences or an empty list if none is found
        Since:
        7.10.4