@Generated public class MT744 extends AbstractMT implements java.io.Serializable
This source code is specific to release SRU 2018
For additional resources check http://www.prowidesoftware.com/resources
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CANC
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsC.CANC
|
static java.lang.String |
DIFF
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsD.DIFF
|
static java.lang.String |
DUPL
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsD.DUPL
|
static java.lang.String |
HOLD
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsH.HOLD
|
static java.lang.String |
INSU
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsI.INSU
|
static java.lang.String |
NAME
Constant for MT name, this is part of the classname, after
MT |
static java.lang.String |
NAUT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsN.NAUT
|
static java.lang.String |
OTHR
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsO.OTHR
|
static java.lang.String |
OVER
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsO.OVER
|
static java.lang.String |
REFE
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsR.REFE
|
static java.lang.String |
RETD
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsR.RETD
|
static int |
SRU
Constant identifying the SRU to which this class belongs to.
|
static java.lang.String |
TTNA
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsT.TTNA
|
static java.lang.String |
WINF
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsW.WINF
|
static java.lang.String |
XAMT
Deprecated.
use instead com.prowidesoftware.swift.SchemeConstantsX.XAMT
|
m| Constructor and Description |
|---|
MT744()
Creates and initializes a new MT744 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT744(java.io.File file)
Creates a new MT744 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. |
MT744(java.io.InputStream stream)
Creates a new MT744 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. |
MT744(int messageType,
java.lang.String sender,
java.lang.String receiver)
Deprecated.
Use instead
new MT744(sender, receiver) instead |
MT744(MtSwiftMessage m)
Creates an MT744 initialized with the parameter MtSwiftMessage.
|
MT744(java.lang.String fin)
Creates a new MT744 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. |
MT744(java.lang.String sender,
java.lang.String receiver)
Creates and initializes a new MT744 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT744(SwiftMessage m)
Creates an MT744 initialized with the parameter SwiftMessage
|
| Modifier and Type | Method and Description |
|---|---|
MT744 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT744 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT744 |
append(Tag... tags)
Add all tags to the end of the block4.
|
Field20 |
getField20()
Iterates through block4 fields and return the first one whose name matches 20,
or
null if none is found.The first occurrence of field 20 at MT744 is expected to be the only one. |
Field21 |
getField21()
Iterates through block4 fields and return the first one whose name matches 21,
or
null if none is found.The first occurrence of field 21 at MT744 is expected to be the only one. |
Field21A |
getField21A()
Iterates through block4 fields and return the first one whose name matches 21A,
or
null if none is found.The first occurrence of field 21A at MT744 is expected to be the only one. |
Field31C |
getField31C()
Iterates through block4 fields and return the first one whose name matches 31C,
or
null if none is found.The first occurrence of field 31C at MT744 is expected to be the only one. |
Field34A |
getField34A()
Iterates through block4 fields and return the first one whose name matches 34A,
or
null if none is found.The first occurrence of field 34A at MT744 is expected to be the only one. |
Field34B |
getField34B()
Iterates through block4 fields and return the first one whose name matches 34B,
or
null if none is found.The first occurrence of field 34B at MT744 is expected to be the only one. |
Field52A |
getField52A()
Iterates through block4 fields and return the first one whose name matches 52A,
or
null if none is found.The first occurrence of field 52A at MT744 is expected to be the only one. |
Field52D |
getField52D()
Iterates through block4 fields and return the first one whose name matches 52D,
or
null if none is found.The first occurrence of field 52D at MT744 is expected to be the only one. |
Field71D |
getField71D()
Iterates through block4 fields and return the first one whose name matches 71D,
or
null if none is found.The first occurrence of field 71D at MT744 is expected to be the only one. |
Field72Z |
getField72Z()
Iterates through block4 fields and return the first one whose name matches 72Z,
or
null if none is found.The first occurrence of field 72Z at MT744 is expected to be the only one. |
Field73R |
getField73R()
Iterates through block4 fields and return the first one whose name matches 73R,
or
null if none is found.The first occurrence of field 73R at MT744 is expected to be the only one. |
Field73S |
getField73S()
Iterates through block4 fields and return the first one whose name matches 73S,
or
null if none is found.The first occurrence of field 73S at MT744 is expected to be the only one. |
java.lang.String |
getMessageType()
Returns this MT number
|
static MT744 |
parse(java.io.File file)
Creates a new MT744 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 MT744 |
parse(java.io.InputStream stream)
Creates a new MT744 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 MT744 |
parse(MtSwiftMessage m)
Creates an MT744 initialized with the parameter MtSwiftMessage.
|
static MT744 |
parse(java.lang.String fin)
Creates a new MT744 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT744 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 CANC
SchemeConstantsC.CANC,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String DIFF
SchemeConstantsD.DIFF,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String DUPL
SchemeConstantsD.DUPL,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String HOLD
SchemeConstantsH.HOLD,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String INSU
SchemeConstantsI.INSU,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String NAUT
SchemeConstantsN.NAUT,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String OTHR
SchemeConstantsO.OTHR,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String OVER
SchemeConstantsO.OVER,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String REFE
SchemeConstantsR.REFE,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String RETD
SchemeConstantsR.RETD,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String TTNA
SchemeConstantsT.TTNA,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String WINF
SchemeConstantsW.WINF,
Constant Field Values@Deprecated @ProwideDeprecated(phase3=_2018) public static final java.lang.String XAMT
SchemeConstantsX.XAMT,
Constant Field Valuespublic MT744(SwiftMessage m)
m - swift message with the MT744 contentpublic MT744(MtSwiftMessage m)
m - swift message with the MT744 content, the parameter can not be nullMT744(String)public MT744()
public MT744(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 MT744(int messageType, java.lang.String sender, java.lang.String receiver)
new MT744(sender, receiver) insteadmessageType parameter is actually ignored.MT744(String, String)public MT744(java.lang.String fin)
fin - a string with the MT message in its FIN swift formatpublic MT744(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 MT744(java.io.File file)
throws java.io.IOException
file - a file with the MT message in its FIN swift format.java.io.IOExceptionpublic static MT744 parse(MtSwiftMessage m)
m - swift message with the MT744 contentnull if the parameter is nullMT744(String)public static MT744 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 MT744 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 MT744 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 MT744 append(SwiftTagListBlock block)
append in class AbstractMTblock - to appendpublic MT744 append(Tag... tags)
append in class AbstractMTtags - to appendpublic MT744 append(Field... fields)
append in class AbstractMTfields - to appendpublic Field20 getField20()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21 getField21()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field52A getField52A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field52D getField52D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field21A getField21A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field31C getField31C()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field34A getField34A()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field34B getField34B()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field73R getField73R()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field73S getField73S()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field71D getField71D()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)public Field72Z getField72Z()
null if none is found.null if the field is not foundjava.lang.IllegalStateException - if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)