Class CustomReport1

java.lang.Object
org.coderic.iso20022.messages.caad.CustomReport1

public class CustomReport1 extends Object

Java class for CustomReport1 complex type.

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

 <complexType name="CustomReport1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Envt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Environment33"/>
         <element name="Cntxt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Context17" minOccurs="0"/>
         <element name="Rpt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ReportData6"/>
         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CustomReport1

      public CustomReport1()
  • Method Details

    • getEnvt

      public Environment33 getEnvt()
      Gets the value of the envt property.
      Returns:
      possible object is Environment33
    • setEnvt

      public void setEnvt(Environment33 value)
      Sets the value of the envt property.
      Parameters:
      value - allowed object is Environment33
    • getCntxt

      public Context17 getCntxt()
      Gets the value of the cntxt property.
      Returns:
      possible object is Context17
    • setCntxt

      public void setCntxt(Context17 value)
      Sets the value of the cntxt property.
      Parameters:
      value - allowed object is Context17
    • getRpt

      public ReportData6 getRpt()
      Gets the value of the rpt property.
      Returns:
      possible object is ReportData6
    • setRpt

      public void setRpt(ReportData6 value)
      Sets the value of the rpt property.
      Parameters:
      value - allowed object is ReportData6
    • getSplmtryData

      public List<SupplementaryData1> getSplmtryData()
      Gets the value of the splmtryData 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 splmtryData property.

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

          getSplmtryData().add(newItem);
       

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