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 SummaryFieldsModifier and TypeFieldDescriptionprotected AvailabilityReportTCHprotected DatabaseReportReponseTCHprotected GrpHdr
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the avlbtyRpt property.Gets the value of the dbRptRspn property.Gets the value of the grpHdr property.voidSets the value of the avlbtyRpt property.voidSets the value of the dbRptRspn property.voidSets the value of the grpHdr property.
- 
Field Details- 
grpHdr
- 
dbRptRspn
- 
avlbtyRpt
 
- 
- 
Constructor Details- 
DatabaseAvailabilityReportTCHpublic DatabaseAvailabilityReportTCH()
 
- 
- 
Method Details- 
getGrpHdrGets the value of the grpHdr property.- Returns:
- possible object is
     GrpHdr
 
- 
setGrpHdrSets the value of the grpHdr property.- Parameters:
- value- allowed object is- GrpHdr
 
- 
getDBRptRspnGets the value of the dbRptRspn property.- Returns:
- possible object is
     DatabaseReportReponseTCH
 
- 
setDBRptRspnSets the value of the dbRptRspn property.- Parameters:
- value- allowed object is- DatabaseReportReponseTCH
 
- 
getAvlbtyRptGets the value of the avlbtyRpt property.- Returns:
- possible object is
     AvailabilityReportTCH
 
- 
setAvlbtyRptSets the value of the avlbtyRpt property.- Parameters:
- value- allowed object is- AvailabilityReportTCH
 
 
-