Class Action7
java.lang.Object
org.coderic.iso20022.messages.catp.Action7
Java class for Action7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Action7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ActnTp" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActionType6Code"/> <element name="MsgToPres" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActionMessage4" minOccurs="0"/> <element name="ReqToPrfrm" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}MessageFunction11Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actnTp property.Gets the value of the msgToPres property.Gets the value of the reqToPrfrm property.void
setActnTp
(ActionType6Code value) Sets the value of the actnTp property.void
setMsgToPres
(ActionMessage4 value) Sets the value of the msgToPres property.void
Sets the value of the reqToPrfrm property.
-
Constructor Details
-
Action7
public Action7()
-
-
Method Details
-
getActnTp
Gets the value of the actnTp property.- Returns:
- possible object is
ActionType6Code
-
setActnTp
Sets the value of the actnTp property.- Parameters:
value
- allowed object isActionType6Code
-
getMsgToPres
Gets the value of the msgToPres property.- Returns:
- possible object is
ActionMessage4
-
setMsgToPres
Sets the value of the msgToPres property.- Parameters:
value
- allowed object isActionMessage4
-
getReqToPrfrm
Gets the value of the reqToPrfrm property.- Returns:
- possible object is
MessageFunction11Code
-
setReqToPrfrm
Sets the value of the reqToPrfrm property.- Parameters:
value
- allowed object isMessageFunction11Code
-