Class MT300.SequenceB1

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<Tag>
    Enclosing class:
    MT300

    public static class MT300.SequenceB1
    extends SwiftTagListBlock
    Class to model Sequence "B1" in MT 300.
    See Also:
    Serialized Form
    • Field Detail

      • START

        public static final java.lang.String START
        First mandatory tag name of the sequence: "32B".
        See Also:
        Constant Field Values
      • END

        protected static final java.lang.String END
        Boundary mandatory tag indicating the end of the sequence (excluded from the actual sequence): "33B"
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        @SequenceStyle(GENERATED_BETWEEN_TAGS)
        public static MT300.SequenceB1 newInstance​(Tag... tags)
        Creates a sequence with starting and ending tags set to the indicated tags in from the START and END lists of mandatory fields, and with the content between the starting and ending tag initialized with the given optional tags.
        Parameters:
        tags - the list of tags to set as sequence content
        Returns:
        a new instance of the sequence, initialized with the parameter tags