@Generated public class MT767 extends AbstractMT implements java.io.Serializable
SWIFT MT767 (ISO 15022) message structure:
This source code is specific to release SRU 2021
For additional resources check https://www.prowidesoftware.com/resources
Modifier and Type | Class and Description |
---|---|
static class |
MT767.SequenceA
Class to model Sequence "A" in MT 767.
|
static class |
MT767.SequenceB
Class to model Sequence "B" in MT 767.
|
static class |
MT767.SequenceC
Class to model Sequence "C" in MT 767.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after MT.
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
m
Constructor and Description |
---|
MT767()
Creates and initializes a new MT767 input message setting TEST BICS as sender and receiver.
|
MT767(java.io.File file)
Creates a new MT767 by parsing a file with the message content in its swift FIN format.
|
MT767(java.io.InputStream stream)
Creates a new MT767 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
MT767(MtSwiftMessage m)
Creates an MT767 initialized with the parameter MtSwiftMessage.
|
MT767(java.lang.String fin)
Creates a new MT767 by parsing a String with the message content in its swift FIN format.
|
MT767(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT767 input message from sender to receiver.
|
MT767(SwiftMessage m)
Creates an MT767 initialized with the parameter SwiftMessage.
|
Modifier and Type | Method and Description |
---|---|
MT767 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT767 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT767 |
append(Tag... tags)
Add all tags to the end of the block4.
|
static MT767 |
fromJson(java.lang.String json)
Creates an MT767 messages from its JSON representation.
|
Field15A |
getField15A()
Iterates through block4 fields and return the first one whose name matches 15A,
or null if none is found.
|
Field15B |
getField15B()
Iterates through block4 fields and return the first one whose name matches 15B,
or null if none is found.
|
Field15C |
getField15C()
Iterates through block4 fields and return the first one whose name matches 15C,
or null if none is found.
|
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.
|
Field22A |
getField22A()
Iterates through block4 fields and return the first one whose name matches 22A,
or null if none is found.
|
java.util.List<Field23B> |
getField23B()
Iterates through block4 fields and return all occurrences of fields whose names matches 23B,
or
Collections.emptyList() if none is found. |
Field23S |
getField23S()
Iterates through block4 fields and return the first one whose name matches 23S,
or null if none is found.
|
Field23X |
getField23X()
Iterates through block4 fields and return the first one whose name matches 23X,
or null if none is found.
|
java.util.List<Field24E> |
getField24E()
Iterates through block4 fields and return all occurrences of fields whose names matches 24E,
or
Collections.emptyList() if none is found. |
java.util.List<Field24G> |
getField24G()
Iterates through block4 fields and return all occurrences of fields whose names matches 24G,
or
Collections.emptyList() if none is found. |
Field26E |
getField26E()
Iterates through block4 fields and return the first one whose name matches 26E,
or null if none is found.
|
Field27 |
getField27()
Iterates through block4 fields and return the first one whose name matches 27,
or null if none is found.
|
Field30 |
getField30()
Iterates through block4 fields and return the first one whose name matches 30,
or null if none is found.
|
java.util.List<Field31E> |
getField31E()
Iterates through block4 fields and return all occurrences of fields whose names matches 31E,
or
Collections.emptyList() 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. |
java.util.List<Field33B> |
getField33B()
Iterates through block4 fields and return all occurrences of fields whose names matches 33B,
or
Collections.emptyList() if none is found. |
java.util.List<Field35G> |
getField35G()
Iterates through block4 fields and return all occurrences of fields whose names matches 35G,
or
Collections.emptyList() if none is found. |
Field52A |
getField52A()
Iterates through block4 fields and return the first one whose name matches 52A,
or null if none is found.
|
Field52D |
getField52D()
Iterates through block4 fields and return the first one whose name matches 52D,
or null if none is found.
|
java.util.List<Field59> |
getField59()
Iterates through block4 fields and return all occurrences of fields whose names matches 59,
or
Collections.emptyList() if none is found. |
Field59A |
getField59A()
Iterates through block4 fields and return the first one whose name matches 59A,
or null if none is found.
|
Field72Z |
getField72Z()
Iterates through block4 fields and return the first one whose name matches 72Z,
or null if none is found.
|
Field77L |
getField77L()
Iterates through block4 fields and return the first one whose name matches 77L,
or null if none is found.
|
Field77U |
getField77U()
Iterates through block4 fields and return the first one whose name matches 77U,
or null if none is found.
|
java.lang.String |
getMessageType()
Returns this MT number.
|
MT767.SequenceA |
getSequenceA()
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT767.SequenceA |
getSequenceA(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceA using field field 15 as sequence boundary.
|
MT767.SequenceB |
getSequenceB()
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT767.SequenceB |
getSequenceB(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceB using field field 15 as sequence boundary.
|
MT767.SequenceC |
getSequenceC()
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
MT767.SequenceC |
getSequenceC(SwiftTagListBlock parentSequence)
Get the single occurrence of SequenceC using field field 15 as sequence boundary.
|
static MT767 |
parse(java.io.File file)
Creates a new MT767 by parsing a file with the message content in its swift FIN format.
|
static MT767 |
parse(java.io.InputStream stream)
Creates a new MT767 by parsing a input stream with the message content in its swift FIN format, using "UTF-8" as encoding.
|
static MT767 |
parse(MtSwiftMessage m)
Creates an MT767 initialized with the parameter MtSwiftMessage.
|
static MT767 |
parse(java.lang.String fin)
Creates a new MT767 by parsing a String with the message content in its swift FIN format.
|
addField, containsSequence, containsSequenceList, create, create, getApplicationId, getFields, getLogicalTerminal, getMessagePriority, getMtId, getReceiver, getSender, getSequence, getSequence, getSequence, getSequenceList, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSignature, getSwiftMessage, getSwiftMessageNotNullOrException, getVariant, isIncoming, isInput, isOutgoing, isOutput, isType, message, nameFromClass, read, setReceiver, setReceiver, setSender, setSender, setSignature, setSwiftMessage, tag, tags, toJson, toString, write, write, xml
getMessageStandardType, isMT, isMX
public static final int SRU
public static final java.lang.String NAME
public MT767(SwiftMessage m)
m
- swift message with the MT767 contentpublic MT767(MtSwiftMessage m)
m
- swift message with the MT767 content, the parameter can not be nullMT767(String)
public MT767()
public MT767(java.lang.String sender, java.lang.String receiver)
sender
- the sender address as a bic8, bic11 or full logical terminal consisting of 12 charactersreceiver
- the receiver address as a bic8, bic11 or full logical terminal consisting of 12 characterspublic MT767(java.lang.String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT767(java.io.InputStream stream) throws java.io.IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOException
- if the stream data cannot be readpublic MT767(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
- if the file content cannot be readpublic static MT767 parse(MtSwiftMessage m)
m
- swift message with the MT767 contentMT767(String)
public static MT767 parse(java.lang.String fin)
fin
- a string with the MT message in its FIN swift format. fin may be null in which case this method returns nullpublic static MT767 parse(java.io.InputStream stream) throws java.io.IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.java.io.IOException
- if the stream data cannot be readpublic static MT767 parse(java.io.File file) throws java.io.IOException
file
- a file with the MT message in its FIN swift format.java.io.IOException
- if the file content cannot be readpublic java.lang.String getMessageType()
getMessageType
in class AbstractMT
public MT767 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT767 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT767 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic static MT767 fromJson(java.lang.String json)
For generic conversion of JSON into the corresponding MT instance
see AbstractMT.fromJson(String)
json
- a JSON representation of an MT767 messagepublic Field15A getField15A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field27 getField27()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field21 getField21()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field22A getField22A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field23S getField23S()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field72Z getField72Z()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field23X getField23X()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15B getField15B()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field20 getField20()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field26E getField26E()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field30 getField30()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field52A getField52A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field52D getField52D()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field59A getField59A()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field77U getField77U()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field15C getField15C()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field77L getField77L()
java.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public java.util.List<Field32B> getField32B()
Collections.emptyList()
if none is found.
Multiple occurrences of field 32B at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field33B> getField33B()
Collections.emptyList()
if none is found.
Multiple occurrences of field 33B at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field23B> getField23B()
Collections.emptyList()
if none is found.
Multiple occurrences of field 23B at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field31E> getField31E()
Collections.emptyList()
if none is found.
Multiple occurrences of field 31E at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field35G> getField35G()
Collections.emptyList()
if none is found.
Multiple occurrences of field 35G at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field59> getField59()
Collections.emptyList()
if none is found.
Multiple occurrences of field 59 at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field24E> getField24E()
Collections.emptyList()
if none is found.
Multiple occurrences of field 24E at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
public java.util.List<Field24G> getField24G()
Collections.emptyList()
if none is found.
Multiple occurrences of field 24G at MT767 are expected at one sequence or across several sequences.Collections.emptyList()
if none is not foundjava.lang.IllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)
@SequenceStyle(value=SPLIT_BY_15) public MT767.SequenceA getSequenceA()
@SequenceStyle(value=SPLIT_BY_15) public MT767.SequenceA getSequenceA(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceA within it@SequenceStyle(value=SPLIT_BY_15) public MT767.SequenceB getSequenceB()
@SequenceStyle(value=SPLIT_BY_15) public MT767.SequenceB getSequenceB(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceB within it@SequenceStyle(value=SPLIT_BY_15) public MT767.SequenceC getSequenceC()
@SequenceStyle(value=SPLIT_BY_15) public MT767.SequenceC getSequenceC(SwiftTagListBlock parentSequence)
parentSequence
- a not null parent sequence to find SequenceC within it