com.prowidesoftware.swift.model.mt.mt4xx
Class MT400

java.lang.Object
  extended by com.prowidesoftware.swift.model.mt.AbstractMT
      extended by com.prowidesoftware.swift.model.mt.mt4xx.MT400
All Implemented Interfaces:
java.io.Serializable

public class MT400
extends AbstractMT
implements java.io.Serializable

MT 400

NOTE: this source code has been generated from template

Author:
www.prowidesoftware.com
See Also:
Serialized Form

Constructor Summary
MT400()
          Creates an MT400 initialized with a new SwiftMessage
MT400(SwiftMessage m)
          Creates an MT400 initialized with the parameter SwiftMessage
 
Method Summary
 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 MT400 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 MT400 is expected to be the only one.
 Field32A getField32A()
          Iterates through block4 fields and return the first one whose name matches 32A, or null if none is found.
The first occurrence of field 32A at MT400 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 MT400 is expected to be the only one.
 Field32K getField32K()
          Iterates through block4 fields and return the first one whose name matches 32K, or null if none is found.
The first occurrence of field 32K at MT400 is expected to be the only one.
 Field33A getField33A()
          Iterates through block4 fields and return the first one whose name matches 33A, or null if none is found.
The first occurrence of field 33A at MT400 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 MT400 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 MT400 is expected to be the only one.
 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 MT400 is expected to be the only one.
 Field53B getField53B()
          Iterates through block4 fields and return the first one whose name matches 53B, or null if none is found.
The first occurrence of field 53B at MT400 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 MT400 is expected to be the only one.
 Field54A getField54A()
          Iterates through block4 fields and return the first one whose name matches 54A, or null if none is found.
The first occurrence of field 54A at MT400 is expected to be the only one.
 Field54B getField54B()
          Iterates through block4 fields and return the first one whose name matches 54B, or null if none is found.
The first occurrence of field 54B at MT400 is expected to be the only one.
 Field54D getField54D()
          Iterates through block4 fields and return the first one whose name matches 54D, or null if none is found.
The first occurrence of field 54D at MT400 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 MT400 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 MT400 is expected to be the only one.
 Field58A getField58A()
          Iterates through block4 fields and return the first one whose name matches 58A, or null if none is found.
The first occurrence of field 58A at MT400 is expected to be the only one.
 Field58B getField58B()
          Iterates through block4 fields and return the first one whose name matches 58B, or null if none is found.
The first occurrence of field 58B at MT400 is expected to be the only one.
 Field58D getField58D()
          Iterates through block4 fields and return the first one whose name matches 58D, or null if none is found.
The first occurrence of field 58D at MT400 is expected to be the only one.
 Field71B getField71B()
          Iterates through block4 fields and return the first one whose name matches 71B, or null if none is found.
The first occurrence of field 71B at MT400 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 MT400 is expected to be the only one.
 Field73 getField73()
          Iterates through block4 fields and return the first one whose name matches 73, or null if none is found.
The first occurrence of field 73 at MT400 is expected to be the only one.
 java.lang.String getMessageType()
          Returns this MT number
 
Methods inherited from class com.prowidesoftware.swift.model.mt.AbstractMT
addField, FIN, getApplicationId, getLogicalTerminal, getMessagePriority, getReceiver, getSender, getSequenceNumber, getServiceId, getSessionNumber, getSwiftMessage, isInput, isOutput, setReceiver, setReceiver, setSender, setSender, setSwiftMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MT400

public MT400(SwiftMessage m)
Creates an MT400 initialized with the parameter SwiftMessage

Parameters:
m - swift message with the MT400 content

MT400

public MT400()
Creates an MT400 initialized with a new SwiftMessage

Method Detail

getMessageType

public java.lang.String getMessageType()
Returns this MT number

Specified by:
getMessageType in class AbstractMT
Returns:
the message type number of this MT
Since:
6.4

getField20

public 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 MT400 is expected to be the only one.

Returns:
a Field20 object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField21

public 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 MT400 is expected to be the only one.

Returns:
a Field21 object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField32A

public Field32A getField32A()
Iterates through block4 fields and return the first one whose name matches 32A, or null if none is found.
The first occurrence of field 32A at MT400 is expected to be the only one.

Returns:
a Field32A object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField32B

public 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 MT400 is expected to be the only one.

Returns:
a Field32B object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField32K

public Field32K getField32K()
Iterates through block4 fields and return the first one whose name matches 32K, or null if none is found.
The first occurrence of field 32K at MT400 is expected to be the only one.

Returns:
a Field32K object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField33A

public Field33A getField33A()
Iterates through block4 fields and return the first one whose name matches 33A, or null if none is found.
The first occurrence of field 33A at MT400 is expected to be the only one.

Returns:
a Field33A object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField52A

public 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 MT400 is expected to be the only one.

Returns:
a Field52A object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField52D

public 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 MT400 is expected to be the only one.

Returns:
a Field52D object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField53A

public 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 MT400 is expected to be the only one.

Returns:
a Field53A object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField53B

public Field53B getField53B()
Iterates through block4 fields and return the first one whose name matches 53B, or null if none is found.
The first occurrence of field 53B at MT400 is expected to be the only one.

Returns:
a Field53B object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField53D

public 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 MT400 is expected to be the only one.

Returns:
a Field53D object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField54A

public Field54A getField54A()
Iterates through block4 fields and return the first one whose name matches 54A, or null if none is found.
The first occurrence of field 54A at MT400 is expected to be the only one.

Returns:
a Field54A object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField54B

public Field54B getField54B()
Iterates through block4 fields and return the first one whose name matches 54B, or null if none is found.
The first occurrence of field 54B at MT400 is expected to be the only one.

Returns:
a Field54B object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField54D

public Field54D getField54D()
Iterates through block4 fields and return the first one whose name matches 54D, or null if none is found.
The first occurrence of field 54D at MT400 is expected to be the only one.

Returns:
a Field54D object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField57A

public 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 MT400 is expected to be the only one.

Returns:
a Field57A object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField57D

public 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 MT400 is expected to be the only one.

Returns:
a Field57D object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField58A

public Field58A getField58A()
Iterates through block4 fields and return the first one whose name matches 58A, or null if none is found.
The first occurrence of field 58A at MT400 is expected to be the only one.

Returns:
a Field58A object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField58B

public Field58B getField58B()
Iterates through block4 fields and return the first one whose name matches 58B, or null if none is found.
The first occurrence of field 58B at MT400 is expected to be the only one.

Returns:
a Field58B object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField58D

public Field58D getField58D()
Iterates through block4 fields and return the first one whose name matches 58D, or null if none is found.
The first occurrence of field 58D at MT400 is expected to be the only one.

Returns:
a Field58D object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField71B

public Field71B getField71B()
Iterates through block4 fields and return the first one whose name matches 71B, or null if none is found.
The first occurrence of field 71B at MT400 is expected to be the only one.

Returns:
a Field71B object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField72

public 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 MT400 is expected to be the only one.

Returns:
a Field72 object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)

getField73

public Field73 getField73()
Iterates through block4 fields and return the first one whose name matches 73, or null if none is found.
The first occurrence of field 73 at MT400 is expected to be the only one.

Returns:
a Field73 object or null if the field is not found
Throws:
java.lang.IllegalStateException - if SwiftMessage object is not initialized
See Also:
SwiftTagListBlock.getTagByName(String)