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

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

public class MT455
extends AbstractMT
implements java.io.Serializable

MT 455

NOTE: this source code has been generated from template

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

Constructor Summary
MT455()
          Creates an MT455 initialized with a new SwiftMessage
MT455(SwiftMessage m)
          Creates an MT455 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 MT455 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 MT455 is expected to be the only one.
 Field25 getField25()
          Iterates through block4 fields and return the first one whose name matches 25, or null if none is found.
The first occurrence of field 25 at MT455 is expected to be the only one.
 Field30 getField30()
          Iterates through block4 fields and return the first one whose name matches 30, or null if none is found.
The first occurrence of field 30 at MT455 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 MT455 is expected to be the only one.
 Field33C getField33C()
          Iterates through block4 fields and return the first one whose name matches 33C, or null if none is found.
The first occurrence of field 33C at MT455 is expected to be the only one.
 Field33D getField33D()
          Iterates through block4 fields and return the first one whose name matches 33D, or null if none is found.
The first occurrence of field 33D at MT455 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 MT455 is expected to be the only one.
 Field52B getField52B()
          Iterates through block4 fields and return the first one whose name matches 52B, or null if none is found.
The first occurrence of field 52B at MT455 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 MT455 is expected to be the only one.
 Field77A getField77A()
          Iterates through block4 fields and return the first one whose name matches 77A, or null if none is found.
The first occurrence of field 77A at MT455 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

MT455

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

Parameters:
m - swift message with the MT455 content

MT455

public MT455()
Creates an MT455 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 MT455 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 MT455 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)

getField25

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

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

getField30

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

Returns:
a Field30 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 MT455 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)

getField33C

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

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

getField33D

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

Returns:
a Field33D 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 MT455 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)

getField52B

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

Returns:
a Field52B 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 MT455 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)

getField77A

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

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