Class ReportData6

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

public class ReportData6 extends Object

Java class for ReportData6 complex type.

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

 <complexType name="ReportData6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max140Text" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max140Text" minOccurs="0"/>
         <element name="Qlfr" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max70Text" minOccurs="0"/>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ISODate" minOccurs="0"/>
         <element name="Tm" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ISOTime" minOccurs="0"/>
         <element name="Seq" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max5NumericText" minOccurs="0"/>
         <element name="TtlOcrncs" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max5NumericText" minOccurs="0"/>
         <element name="Frqcy" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Frequency17Code" minOccurs="0"/>
         <element name="Crrctn" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}CorrectionIdentification1" minOccurs="0"/>
         <element name="ConttnInd" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}TrueFalseIndicator" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}OutputFormat5Code" minOccurs="0"/>
         <element name="OthrFrmt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max35Text" minOccurs="0"/>
         <element name="Cntt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ReportContent1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ReportData6

      public ReportData6()
  • Method Details

    • getNm

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getQlfr

      public String getQlfr()
      Gets the value of the qlfr property.
      Returns:
      possible object is String
    • setQlfr

      public void setQlfr(String value)
      Sets the value of the qlfr property.
      Parameters:
      value - allowed object is String
    • getDt

      public XMLGregorianCalendar getDt()
      Gets the value of the dt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDt

      public void setDt(XMLGregorianCalendar value)
      Sets the value of the dt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTm

      public XMLGregorianCalendar getTm()
      Gets the value of the tm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTm

      public void setTm(XMLGregorianCalendar value)
      Sets the value of the tm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSeq

      public String getSeq()
      Gets the value of the seq property.
      Returns:
      possible object is String
    • setSeq

      public void setSeq(String value)
      Sets the value of the seq property.
      Parameters:
      value - allowed object is String
    • getTtlOcrncs

      public String getTtlOcrncs()
      Gets the value of the ttlOcrncs property.
      Returns:
      possible object is String
    • setTtlOcrncs

      public void setTtlOcrncs(String value)
      Sets the value of the ttlOcrncs property.
      Parameters:
      value - allowed object is String
    • getFrqcy

      public Frequency17Code getFrqcy()
      Gets the value of the frqcy property.
      Returns:
      possible object is Frequency17Code
    • setFrqcy

      public void setFrqcy(Frequency17Code value)
      Sets the value of the frqcy property.
      Parameters:
      value - allowed object is Frequency17Code
    • getCrrctn

      public CorrectionIdentification1 getCrrctn()
      Gets the value of the crrctn property.
      Returns:
      possible object is CorrectionIdentification1
    • setCrrctn

      public void setCrrctn(CorrectionIdentification1 value)
      Sets the value of the crrctn property.
      Parameters:
      value - allowed object is CorrectionIdentification1
    • isConttnInd

      public Boolean isConttnInd()
      Gets the value of the conttnInd property.
      Returns:
      possible object is Boolean
    • setConttnInd

      public void setConttnInd(Boolean value)
      Sets the value of the conttnInd property.
      Parameters:
      value - allowed object is Boolean
    • getAddtlData

      public List<AdditionalData1> getAddtlData()
      Gets the value of the addtlData 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 addtlData property.

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

          getAddtlData().add(newItem);
       

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

    • getFrmt

      public OutputFormat5Code getFrmt()
      Gets the value of the frmt property.
      Returns:
      possible object is OutputFormat5Code
    • setFrmt

      public void setFrmt(OutputFormat5Code value)
      Sets the value of the frmt property.
      Parameters:
      value - allowed object is OutputFormat5Code
    • getOthrFrmt

      public String getOthrFrmt()
      Gets the value of the othrFrmt property.
      Returns:
      possible object is String
    • setOthrFrmt

      public void setOthrFrmt(String value)
      Sets the value of the othrFrmt property.
      Parameters:
      value - allowed object is String
    • getCntt

      public List<ReportContent1> getCntt()
      Gets the value of the cntt 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 cntt property.

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

          getCntt().add(newItem);
       

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