Class AvailabilityReport
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.AvailabilityReport
Java class for AvailabilityReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailabilityReport"> <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" minOccurs="0"/> <element name="AvlbtyPtcpt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}AvailabilityParticipant" 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
(Connection value) Sets the value of the cnnctn property.
-
Field Details
-
cnnctn
-
avlbtyPtcpt
-
-
Constructor Details
-
AvailabilityReport
public AvailabilityReport()
-
-
Method Details
-
getCnnctn
Gets the value of the cnnctn property.- Returns:
- possible object is
Connection
-
setCnnctn
Sets the value of the cnnctn property.- Parameters:
value
- allowed object isConnection
-
getAvlbtyPtcpt
Gets the value of the avlbtyPtcpt property.- Returns:
- possible object is
AvailabilityParticipant
-
setAvlbtyPtcpt
Sets the value of the avlbtyPtcpt property.- Parameters:
value
- allowed object isAvailabilityParticipant
-