Class InvestigationStatus5Choice
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_029_001.InvestigationStatus5Choice
Java class for InvestigationStatus5Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationStatus5Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Conf" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.09}ExternalInvestigationExecutionConfirmation1Code"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConf()Gets the value of the conf property.voidSets the value of the conf property.
-
Field Details
-
conf
-
-
Constructor Details
-
InvestigationStatus5Choice
public InvestigationStatus5Choice()
-
-
Method Details
-
getConf
Gets the value of the conf property.- Returns:
- possible object is
ExternalInvestigationExecutionConfirmation1Code
-
setConf
Sets the value of the conf property.- Parameters:
value- allowed object isExternalInvestigationExecutionConfirmation1Code
-