Class DatabaseReportRequestTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_007_001.DatabaseReportRequestTCH
New Message Type
Java class for DatabaseReportRequest_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseReportRequest_TCH"> <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_TCH"/> <element name="DBRptInf" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}DatabaseReportInformation_TCH"/> </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
-
DatabaseReportRequestTCH
public DatabaseReportRequestTCH()
-
-
Method Details
-
getGrpHdr
Gets the value of the grpHdr property.- Returns:
- possible object is
GrpHdrTCH
-
setGrpHdr
Sets the value of the grpHdr property.- Parameters:
value
- allowed object isGrpHdrTCH
-
getDBRptInf
Gets the value of the dbRptInf property.- Returns:
- possible object is
DatabaseReportInformationTCH
-
setDBRptInf
Sets the value of the dbRptInf property.- Parameters:
value
- allowed object isDatabaseReportInformationTCH
-