All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mt.mt5xx.MT507 Maven / Gradle / Ivy

There is a newer version: SRU2023-10.1.16
Show newest version
/*
 * Copyright 2006-2023 Prowide
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.prowidesoftware.swift.model.mt.mt5xx;



import com.prowidesoftware.Generated;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Collections;

import org.apache.commons.lang3.StringUtils;

import com.prowidesoftware.swift.model.*;
import com.prowidesoftware.swift.internal.*;
import com.prowidesoftware.swift.internal.SequenceStyle.Type;
import com.prowidesoftware.swift.model.field.*;
import com.prowidesoftware.swift.model.mt.AbstractMT;
import com.prowidesoftware.swift.utils.Lib;
import java.io.File;
import java.io.InputStream;
import java.io.IOException;

/**
 * MT 507 - Collateral Status and Processing Advice.
 *
 * 

* SWIFT MT507 (ISO 15022) message structure: *

  • Sequence A - General Information (M)
    • Field 16 R (M)
    • Fieldset 20 (M) (repetitive)
      • FieldsetItem 20 C (M)
      • FieldsetItem 20 C (O)
      • FieldsetItem 20 C (O)
    • Field 23 G (M)
    • Sequence A1 - Agreement (M) (repetitive)
      • Field 16 R (M)
      • Field 22 F (O)
      • Field 98 A (O)
      • Field 13 B (O)
      • Field 70 C (O)
      • Field 16 S (M)
    • Field 98 A,C,E (O)
    • Field 22 F,H (M)
    • Fieldset 95 (M)
      • FieldsetItem 95 P,Q,R (M)
      • FieldsetItem 95 P,Q,R (M)
    • Field 25 D (M)
    • Field 24 B (O)
    • Fieldset 70 (O)
      • FieldsetItem 70 D (O)
      • FieldsetItem 70 C (O)
    • Sequence A2 - Linkages (O) (repetitive)
      • Field 16 R (M)
      • Field 13 A,B (O)
      • Field 20 C (M)
      • Field 16 S (M)
    • Field 16 S (M)
  • Sequence B - Collateral Details (O) (repetitive)
    • Field 16 R (M)
    • Field 20 C (M)
    • Field 22 H (M)
    • Field 25 D (M)
    • Field 24 B (O)
    • Field 70 D (O)
    • Sequence B1 - General Settlements Details (O)
      • Field 16 R (M)
      • Sequence B1a - Settlements Details (O)
        • Field 16 R (M)
        • Fieldset 22 (M) (repetitive)
          • FieldsetItem 22 H (M)
          • FieldsetItem 22 F (O) (repetitive)
          • FieldsetItem 22 F (O)
          • FieldsetItem 22 F (O)
          • FieldsetItem 22 F (O)
          • FieldsetItem 22 F (O)
          • FieldsetItem 22 F (O)
          • FieldsetItem 22 F (O)
        • Sequence B1a1 - Settlements Parties (O) (repetitive)
          • Field 16 R (M)
          • Fieldset 95 (M) (repetitive)
            • FieldsetItem 95 P,Q,R,C (M)
            • FieldsetItem 95 S (O)
          • Field 97 A,B,D (O)
          • Field 70 C (O)
          • Field 16 S (M)
        • Field 16 S (M)
      • Sequence B1b - Cash Settlements Details (O)
        • Field 16 R (M)
        • Field 22 F (O)
        • Sequence B1b1 - Cash Parties (O) (repetitive)
          • Field 16 R (M)
          • Fieldset 95 (M) (repetitive)
            • FieldsetItem 95 P,Q,R (M)
            • FieldsetItem 95 S (O)
          • Fieldset 97 (O)
            • FieldsetItem 97 A,E (O)
            • FieldsetItem 97 A,E (O)
            • FieldsetItem 97 A,E (O)
            • FieldsetItem 97 A,E (O)
          • Field 70 C (O)
          • Field 16 S (M)
        • Field 16 S (M)
      • Field 16 S (M)
    • Field 16 S (M)
  • Sequence C - Additional Information (O)
    • Field 16 R (M)
    • Fieldset 95 (O)
      • FieldsetItem 95 P,Q,R (O)
      • FieldsetItem 95 P,Q,R (O)
    • Field 16 S (M)
* *

* This source code is specific to release SRU 2023 *

* For additional resources check https://www.prowidesoftware.com/resources */ @Generated public class MT507 extends AbstractMT implements Serializable { /** * Constant identifying the SRU to which this class belongs to. */ public static final int SRU = 2023; private static final long serialVersionUID = 1L; private static final java.util.logging.Logger log = java.util.logging.Logger.getLogger(MT507.class.getName()); /** * Constant for MT name, this is part of the classname, after MT. */ public static final String NAME = "507"; /** * Creates an MT507 initialized with the parameter SwiftMessage. * @param m swift message with the MT507 content */ public MT507(final SwiftMessage m) { super(m); sanityCheck(m); } /** * Creates an MT507 initialized with the parameter MtSwiftMessage. * @param m swift message with the MT507 content, the parameter can not be null * @see #MT507(String) */ public MT507(final MtSwiftMessage m) { this(m.message()); } /** * Creates an MT507 initialized with the parameter MtSwiftMessage. * * @param m swift message with the MT507 content * @return the created object or null if the parameter is null * @see #MT507(String) * @since 7.7 */ public static MT507 parse(final MtSwiftMessage m) { if (m == null) { return null; } return new MT507(m); } /** * Creates and initializes a new MT507 input message setting TEST BICS as sender and receiver. * All mandatory header attributes are completed with default values. * * @since 7.6 */ public MT507() { this(BIC.TEST8, BIC.TEST8); } /** * Creates and initializes a new MT507 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, * * @param sender the sender address as a bic8, bic11 or full logical terminal consisting of 12 characters * @param receiver the receiver address as a bic8, bic11 or full logical terminal consisting of 12 characters * @since 7.7 */ public MT507(final String sender, final String receiver) { super(507, sender, receiver); } /** * Creates a new MT507 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. * * @param fin a string with the MT message in its FIN swift format * @since 7.7 */ public MT507(final String fin) { super(); if (fin != null) { final SwiftMessage parsed = read(fin); if (parsed != null) { super.m = parsed; sanityCheck(parsed); } } } private void sanityCheck(final SwiftMessage param) { if (param.isServiceMessage()) { log.warning("Creating an MT507 object from FIN content with a Service Message. Check if the MT507 you are intended to read is prepended with and ACK."); } else if (!StringUtils.equals(param.getType(), "507")) { log.warning("Creating an MT507 object from FIN content with message type "+param.getType()); } } /** * Creates a new MT507 by parsing a String with the message content in its swift FIN format. * If the fin parameter cannot be parsed, the returned MT507 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. * * @param fin a string with the MT message in its FIN swift format. fin may be null in which case this method returns null * @return a new instance of MT507 or null if fin is null * @since 7.7 */ public static MT507 parse(final String fin) { if (fin == null) { return null; } return new MT507(fin); } /** * Creates a new MT507 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. * * @param stream an input stream in UTF-8 encoding with the MT message in its FIN swift format. * @throws IOException if the stream data cannot be read * @since 7.7 */ public MT507(final InputStream stream) throws IOException { this(Lib.readStream(stream)); } /** * Creates a new MT507 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. * * @param stream an input stream in UTF-8 encoding with the MT message in its FIN swift format. * @return a new instance of MT507 or null if stream is null or the message cannot be parsed * @throws IOException if the stream data cannot be read * @since 7.7 */ public static MT507 parse(final InputStream stream) throws IOException { if (stream == null) { return null; } return new MT507(stream); } /** * Creates a new MT507 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. * * @param file a file with the MT message in its FIN swift format. * @throws IOException if the file content cannot be read * @since 7.7 */ public MT507(final File file) throws IOException { this(Lib.readFile(file)); } /** * Creates a new MT507 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. * * @param file a file with the MT message in its FIN swift format. * @return a new instance of MT507 or null if; file is null, does not exist, can't be read, is not a file or the message cannot be parsed * @throws IOException if the file content cannot be read * @since 7.7 */ public static MT507 parse(final File file) throws IOException { if (file == null) { return null; } return new MT507(file); } /** * Returns this MT number. * @return the message type number of this MT * @since 6.4 */ @Override public String getMessageType() { return "507"; } /** * Add all tags from block to the end of the block4. * * @param block to append * @return this object to allow method chaining * @since 7.6 */ @Override public MT507 append(final SwiftTagListBlock block) { super.append(block); return this; } /** * Add all tags to the end of the block4. * * @param tags to append * @return this object to allow method chaining * @since 7.6 */ @Override public MT507 append(final Tag... tags) { super.append(tags); return this; } /** * Add all the fields to the end of the block4. * * @param fields to append * @return this object to allow method chaining * @since 7.6 */ @Override public MT507 append(final Field... fields) { super.append(fields); return this; } /** * Creates an MT507 messages from its JSON representation. *

* For generic conversion of JSON into the corresponding MT instance * see {@link AbstractMT#fromJson(String)} * * @param json a JSON representation of an MT507 message * @return a new instance of MT507 * @since 7.10.3 */ public static MT507 fromJson(final String json) { return (MT507) AbstractMT.fromJson(json); } /** * Iterates through block4 fields and return the first one whose name matches 23G, * or null if none is found. * The first occurrence of field 23G at MT507 is expected to be the only one. * * @return a Field23G object or null if the field is not found * @see SwiftTagListBlock#getTagByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public Field23G getField23G() { final Tag t = tag("23G"); if (t != null) { return new Field23G(t.getValue()); } else { return null; } } /** * Iterates through block4 fields and return the first one whose name matches 98C, * or null if none is found. * The first occurrence of field 98C at MT507 is expected to be the only one. * * @return a Field98C object or null if the field is not found * @see SwiftTagListBlock#getTagByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public Field98C getField98C() { final Tag t = tag("98C"); if (t != null) { return new Field98C(t.getValue()); } else { return null; } } /** * Iterates through block4 fields and return the first one whose name matches 98E, * or null if none is found. * The first occurrence of field 98E at MT507 is expected to be the only one. * * @return a Field98E object or null if the field is not found * @see SwiftTagListBlock#getTagByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public Field98E getField98E() { final Tag t = tag("98E"); if (t != null) { return new Field98E(t.getValue()); } else { return null; } } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 20C, * or Collections.emptyList() if none is found. * Multiple occurrences of field 20C at MT507 are expected at one sequence or across several sequences. * * @return a List of Field20C objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField20C() { final List result = new ArrayList<>(); final Tag[] tags = tags("20C"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field20C(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 16R, * or Collections.emptyList() if none is found. * Multiple occurrences of field 16R at MT507 are expected at one sequence or across several sequences. * * @return a List of Field16R objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField16R() { final List result = new ArrayList<>(); final Tag[] tags = tags("16R"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field16R(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 22F, * or Collections.emptyList() if none is found. * Multiple occurrences of field 22F at MT507 are expected at one sequence or across several sequences. * * @return a List of Field22F objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField22F() { final List result = new ArrayList<>(); final Tag[] tags = tags("22F"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field22F(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 98A, * or Collections.emptyList() if none is found. * Multiple occurrences of field 98A at MT507 are expected at one sequence or across several sequences. * * @return a List of Field98A objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField98A() { final List result = new ArrayList<>(); final Tag[] tags = tags("98A"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field98A(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 13B, * or Collections.emptyList() if none is found. * Multiple occurrences of field 13B at MT507 are expected at one sequence or across several sequences. * * @return a List of Field13B objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField13B() { final List result = new ArrayList<>(); final Tag[] tags = tags("13B"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field13B(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 70C, * or Collections.emptyList() if none is found. * Multiple occurrences of field 70C at MT507 are expected at one sequence or across several sequences. * * @return a List of Field70C objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField70C() { final List result = new ArrayList<>(); final Tag[] tags = tags("70C"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field70C(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 16S, * or Collections.emptyList() if none is found. * Multiple occurrences of field 16S at MT507 are expected at one sequence or across several sequences. * * @return a List of Field16S objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField16S() { final List result = new ArrayList<>(); final Tag[] tags = tags("16S"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field16S(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 95P, * or Collections.emptyList() if none is found. * Multiple occurrences of field 95P at MT507 are expected at one sequence or across several sequences. * * @return a List of Field95P objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField95P() { final List result = new ArrayList<>(); final Tag[] tags = tags("95P"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field95P(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 95Q, * or Collections.emptyList() if none is found. * Multiple occurrences of field 95Q at MT507 are expected at one sequence or across several sequences. * * @return a List of Field95Q objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField95Q() { final List result = new ArrayList<>(); final Tag[] tags = tags("95Q"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field95Q(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 95R, * or Collections.emptyList() if none is found. * Multiple occurrences of field 95R at MT507 are expected at one sequence or across several sequences. * * @return a List of Field95R objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField95R() { final List result = new ArrayList<>(); final Tag[] tags = tags("95R"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field95R(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 70D, * or Collections.emptyList() if none is found. * Multiple occurrences of field 70D at MT507 are expected at one sequence or across several sequences. * * @return a List of Field70D objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField70D() { final List result = new ArrayList<>(); final Tag[] tags = tags("70D"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field70D(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 13A, * or Collections.emptyList() if none is found. * Multiple occurrences of field 13A at MT507 are expected at one sequence or across several sequences. * * @return a List of Field13A objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField13A() { final List result = new ArrayList<>(); final Tag[] tags = tags("13A"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field13A(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 22H, * or Collections.emptyList() if none is found. * Multiple occurrences of field 22H at MT507 are expected at one sequence or across several sequences. * * @return a List of Field22H objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField22H() { final List result = new ArrayList<>(); final Tag[] tags = tags("22H"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field22H(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 25D, * or Collections.emptyList() if none is found. * Multiple occurrences of field 25D at MT507 are expected at one sequence or across several sequences. * * @return a List of Field25D objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField25D() { final List result = new ArrayList<>(); final Tag[] tags = tags("25D"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field25D(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 24B, * or Collections.emptyList() if none is found. * Multiple occurrences of field 24B at MT507 are expected at one sequence or across several sequences. * * @return a List of Field24B objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField24B() { final List result = new ArrayList<>(); final Tag[] tags = tags("24B"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field24B(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 95C, * or Collections.emptyList() if none is found. * Multiple occurrences of field 95C at MT507 are expected at one sequence or across several sequences. * * @return a List of Field95C objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField95C() { final List result = new ArrayList<>(); final Tag[] tags = tags("95C"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field95C(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 95S, * or Collections.emptyList() if none is found. * Multiple occurrences of field 95S at MT507 are expected at one sequence or across several sequences. * * @return a List of Field95S objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField95S() { final List result = new ArrayList<>(); final Tag[] tags = tags("95S"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field95S(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 97A, * or Collections.emptyList() if none is found. * Multiple occurrences of field 97A at MT507 are expected at one sequence or across several sequences. * * @return a List of Field97A objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField97A() { final List result = new ArrayList<>(); final Tag[] tags = tags("97A"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field97A(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 97B, * or Collections.emptyList() if none is found. * Multiple occurrences of field 97B at MT507 are expected at one sequence or across several sequences. * * @return a List of Field97B objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField97B() { final List result = new ArrayList<>(); final Tag[] tags = tags("97B"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field97B(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 97D, * or Collections.emptyList() if none is found. * Multiple occurrences of field 97D at MT507 are expected at one sequence or across several sequences. * * @return a List of Field97D objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField97D() { final List result = new ArrayList<>(); final Tag[] tags = tags("97D"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field97D(tag.getValue())); } } return result; } /** * Iterates through block4 fields and return all occurrences of fields whose names matches 97E, * or Collections.emptyList() if none is found. * Multiple occurrences of field 97E at MT507 are expected at one sequence or across several sequences. * * @return a List of Field97E objects or Collections.emptyList() if none is not found * @see SwiftTagListBlock#getTagsByName(String) * @throws IllegalStateException if SwiftMessage object is not initialized */ public List getField97E() { final List result = new ArrayList<>(); final Tag[] tags = tags("97E"); if (tags != null && tags.length > 0) { for (Tag tag : tags) { result.add(new Field97E(tag.getValue())); } } return result; } /** * Class to model Sequence "A" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceA extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceA() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceA(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence GENL. */ public static final String START_END_16RS = "GENL"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceA newInstance(final Tag... tags) { final SequenceA result = new SequenceA(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceA newInstance() { final SequenceA result = new SequenceA(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceA newInstance(final SwiftTagListBlock... sequences) { final SequenceA result = new SequenceA(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceA(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the single occurrence of SequenceA delimited by 16R/16S the value of SequenceA#START_END_16RS. * The presence of this method indicates that this sequence can occur only once according to the Standard. * @return the found sequence or an empty sequence if none is found * @see SequenceA#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public SequenceA getSequenceA() { return new SequenceA(super.getSwiftMessageNotNullOrException()); } /** * Same as getSequenceA using the sequence delimiter field qualifier * @see SequenceA#getSequenceA() * @return the found sequence or an empty sequence if none is found, never returns null * @since 9.2.18 */ public SequenceA getSequenceGENL() { return getSequenceA(); } /** * Get the single occurrence of SequenceA delimited by 16R/16S the value of SequenceA#START_END_16RS. * The presence of this method indicates that this sequence can occur only once according to the Standard. * @see SequenceA#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceA within it * @return the found sequence or an empty sequence if none is found, never returns null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceA getSequenceA(SwiftTagListBlock parentSequence) { final SequenceA s = new SequenceA(); if (parentSequence != null) { s.setTags(parentSequence.getSubBlock(SequenceA.START_END_16RS).getTags()); } return s; } /** * Same as getSequenceA using the sequence delimiter field qualifier * @see SequenceA#getSequenceA(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceA within it * @return the found sequence or an empty sequence if none is found, never returns null * @since 9.2.18 */ public static SequenceA getSequenceGENL(SwiftTagListBlock parentSequence) { return getSequenceA(parentSequence); } /** * Class to model Sequence "A1" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceA1 extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceA1() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceA1(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence AGRE. */ public static final String START_END_16RS = "AGRE"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceA1 newInstance(final Tag... tags) { final SequenceA1 result = new SequenceA1(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceA1 newInstance() { final SequenceA1 result = new SequenceA1(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceA1 newInstance(final SwiftTagListBlock... sequences) { final SequenceA1 result = new SequenceA1(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceA1(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceA1 delimited by 16R/16S with value specified in {@link SequenceA1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceA1#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceA1List() { return getSequenceA1List(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceA1List using the sequence delimiter field qualifier * @see SequenceA1#getSequenceA1List() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceAGREList() { return getSequenceA1List(); } /** * Get the list of SequenceA1 delimited by 16R/16S with value specified in {@link SequenceA1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceA1#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceA1 within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceA1List(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceA1.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceA1 s = new SequenceA1(); s.setTags(b.getSubBlock(SequenceA1.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceA1List using the sequence delimiter field qualifier * @see SequenceA1#getSequenceA1List(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceA1 within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceAGREList(final SwiftTagListBlock parentSequence) { return getSequenceA1List(parentSequence); } /** * Class to model Sequence "A2" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceA2 extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceA2() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceA2(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence LINK. */ public static final String START_END_16RS = "LINK"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceA2 newInstance(final Tag... tags) { final SequenceA2 result = new SequenceA2(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceA2 newInstance() { final SequenceA2 result = new SequenceA2(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceA2 newInstance(final SwiftTagListBlock... sequences) { final SequenceA2 result = new SequenceA2(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceA2(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceA2 delimited by 16R/16S with value specified in {@link SequenceA2#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceA2#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceA2List() { return getSequenceA2List(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceA2List using the sequence delimiter field qualifier * @see SequenceA2#getSequenceA2List() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceLINKList() { return getSequenceA2List(); } /** * Get the list of SequenceA2 delimited by 16R/16S with value specified in {@link SequenceA2#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceA2#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceA2 within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceA2List(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceA2.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceA2 s = new SequenceA2(); s.setTags(b.getSubBlock(SequenceA2.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceA2List using the sequence delimiter field qualifier * @see SequenceA2#getSequenceA2List(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceA2 within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceLINKList(final SwiftTagListBlock parentSequence) { return getSequenceA2List(parentSequence); } /** * Class to model Sequence "B" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceB extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceB() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceB(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence COLD. */ public static final String START_END_16RS = "COLD"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceB newInstance(final Tag... tags) { final SequenceB result = new SequenceB(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceB newInstance() { final SequenceB result = new SequenceB(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceB newInstance(final SwiftTagListBlock... sequences) { final SequenceB result = new SequenceB(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceB(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceB delimited by 16R/16S with value specified in {@link SequenceB#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceB#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceBList() { return getSequenceBList(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceBList using the sequence delimiter field qualifier * @see SequenceB#getSequenceBList() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceCOLDList() { return getSequenceBList(); } /** * Get the list of SequenceB delimited by 16R/16S with value specified in {@link SequenceB#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceB#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceB within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceBList(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceB.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceB s = new SequenceB(); s.setTags(b.getSubBlock(SequenceB.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceBList using the sequence delimiter field qualifier * @see SequenceB#getSequenceBList(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceB within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceCOLDList(final SwiftTagListBlock parentSequence) { return getSequenceBList(parentSequence); } /** * Class to model Sequence "B1" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceB1 extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceB1() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceB1(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence SETTL. */ public static final String START_END_16RS = "SETTL"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceB1 newInstance(final Tag... tags) { final SequenceB1 result = new SequenceB1(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceB1 newInstance() { final SequenceB1 result = new SequenceB1(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceB1 newInstance(final SwiftTagListBlock... sequences) { final SequenceB1 result = new SequenceB1(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceB1(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceB1 delimited by 16R/16S with value specified in {@link SequenceB1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceB1#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceB1List() { return getSequenceB1List(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceB1List using the sequence delimiter field qualifier * @see SequenceB1#getSequenceB1List() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceSETTLList() { return getSequenceB1List(); } /** * Get the list of SequenceB1 delimited by 16R/16S with value specified in {@link SequenceB1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceB1#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceB1 within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceB1List(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceB1.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceB1 s = new SequenceB1(); s.setTags(b.getSubBlock(SequenceB1.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceB1List using the sequence delimiter field qualifier * @see SequenceB1#getSequenceB1List(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceB1 within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceSETTLList(final SwiftTagListBlock parentSequence) { return getSequenceB1List(parentSequence); } /** * Class to model Sequence "B1a" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceB1a extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceB1a() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceB1a(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence SETDET. */ public static final String START_END_16RS = "SETDET"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceB1a newInstance(final Tag... tags) { final SequenceB1a result = new SequenceB1a(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceB1a newInstance() { final SequenceB1a result = new SequenceB1a(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceB1a newInstance(final SwiftTagListBlock... sequences) { final SequenceB1a result = new SequenceB1a(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceB1a(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceB1a delimited by 16R/16S with value specified in {@link SequenceB1a#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceB1a#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceB1aList() { return getSequenceB1aList(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceB1aList using the sequence delimiter field qualifier * @see SequenceB1a#getSequenceB1aList() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceSETDETList() { return getSequenceB1aList(); } /** * Get the list of SequenceB1a delimited by 16R/16S with value specified in {@link SequenceB1a#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceB1a#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceB1a within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceB1aList(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceB1a.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceB1a s = new SequenceB1a(); s.setTags(b.getSubBlock(SequenceB1a.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceB1aList using the sequence delimiter field qualifier * @see SequenceB1a#getSequenceB1aList(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceB1a within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceSETDETList(final SwiftTagListBlock parentSequence) { return getSequenceB1aList(parentSequence); } /** * Class to model Sequence "B1a1" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceB1a1 extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceB1a1() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceB1a1(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence SETPRTY. */ public static final String START_END_16RS = "SETPRTY"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceB1a1 newInstance(final Tag... tags) { final SequenceB1a1 result = new SequenceB1a1(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceB1a1 newInstance() { final SequenceB1a1 result = new SequenceB1a1(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceB1a1 newInstance(final SwiftTagListBlock... sequences) { final SequenceB1a1 result = new SequenceB1a1(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceB1a1(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceB1a1 delimited by 16R/16S with value specified in {@link SequenceB1a1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceB1a1#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceB1a1List() { return getSequenceB1a1List(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceB1a1List using the sequence delimiter field qualifier * @see SequenceB1a1#getSequenceB1a1List() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceSETPRTYList() { return getSequenceB1a1List(); } /** * Get the list of SequenceB1a1 delimited by 16R/16S with value specified in {@link SequenceB1a1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceB1a1#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceB1a1 within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceB1a1List(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceB1a1.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceB1a1 s = new SequenceB1a1(); s.setTags(b.getSubBlock(SequenceB1a1.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceB1a1List using the sequence delimiter field qualifier * @see SequenceB1a1#getSequenceB1a1List(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceB1a1 within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceSETPRTYList(final SwiftTagListBlock parentSequence) { return getSequenceB1a1List(parentSequence); } /** * Class to model Sequence "B1b" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceB1b extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceB1b() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceB1b(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence CASHSET. */ public static final String START_END_16RS = "CASHSET"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceB1b newInstance(final Tag... tags) { final SequenceB1b result = new SequenceB1b(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceB1b newInstance() { final SequenceB1b result = new SequenceB1b(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceB1b newInstance(final SwiftTagListBlock... sequences) { final SequenceB1b result = new SequenceB1b(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceB1b(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceB1b delimited by 16R/16S with value specified in {@link SequenceB1b#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceB1b#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceB1bList() { return getSequenceB1bList(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceB1bList using the sequence delimiter field qualifier * @see SequenceB1b#getSequenceB1bList() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceCASHSETList() { return getSequenceB1bList(); } /** * Get the list of SequenceB1b delimited by 16R/16S with value specified in {@link SequenceB1b#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceB1b#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceB1b within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceB1bList(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceB1b.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceB1b s = new SequenceB1b(); s.setTags(b.getSubBlock(SequenceB1b.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceB1bList using the sequence delimiter field qualifier * @see SequenceB1b#getSequenceB1bList(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceB1b within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceCASHSETList(final SwiftTagListBlock parentSequence) { return getSequenceB1bList(parentSequence); } /** * Class to model Sequence "B1b1" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceB1b1 extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceB1b1() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceB1b1(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence CSHPRTY. */ public static final String START_END_16RS = "CSHPRTY"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceB1b1 newInstance(final Tag... tags) { final SequenceB1b1 result = new SequenceB1b1(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceB1b1 newInstance() { final SequenceB1b1 result = new SequenceB1b1(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceB1b1 newInstance(final SwiftTagListBlock... sequences) { final SequenceB1b1 result = new SequenceB1b1(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceB1b1(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the list of SequenceB1b1 delimited by 16R/16S with value specified in {@link SequenceB1b1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @return the found sequences or an empty list if none is found * @see SequenceB1b1#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public List getSequenceB1b1List() { return getSequenceB1b1List(super.getSwiftMessageNotNullOrException().getBlock4()); } /** * Same as getSequenceB1b1List using the sequence delimiter field qualifier * @see SequenceB1b1#getSequenceB1b1List() * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public List getSequenceCSHPRTYList() { return getSequenceB1b1List(); } /** * Get the list of SequenceB1b1 delimited by 16R/16S with value specified in {@link SequenceB1b1#START_END_16RS}. * *

The presence of this method indicates that this sequence can occur more than once according to the Standard. * @see SequenceB1b1#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceB1b1 within it * @return the found sequences or an empty list if none is found or parent sequence is null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static List getSequenceB1b1List(final SwiftTagListBlock parentSequence) { if (parentSequence != null) { final List blocks = parentSequence.getSubBlocks(SequenceB1b1.START_END_16RS); if (blocks != null && !blocks.isEmpty()) { final List result = new ArrayList<>(blocks.size()); for (final SwiftTagListBlock b : blocks) { final SequenceB1b1 s = new SequenceB1b1(); s.setTags(b.getSubBlock(SequenceB1b1.START_END_16RS).getTags()); result.add(s); } return result; } } return Collections.emptyList(); } /** * Same as getSequenceB1b1List using the sequence delimiter field qualifier * @see SequenceB1b1#getSequenceB1b1List(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceB1b1 within it * @return the found sequences or an empty list if none is found * @since 9.2.18 */ public static List getSequenceCSHPRTYList(final SwiftTagListBlock parentSequence) { return getSequenceB1b1List(parentSequence); } /** * Class to model Sequence "C" in MT 507. */ @SequenceStyle(Type.GENERATED_16RS) public static class SequenceC extends SwiftTagListBlock { private static final long serialVersionUID = 1L; /** * Constructs an empty sequence. */ private SequenceC() { super(new ArrayList<>()); } /** * Creates a sequence with the given content. * @see SwiftTagListBlock */ private SequenceC(final SwiftTagListBlock content) { super(content.getTags()); } /** * Value for the qualifier of the 16R / 16S tag that indicates start and end of this sequence ADDINFO. */ public static final String START_END_16RS = "ADDINFO"; public static final Tag START_TAG = new Tag(Field16R.NAME, START_END_16RS); public static final Tag END_TAG = new Tag(Field16S.NAME, START_END_16RS); /** * Creates a new instance of this sequence with the given tags inside. * @param tags may be null, an empty sequence containing only start and end sequence tags will be returned * @return a new instance of the sequence, initialized with the parameter tags */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceC newInstance(final Tag... tags) { final SequenceC result = new SequenceC(); result.append(START_TAG); if (tags != null && tags.length > 0) { for (final Tag t : tags) { result.append(t); } } result.append(END_TAG); return result; } /** * Create an empty $sequenceClassname. * This method is intended to avoid disambiguation for the newInstance() with variable list of blocks or tags * @return a new instance of the sequence * @since 7.6 */ public static SequenceC newInstance() { final SequenceC result = new SequenceC(); result.append(START_TAG); result.append(END_TAG); return result; } /** * Create a new instance of $sequenceClassname and add the contents of all sequences given inside. * Mainly intended to create a sequence by adding subsequences * @param sequences a list of blocks to set as the new sequence content * @return a new instance of the sequence, initialized with the parameter sequences content * @since 7.6 */ public static SequenceC newInstance(final SwiftTagListBlock... sequences) { final SequenceC result = new SequenceC(); result.append(START_TAG); if (sequences != null && sequences.length > 0) { for (final SwiftTagListBlock s : sequences) { result.addTags(s.getTags()); } } result.append(END_TAG); return result; } @SequenceStyle(Type.GENERATED_16RS) private SequenceC(final SwiftMessage m) { super(); if (m.getBlock4() != null) { setTags(m.getBlock4().getSubBlock(START_END_16RS).getTags()); } } } /** * Get the single occurrence of SequenceC delimited by 16R/16S the value of SequenceC#START_END_16RS. * The presence of this method indicates that this sequence can occur only once according to the Standard. * @return the found sequence or an empty sequence if none is found * @see SequenceC#START_END_16RS */ @SequenceStyle(Type.GENERATED_16RS) public SequenceC getSequenceC() { return new SequenceC(super.getSwiftMessageNotNullOrException()); } /** * Same as getSequenceC using the sequence delimiter field qualifier * @see SequenceC#getSequenceC() * @return the found sequence or an empty sequence if none is found, never returns null * @since 9.2.18 */ public SequenceC getSequenceADDINFO() { return getSequenceC(); } /** * Get the single occurrence of SequenceC delimited by 16R/16S the value of SequenceC#START_END_16RS. * The presence of this method indicates that this sequence can occur only once according to the Standard. * @see SequenceC#START_END_16RS * @param parentSequence a not null parent sequence to find SequenceC within it * @return the found sequence or an empty sequence if none is found, never returns null * @since 7.7 */ @SequenceStyle(Type.GENERATED_16RS) public static SequenceC getSequenceC(SwiftTagListBlock parentSequence) { final SequenceC s = new SequenceC(); if (parentSequence != null) { s.setTags(parentSequence.getSubBlock(SequenceC.START_END_16RS).getTags()); } return s; } /** * Same as getSequenceC using the sequence delimiter field qualifier * @see SequenceC#getSequenceC(SwiftTagListBlock) * @param parentSequence a not null parent sequence to find SequenceC within it * @return the found sequence or an empty sequence if none is found, never returns null * @since 9.2.18 */ public static SequenceC getSequenceADDINFO(SwiftTagListBlock parentSequence) { return getSequenceC(parentSequence); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy