Class InvestigationRequestAction1
java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationRequestAction1
Java class for InvestigationRequestAction1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationRequestAction1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Actn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationRequestAction1Choice"/> <element name="ActnRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationActionReason1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActn()
Gets the value of the actn property.Gets the value of the actnRsn property.void
Sets the value of the actn property.void
Sets the value of the actnRsn property.
-
Constructor Details
-
InvestigationRequestAction1
public InvestigationRequestAction1()
-
-
Method Details
-
getActn
Gets the value of the actn property.- Returns:
- possible object is
InvestigationRequestAction1Choice
-
setActn
Sets the value of the actn property.- Parameters:
value
- allowed object isInvestigationRequestAction1Choice
-
getActnRsn
Gets the value of the actnRsn property.- Returns:
- possible object is
InvestigationActionReason1
-
setActnRsn
Sets the value of the actnRsn property.- Parameters:
value
- allowed object isInvestigationActionReason1
-