Class ActionMessage4

java.lang.Object
org.coderic.iso20022.messages.catp.ActionMessage4

public class ActionMessage4 extends Object

Java class for ActionMessage4 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActionMessage4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}OutputFormat2Code" minOccurs="0"/>
         <element name="Msg" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max20000Text" minOccurs="0"/>
         <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="Dvc" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMDevice1Code" minOccurs="0"/>
         <element name="MsgCnttSgntr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ActionMessage4

      public ActionMessage4()
  • Method Details

    • getFrmt

      public OutputFormat2Code getFrmt()
      Gets the value of the frmt property.
      Returns:
      possible object is OutputFormat2Code
    • setFrmt

      public void setFrmt(OutputFormat2Code value)
      Sets the value of the frmt property.
      Parameters:
      value - allowed object is OutputFormat2Code
    • getMsg

      public String getMsg()
      Gets the value of the msg property.
      Returns:
      possible object is String
    • setMsg

      public void setMsg(String value)
      Sets the value of the msg property.
      Parameters:
      value - allowed object is String
    • getRef

      public String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

      public void setRef(String value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is String
    • getDvc

      public ATMDevice1Code getDvc()
      Gets the value of the dvc property.
      Returns:
      possible object is ATMDevice1Code
    • setDvc

      public void setDvc(ATMDevice1Code value)
      Sets the value of the dvc property.
      Parameters:
      value - allowed object is ATMDevice1Code
    • getMsgCnttSgntr

      public byte[] getMsgCnttSgntr()
      Gets the value of the msgCnttSgntr property.
      Returns:
      possible object is byte[]
    • setMsgCnttSgntr

      public void setMsgCnttSgntr(byte[] value)
      Sets the value of the msgCnttSgntr property.
      Parameters:
      value - allowed object is byte[]