Class ParticipantSuspended

java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.ParticipantSuspended

public class ParticipantSuspended extends Object

Java class for ParticipantSuspended complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ParticipantSuspended">
   <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 Details

  • Constructor Details

    • ParticipantSuspended

      public ParticipantSuspended()
  • Method Details

    • getPtcptId

      public List<String> 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