@Generated public class MT559 extends AbstractMT implements java.io.Serializable
This source code is specific to release SRU 2017
For additional resources check http://www.prowidesoftware.com/resources
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
A
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsA.A
|
static java.lang.String |
BON
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsB.BON
|
static java.lang.String |
CER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CER
|
static java.lang.String |
CPN
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CPN
|
static java.lang.String |
F
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.F
|
static java.lang.String |
FMT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsF.FMT
|
static java.lang.String |
M
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsM.M
|
static java.lang.String |
MSC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsM.MSC
|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static java.lang.String |
OPC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsO.OPC
|
static java.lang.String |
OPS
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsO.OPS
|
static java.lang.String |
PRC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsP.PRC
|
static java.lang.String |
PRS
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsP.PRS
|
static java.lang.String |
Q
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsQ.Q
|
static java.lang.String |
RTE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsR.RTE
|
static java.lang.String |
RTS
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsR.RTS
|
static java.lang.String |
S
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsS.S
|
static java.lang.String |
SHS
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsS.SHS
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static java.lang.String |
UNT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsU.UNT
|
static java.lang.String |
WTS
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsW.WTS
|
static java.lang.String |
X
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsX.X
|
m| Constructor and Description |
|---|
MT559()
Creates and initializes a new MT559 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT559(java.io.File file)
Creates a new MT559 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. |
MT559(java.io.InputStream stream)
Creates a new MT559 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. |
MT559(int messageType,
java.lang.String sender,
java.lang.String receiver)
Deprecated.
Use instead
new MT559(sender, receiver) instead |
MT559(MtSwiftMessage m)
Creates an MT559 initialized with the parameter MtSwiftMessage.
|
MT559(java.lang.String fin)
Creates a new MT559 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. |
MT559(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT559 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT559(SwiftMessage m)
Creates an MT559 initialized with the parameter SwiftMessage
|
| Modifier and Type | Method and Description |
|---|---|
MT559 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT559 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT559 |
append(Tag... tags)
Add all tags to the end of the block4.
|
Field19 |
getField19()
Iterates through block4 fields and return the first one whose name matches 19,
or
null if none is found.The first occurrence of field 19 at MT559 is expected to be the only one. |
java.util.List<Field20> |
getField20()
Iterates through block4 fields and return all occurrences of fields whose names matches 20,
or
Collections.emptyList() if none is found.Multiple occurrences of field 20 at MT559 are expected at one sequence or across several sequences. |
Field23 |
getField23()
Iterates through block4 fields and return the first one whose name matches 23,
or
null if none is found.The first occurrence of field 23 at MT559 is expected to be the only one. |
java.util.List<Field31C> |
getField31C()
Iterates through block4 fields and return all occurrences of fields whose names matches 31C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 31C at MT559 are expected at one sequence or across several sequences. |
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.Multiple occurrences of field 31E at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field31L> |
getField31L()
Iterates through block4 fields and return all occurrences of fields whose names matches 31L,
or
Collections.emptyList() if none is found.Multiple occurrences of field 31L at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field31S> |
getField31S()
Iterates through block4 fields and return all occurrences of fields whose names matches 31S,
or
Collections.emptyList() if none is found.Multiple occurrences of field 31S at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field32G> |
getField32G()
Iterates through block4 fields and return all occurrences of fields whose names matches 32G,
or
Collections.emptyList() if none is found.Multiple occurrences of field 32G at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field32M> |
getField32M()
Iterates through block4 fields and return all occurrences of fields whose names matches 32M,
or
Collections.emptyList() if none is found.Multiple occurrences of field 32M at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field33T> |
getField33T()
Iterates through block4 fields and return all occurrences of fields whose names matches 33T,
or
Collections.emptyList() if none is found.Multiple occurrences of field 33T at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field34A> |
getField34A()
Iterates through block4 fields and return all occurrences of fields whose names matches 34A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 34A at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field35A> |
getField35A()
Iterates through block4 fields and return all occurrences of fields whose names matches 35A,
or
Collections.emptyList() if none is found.Multiple occurrences of field 35A at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field35B> |
getField35B()
Iterates through block4 fields and return all occurrences of fields whose names matches 35B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 35B at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field35C> |
getField35C()
Iterates through block4 fields and return all occurrences of fields whose names matches 35C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 35C at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field35D> |
getField35D()
Iterates through block4 fields and return all occurrences of fields whose names matches 35D,
or
Collections.emptyList() if none is found.Multiple occurrences of field 35D at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field35E> |
getField35E()
Iterates through block4 fields and return all occurrences of fields whose names matches 35E,
or
Collections.emptyList() if none is found.Multiple occurrences of field 35E at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field35L> |
getField35L()
Iterates through block4 fields and return all occurrences of fields whose names matches 35L,
or
Collections.emptyList() if none is found.Multiple occurrences of field 35L at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field35U> |
getField35U()
Iterates through block4 fields and return all occurrences of fields whose names matches 35U,
or
Collections.emptyList() if none is found.Multiple occurrences of field 35U at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field36> |
getField36()
Iterates through block4 fields and return all occurrences of fields whose names matches 36,
or
Collections.emptyList() if none is found.Multiple occurrences of field 36 at MT559 are expected at one sequence or across several sequences. |
Field53A |
getField53A()
Iterates through block4 fields and return the first one whose name matches 53A,
or
null if none is found.The first occurrence of field 53A at MT559 is expected to be the only one. |
Field53C |
getField53C()
Iterates through block4 fields and return the first one whose name matches 53C,
or
null if none is found.The first occurrence of field 53C at MT559 is expected to be the only one. |
Field53D |
getField53D()
Iterates through block4 fields and return the first one whose name matches 53D,
or
null if none is found.The first occurrence of field 53D at MT559 is expected to be the only one. |
Field57A |
getField57A()
Iterates through block4 fields and return the first one whose name matches 57A,
or
null if none is found.The first occurrence of field 57A at MT559 is expected to be the only one. |
Field57B |
getField57B()
Iterates through block4 fields and return the first one whose name matches 57B,
or
null if none is found.The first occurrence of field 57B at MT559 is expected to be the only one. |
Field57D |
getField57D()
Iterates through block4 fields and return the first one whose name matches 57D,
or
null if none is found.The first occurrence of field 57D at MT559 is expected to be the only one. |
java.util.List<Field71B> |
getField71B()
Iterates through block4 fields and return all occurrences of fields whose names matches 71B,
or
Collections.emptyList() if none is found.Multiple occurrences of field 71B at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field71C> |
getField71C()
Iterates through block4 fields and return all occurrences of fields whose names matches 71C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 71C at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field72> |
getField72()
Iterates through block4 fields and return all occurrences of fields whose names matches 72,
or
Collections.emptyList() if none is found.Multiple occurrences of field 72 at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field75> |
getField75()
Iterates through block4 fields and return all occurrences of fields whose names matches 75,
or
Collections.emptyList() if none is found.Multiple occurrences of field 75 at MT559 are expected at one sequence or across several sequences. |
java.util.List<Field80C> |
getField80C()
Iterates through block4 fields and return all occurrences of fields whose names matches 80C,
or
Collections.emptyList() if none is found.Multiple occurrences of field 80C at MT559 are expected at one sequence or across several sequences. |
java.lang.String |
getMessageType()
Returns this MT number
|
static MT559 |
parse(java.io.File file)
Creates a new MT559 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. |
static MT559 |
parse(java.io.InputStream stream)
Creates a new MT559 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. |
static MT559 |
parse(MtSwiftMessage m)
Creates an MT559 initialized with the parameter MtSwiftMessage.
|
static MT559 |
parse(java.lang.String fin)
Creates a new MT559 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT559 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. |
addField, containsSequence, containsSequenceList, create, create, FIN, getApplicationId, getLogicalTerminal, getMessagePriority, getMtId, getReceiver, getSender, getSequence, getSequence, getSequence, getSequenceList, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSwiftMessage, getSwiftMessageNotNullOrException, getVariant, isIncoming, isInput, isOutgoing, isOutput, isType, json, message, nameFromClass, read, setReceiver, setReceiver, setSender, setSender, setSwiftMessage, tag, tags, toString, write, write, xmlgetMessageStandardType, isMT, isMXpublic static final int SRU
public static final java.lang.String NAME
MT@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String A
SchemeConstantsA.A,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String BON
SchemeConstantsB.BON,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String CER
SchemeConstantsC.CER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String CPN
SchemeConstantsC.CPN,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String F
SchemeConstantsF.F,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String FMT
SchemeConstantsF.FMT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String M
SchemeConstantsM.M,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String MSC
SchemeConstantsM.MSC,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String OPC
SchemeConstantsO.OPC,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String OPS
SchemeConstantsO.OPS,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String PRC
SchemeConstantsP.PRC,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String PRS
SchemeConstantsP.PRS,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String Q
SchemeConstantsQ.Q,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String RTE
SchemeConstantsR.RTE,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String RTS
SchemeConstantsR.RTS,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String S
SchemeConstantsS.S,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String SHS
SchemeConstantsS.SHS,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String UNT
SchemeConstantsU.UNT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String WTS
SchemeConstantsW.WTS,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String X
SchemeConstantsX.X,
Constant Field Valuespublic MT559(SwiftMessage m)
m - swift message with the MT559 contentpublic MT559(MtSwiftMessage m)
m - swift message with the MT559 content, the parameter can not be nullMT559(String)public MT559()
public MT559(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 characters@Deprecated @ProwideDeprecated(phase3=_2018) public MT559(int messageType, java.lang.String sender, java.lang.String receiver)
new MT559(sender, receiver) insteadmessageType parameter is actually ignored.MT559(String, String)public MT559(java.lang.String fin)
fin - a string with the MT message in its FIN swift formatpublic MT559(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.IOExceptionpublic MT559(java.io.File file)
throws java.io.IOException
file - a file with the MT message in its FIN swift format.java.io.IOExceptionpublic static MT559 parse(MtSwiftMessage m)
m - swift message with the MT559 contentnull if the parameter is nullMT559(String)public static MT559 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 MT559 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.IOExceptionpublic static MT559 parse(java.io.File file) throws java.io.IOException
file - a file with the MT message in its FIN swift format.java.io.IOExceptionpublic java.lang.String getMessageType()
getMessageType in class AbstractMTpublic MT559 append(SwiftTagListBlock block)
append in class AbstractMTblock - to appendpublic MT559 append(Tag... tags)
append in class AbstractMTtags - to appendpublic MT559 append(Field... fields)
append in class AbstractMTfields - to appendpublic Field19 getField19()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field23 getField23()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field53A getField53A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field53C getField53C()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field53D getField53D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field57A getField57A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field57B getField57B()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field57D getField57D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public java.util.List<Field20> getField20()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field35A> getField35A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field35B> getField35B()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field35C> getField35C()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field35D> getField35D()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field35E> getField35E()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field35U> getField35U()
Collections.emptyList() if none is found.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.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field31L> getField31L()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field31C> getField31C()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field31S> getField31S()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field80C> getField80C()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field33T> getField33T()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field35L> getField35L()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field32M> getField32M()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field32G> getField32G()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field71C> getField71C()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field71B> getField71B()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field36> getField36()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field34A> getField34A()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field75> getField75()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)public java.util.List<Field72> getField72()
Collections.emptyList() if none is found.Collections.emptyList() if none is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagsByName(String)