Class ActionMessage4
java.lang.Object
org.coderic.iso20022.messages.catp.ActionMessage4
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDvc()
Gets the value of the dvc property.getFrmt()
Gets the value of the frmt property.getMsg()
Gets the value of the msg property.byte[]
Gets the value of the msgCnttSgntr property.getRef()
Gets the value of the ref property.void
setDvc
(ATMDevice1Code value) Sets the value of the dvc property.void
setFrmt
(OutputFormat2Code value) Sets the value of the frmt property.void
Sets the value of the msg property.void
setMsgCnttSgntr
(byte[] value) Sets the value of the msgCnttSgntr property.void
Sets the value of the ref property.
-
Constructor Details
-
ActionMessage4
public ActionMessage4()
-
-
Method Details
-
getFrmt
Gets the value of the frmt property.- Returns:
- possible object is
OutputFormat2Code
-
setFrmt
Sets the value of the frmt property.- Parameters:
value
- allowed object isOutputFormat2Code
-
getMsg
Gets the value of the msg property.- Returns:
- possible object is
String
-
setMsg
Sets the value of the msg property.- Parameters:
value
- allowed object isString
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isString
-
getDvc
Gets the value of the dvc property.- Returns:
- possible object is
ATMDevice1Code
-
setDvc
Sets the value of the dvc property.- Parameters:
value
- allowed object isATMDevice1Code
-
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[]
-