Class DocumentTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_007_001.DocumentTCH
Java class for Document_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document_TCH">
<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_TCH"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbRptReq property.voidSets the value of the dbRptReq property.
-
Field Details
-
dbRptReq
-
-
Constructor Details
-
DocumentTCH
public DocumentTCH()
-
-
Method Details
-
getDBRptReq
Gets the value of the dbRptReq property.- Returns:
- possible object is
DatabaseReportRequestTCH
-
setDBRptReq
Sets the value of the dbRptReq property.- Parameters:
value- allowed object isDatabaseReportRequestTCH
-