Class Document
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.Document
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DBAvlbtyRpt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}DatabaseAvailabilityReport"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbAvlbtyRpt property.void
Sets the value of the dbAvlbtyRpt property.
-
Field Details
-
dbAvlbtyRpt
-
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getDBAvlbtyRpt
Gets the value of the dbAvlbtyRpt property.- Returns:
- possible object is
DatabaseAvailabilityReport
-
setDBAvlbtyRpt
Sets the value of the dbAvlbtyRpt property.- Parameters:
value
- allowed object isDatabaseAvailabilityReport
-