Class DatabaseAvailabilityReport
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.DatabaseAvailabilityReport
New Message Type
Java class for DatabaseAvailabilityReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseAvailabilityReport"> <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"/> <element name="AvlbtyRpt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}AvailabilityReport"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AvailabilityReport
protected DatabaseReportReponse
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
setAvlbtyRpt
(AvailabilityReport value) 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
-
DatabaseAvailabilityReport
public DatabaseAvailabilityReport()
-
-
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
DatabaseReportReponse
-
setDBRptRspn
Sets the value of the dbRptRspn property.- Parameters:
value
- allowed object isDatabaseReportReponse
-
getAvlbtyRpt
Gets the value of the avlbtyRpt property.- Returns:
- possible object is
AvailabilityReport
-
setAvlbtyRpt
Sets the value of the avlbtyRpt property.- Parameters:
value
- allowed object isAvailabilityReport
-