Class SpecialProgrammeQualification1

java.lang.Object
org.coderic.iso20022.messages.cafc.SpecialProgrammeQualification1

public class SpecialProgrammeQualification1 extends Object

Java class for SpecialProgrammeQualification1 complex type.

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

 <complexType name="SpecialProgrammeQualification1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Prgrmm" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="Dtl" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}SpecialProgrammeDetails1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SpecialProgrammeQualification1

      public SpecialProgrammeQualification1()
  • Method Details

    • getPrgrmm

      public String getPrgrmm()
      Gets the value of the prgrmm property.
      Returns:
      possible object is String
    • setPrgrmm

      public void setPrgrmm(String value)
      Sets the value of the prgrmm property.
      Parameters:
      value - allowed object is String
    • getDtl

      public List<SpecialProgrammeDetails1> getDtl()
      Gets the value of the dtl 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 dtl property.

      For example, to add a new item, do as follows:

          getDtl().add(newItem);
       

      Objects of the following type(s) are allowed in the list SpecialProgrammeDetails1