Class ParticipantSuspendedTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.ParticipantSuspendedTCH
Java class for ParticipantSuspended_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantSuspended_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PtcptId" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}Min11Max11Text" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ptcptId property.
-
Field Details
-
ptcptId
-
-
Constructor Details
-
ParticipantSuspendedTCH
public ParticipantSuspendedTCH()
-
-
Method Details
-
getPtcptId
Gets the value of the ptcptId property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the ptcptId property.For example, to add a new item, do as follows:
getPtcptId().add(newItem);
Objects of the following type(s) are allowed in the list
String
-