Class DocumentTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_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="DBAvlbtyRpt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}DatabaseAvailabilityReport_TCH"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dbAvlbtyRpt property.voidSets the value of the dbAvlbtyRpt property. 
- 
Field Details
- 
dbAvlbtyRpt
 
 - 
 - 
Constructor Details
- 
DocumentTCH
public DocumentTCH() 
 - 
 - 
Method Details
- 
getDBAvlbtyRpt
Gets the value of the dbAvlbtyRpt property.- Returns:
 - possible object is
     
DatabaseAvailabilityReportTCH 
 - 
setDBAvlbtyRpt
Sets the value of the dbAvlbtyRpt property.- Parameters:
 value- allowed object isDatabaseAvailabilityReportTCH
 
 -