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