Class Document
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_007_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="DBRptReq" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}DatabaseReportRequest"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbRptReq property.void
setDBRptReq
(DatabaseReportRequest value) Sets the value of the dbRptReq property.
-
Field Details
-
dbRptReq
-
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getDBRptReq
Gets the value of the dbRptReq property.- Returns:
- possible object is
DatabaseReportRequest
-
setDBRptReq
Sets the value of the dbRptReq property.- Parameters:
value
- allowed object isDatabaseReportRequest
-