Class DatabaseReportRequest
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_007_001.DatabaseReportRequest
New Message Type
Java class for DatabaseReportRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseReportRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GrpHdr" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}GrpHdr"/> <element name="DBRptInf" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}DatabaseReportInformation"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbRptInf property.Gets the value of the grpHdr property.void
Sets the value of the dbRptInf property.void
Sets the value of the grpHdr property.
-
Field Details
-
grpHdr
-
dbRptInf
-
-
Constructor Details
-
DatabaseReportRequest
public DatabaseReportRequest()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GrpHdr
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGrpHdr
-
getDBRptInf
Gets the value of the dbRptInf property.- Returns:
- possible object is
DatabaseReportInformation
-
setDBRptInf
Sets the value of the dbRptInf property.- Parameters:
value
- allowed object isDatabaseReportInformation
-