Class AvailabilityReportTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.AvailabilityReportTCH
Java class for AvailabilityReport_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailabilityReport_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cnnctn" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}Connection_TCH" minOccurs="0"/> <element name="AvlbtyPtcpt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}AvailabilityParticipant_TCH" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the avlbtyPtcpt property.Gets the value of the cnnctn property.void
Sets the value of the avlbtyPtcpt property.void
setCnnctn
(ConnectionTCH value) Sets the value of the cnnctn property.
-
Field Details
-
cnnctn
-
avlbtyPtcpt
-
-
Constructor Details
-
AvailabilityReportTCH
public AvailabilityReportTCH()
-
-
Method Details
-
getCnnctn
Gets the value of the cnnctn property.- Returns:
- possible object is
ConnectionTCH
-
setCnnctn
Sets the value of the cnnctn property.- Parameters:
value
- allowed object isConnectionTCH
-
getAvlbtyPtcpt
Gets the value of the avlbtyPtcpt property.- Returns:
- possible object is
AvailabilityParticipantTCH
-
setAvlbtyPtcpt
Sets the value of the avlbtyPtcpt property.- Parameters:
value
- allowed object isAvailabilityParticipantTCH
-