Class DatabaseAvailabilityReportTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.DatabaseAvailabilityReportTCH
New Message Type
Java class for DatabaseAvailabilityReport_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseAvailabilityReport_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GrpHdr" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}GrpHdr"/> <element name="DBRptRspn" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}DatabaseReportReponse_TCH"/> <element name="AvlbtyRpt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}AvailabilityReport_TCH"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AvailabilityReportTCH
protected DatabaseReportReponseTCH
protected GrpHdr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the avlbtyRpt property.Gets the value of the dbRptRspn property.Gets the value of the grpHdr property.void
Sets the value of the avlbtyRpt property.void
Sets the value of the dbRptRspn property.void
Sets the value of the grpHdr property.
-
Field Details
-
grpHdr
-
dbRptRspn
-
avlbtyRpt
-
-
Constructor Details
-
DatabaseAvailabilityReportTCH
public DatabaseAvailabilityReportTCH()
-
-
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
-
getDBRptRspn
Gets the value of the dbRptRspn property.- Returns:
- possible object is
DatabaseReportReponseTCH
-
setDBRptRspn
Sets the value of the dbRptRspn property.- Parameters:
value
- allowed object isDatabaseReportReponseTCH
-
getAvlbtyRpt
Gets the value of the avlbtyRpt property.- Returns:
- possible object is
AvailabilityReportTCH
-
setAvlbtyRpt
Sets the value of the avlbtyRpt property.- Parameters:
value
- allowed object isAvailabilityReportTCH
-