public class MT705 extends AbstractMT implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Constant for MT name, this is part of the classname, after
MT |
m
Constructor and Description |
---|
MT705()
Creates and initializes a new MT705 input message setting TEST BICS as sender and receiver.
All mandatory header attributes are completed with default values. |
MT705(File file)
Creates a new MT705 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. |
MT705(InputStream stream)
Creates a new MT705 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. |
MT705(int messageType,
String sender,
String receiver)
Deprecated.
|
MT705(MtSwiftMessage m)
Creates an MT705 initialized with the parameter MtSwiftMessage.
|
MT705(String fin)
Creates a new MT705 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. |
MT705(String sender,
String receiver)
Creates and initializes a new MT705 input message from sender to receiver.
All mandatory header attributes are completed with default values. |
MT705(SwiftMessage m)
Creates an MT705 initialized with the parameter SwiftMessage
|
Modifier and Type | Method and Description |
---|---|
MT705 |
append(Field... fields)
Add all the fields to the end of the block4.
|
MT705 |
append(SwiftTagListBlock block)
Add all tags from block to the end of the block4.
|
MT705 |
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 MT705 is expected to be the only one. |
Field31D |
getField31D()
Iterates through block4 fields and return the first one whose name matches 31D,
or
null if none is found.The first occurrence of field 31D at MT705 is expected to be the only one. |
Field32B |
getField32B()
Iterates through block4 fields and return the first one whose name matches 32B,
or
null if none is found.The first occurrence of field 32B at MT705 is expected to be the only one. |
Field39A |
getField39A()
Iterates through block4 fields and return the first one whose name matches 39A,
or
null if none is found.The first occurrence of field 39A at MT705 is expected to be the only one. |
Field39B |
getField39B()
Iterates through block4 fields and return the first one whose name matches 39B,
or
null if none is found.The first occurrence of field 39B at MT705 is expected to be the only one. |
Field39C |
getField39C()
Iterates through block4 fields and return the first one whose name matches 39C,
or
null if none is found.The first occurrence of field 39C at MT705 is expected to be the only one. |
Field40A |
getField40A()
Iterates through block4 fields and return the first one whose name matches 40A,
or
null if none is found.The first occurrence of field 40A at MT705 is expected to be the only one. |
Field41A |
getField41A()
Iterates through block4 fields and return the first one whose name matches 41A,
or
null if none is found.The first occurrence of field 41A at MT705 is expected to be the only one. |
Field41D |
getField41D()
Iterates through block4 fields and return the first one whose name matches 41D,
or
null if none is found.The first occurrence of field 41D at MT705 is expected to be the only one. |
Field44A |
getField44A()
Iterates through block4 fields and return the first one whose name matches 44A,
or
null if none is found.The first occurrence of field 44A at MT705 is expected to be the only one. |
Field44B |
getField44B()
Iterates through block4 fields and return the first one whose name matches 44B,
or
null if none is found.The first occurrence of field 44B at MT705 is expected to be the only one. |
Field44C |
getField44C()
Iterates through block4 fields and return the first one whose name matches 44C,
or
null if none is found.The first occurrence of field 44C at MT705 is expected to be the only one. |
Field44D |
getField44D()
Iterates through block4 fields and return the first one whose name matches 44D,
or
null if none is found.The first occurrence of field 44D at MT705 is expected to be the only one. |
Field44E |
getField44E()
Iterates through block4 fields and return the first one whose name matches 44E,
or
null if none is found.The first occurrence of field 44E at MT705 is expected to be the only one. |
Field44F |
getField44F()
Iterates through block4 fields and return the first one whose name matches 44F,
or
null if none is found.The first occurrence of field 44F at MT705 is expected to be the only one. |
Field45A |
getField45A()
Iterates through block4 fields and return the first one whose name matches 45A,
or
null if none is found.The first occurrence of field 45A at MT705 is expected to be the only one. |
Field50 |
getField50()
Iterates through block4 fields and return the first one whose name matches 50,
or
null if none is found.The first occurrence of field 50 at MT705 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 MT705 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 MT705 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 MT705 is expected to be the only one. |
Field59 |
getField59()
Iterates through block4 fields and return the first one whose name matches 59,
or
null if none is found.The first occurrence of field 59 at MT705 is expected to be the only one. |
Field72 |
getField72()
Iterates through block4 fields and return the first one whose name matches 72,
or
null if none is found.The first occurrence of field 72 at MT705 is expected to be the only one. |
Field79 |
getField79()
Iterates through block4 fields and return the first one whose name matches 79,
or
null if none is found.The first occurrence of field 79 at MT705 is expected to be the only one. |
String |
getMessageType()
Returns this MT number
|
static MT705 |
parse(File file)
Creates a new MT705 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 MT705 |
parse(InputStream stream)
Creates a new MT705 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 MT705 |
parse(MtSwiftMessage m)
Creates an MT705 initialized with the parameter MtSwiftMessage.
|
static MT705 |
parse(String fin)
Creates a new MT705 by parsing a String with the message content in its swift FIN format.
If the fin parameter cannot be parsed, the returned MT705 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, create, create, FIN, getApplicationId, getLogicalTerminal, getMessagePriority, getReceiver, getSender, getSequence, getSequence, getSequenceList, getSequenceNumber, getServiceId, getSessionNumber, getSwiftMessage, getSwiftMessageNotNullOrException, isInput, isOutput, isType, json, message, read, setReceiver, setReceiver, setSender, setSender, setSwiftMessage, toString, write, write, xml
public static final String NAME
MT
public MT705(SwiftMessage m)
m
- swift message with the MT705 contentpublic MT705(MtSwiftMessage m)
m
- swift message with the MT705 content, the parameter can not be null
MT705(String)
public MT705()
public MT705(String sender, 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 public MT705(int messageType, String sender, String receiver)
messageType
parameter is actually ignored.
Use instead new MT705(sender, receiver)
MT705(String, String)
public MT705(String fin)
fin
- a string with the MT message in its FIN swift formatpublic MT705(InputStream stream) throws IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOException
public MT705(File file) throws IOException
file
- a file with the MT message in its FIN swift format.IOException
public static MT705 parse(MtSwiftMessage m)
m
- swift message with the MT705 contentnull
if the parameter is null
MT705(String)
public static MT705 parse(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 MT705 parse(InputStream stream) throws IOException
stream
- an input stream in UTF-8 encoding with the MT message in its FIN swift format.IOException
public static MT705 parse(File file) throws IOException
file
- a file with the MT message in its FIN swift format.IOException
public String getMessageType()
getMessageType
in class AbstractMT
public MT705 append(SwiftTagListBlock block)
append
in class AbstractMT
block
- to appendpublic MT705 append(Tag... tags)
append
in class AbstractMT
tags
- to appendpublic MT705 append(Field... fields)
append
in class AbstractMT
fields
- to appendpublic Field40A getField40A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field20 getField20()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field31D getField31D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field50 getField50()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field59 getField59()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field32B getField32B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field39A getField39A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field39B getField39B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field39C getField39C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field41A getField41A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field41D getField41D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44A getField44A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44E getField44E()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44F getField44F()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44B getField44B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44C getField44C()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field44D getField44D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field45A getField45A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field57A getField57A()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field57B getField57B()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field57D getField57D()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field79 getField79()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)
public Field72 getField72()
null
if none is found.null
if the field is not foundIllegalStateException
- if SwiftMessage object is not initializedSwiftTagListBlock.getTagByName(String)