Class AvailabilityParticipantTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.AvailabilityParticipantTCH
Java class for AvailabilityParticipant_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailabilityParticipant_TCH">
<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_TCH" minOccurs="0"/>
<element name="PtcptSspd" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}ParticipantSuspended_TCH" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ParticipantSignOffTCHprotected ParticipantSuspendedTCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ptcptSgnOff property.Gets the value of the ptcptSspd property.voidSets the value of the ptcptSgnOff property.voidSets the value of the ptcptSspd property.
-
Field Details
-
ptcptSgnOff
-
ptcptSspd
-
-
Constructor Details
-
AvailabilityParticipantTCH
public AvailabilityParticipantTCH()
-
-
Method Details
-
getPtcptSgnOff
Gets the value of the ptcptSgnOff property.- Returns:
- possible object is
ParticipantSignOffTCH
-
setPtcptSgnOff
Sets the value of the ptcptSgnOff property.- Parameters:
value- allowed object isParticipantSignOffTCH
-
getPtcptSspd
Gets the value of the ptcptSspd property.- Returns:
- possible object is
ParticipantSuspendedTCH
-
setPtcptSspd
Sets the value of the ptcptSspd property.- Parameters:
value- allowed object isParticipantSuspendedTCH
-