Class Document
java.lang.Object
org.coderic.iso20022.messages.setr.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="ReqForOrdrConfStsRpt" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}RequestForOrderConfirmationStatusReportV02"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reqForOrdrConfStsRpt property.void
Sets the value of the reqForOrdrConfStsRpt property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getReqForOrdrConfStsRpt
Gets the value of the reqForOrdrConfStsRpt property.- Returns:
- possible object is
RequestForOrderConfirmationStatusReportV02
-
setReqForOrdrConfStsRpt
Sets the value of the reqForOrdrConfStsRpt property.- Parameters:
value
- allowed object isRequestForOrderConfirmationStatusReportV02
-