Class AvailabilityParticipant
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.AvailabilityParticipant
Java class for AvailabilityParticipant complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailabilityParticipant"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PtcptSgnOff" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}ParticipantSignOff" minOccurs="0"/> <element name="PtcptSspd" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}ParticipantSuspended" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ptcptSgnOff property.Gets the value of the ptcptSspd property.void
setPtcptSgnOff
(ParticipantSignOff value) Sets the value of the ptcptSgnOff property.void
setPtcptSspd
(ParticipantSuspended value) Sets the value of the ptcptSspd property.
-
Field Details
-
ptcptSgnOff
-
ptcptSspd
-
-
Constructor Details
-
AvailabilityParticipant
public AvailabilityParticipant()
-
-
Method Details
-
getPtcptSgnOff
Gets the value of the ptcptSgnOff property.- Returns:
- possible object is
ParticipantSignOff
-
setPtcptSgnOff
Sets the value of the ptcptSgnOff property.- Parameters:
value
- allowed object isParticipantSignOff
-
getPtcptSspd
Gets the value of the ptcptSspd property.- Returns:
- possible object is
ParticipantSuspended
-
setPtcptSspd
Sets the value of the ptcptSspd property.- Parameters:
value
- allowed object isParticipantSuspended
-