Class ReportData6
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.getCntt()
Gets the value of the cntt property.Gets the value of the crrctn property.getDt()
Gets the value of the dt property.getFrmt()
Gets the value of the frmt property.getFrqcy()
Gets the value of the frqcy property.getId()
Gets the value of the id property.getNm()
Gets the value of the nm property.Gets the value of the othrFrmt property.getQlfr()
Gets the value of the qlfr property.getSeq()
Gets the value of the seq property.getTm()
Gets the value of the tm property.Gets the value of the ttlOcrncs property.Gets the value of the conttnInd property.void
setConttnInd
(Boolean value) Sets the value of the conttnInd property.void
Sets the value of the crrctn property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
setFrmt
(OutputFormat5Code value) Sets the value of the frmt property.void
setFrqcy
(Frequency17Code value) Sets the value of the frqcy property.void
Sets the value of the id property.void
Sets the value of the nm property.void
setOthrFrmt
(String value) Sets the value of the othrFrmt property.void
Sets the value of the qlfr property.void
Sets the value of the seq property.void
setTm
(XMLGregorianCalendar value) Sets the value of the tm property.void
setTtlOcrncs
(String value) Sets the value of the ttlOcrncs property.
-
Constructor Details
-
ReportData6
public ReportData6()
-
-
Method Details
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getQlfr
Gets the value of the qlfr property.- Returns:
- possible object is
String
-
setQlfr
Sets the value of the qlfr property.- Parameters:
value
- allowed object isString
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTm
Gets the value of the tm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTm
Sets the value of the tm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSeq
Gets the value of the seq property.- Returns:
- possible object is
String
-
setSeq
Sets the value of the seq property.- Parameters:
value
- allowed object isString
-
getTtlOcrncs
Gets the value of the ttlOcrncs property.- Returns:
- possible object is
String
-
setTtlOcrncs
Sets the value of the ttlOcrncs property.- Parameters:
value
- allowed object isString
-
getFrqcy
Gets the value of the frqcy property.- Returns:
- possible object is
Frequency17Code
-
setFrqcy
Sets the value of the frqcy property.- Parameters:
value
- allowed object isFrequency17Code
-
getCrrctn
Gets the value of the crrctn property.- Returns:
- possible object is
CorrectionIdentification1
-
setCrrctn
Sets the value of the crrctn property.- Parameters:
value
- allowed object isCorrectionIdentification1
-
isConttnInd
Gets the value of the conttnInd property.- Returns:
- possible object is
Boolean
-
setConttnInd
Sets the value of the conttnInd property.- Parameters:
value
- allowed object isBoolean
-
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
Gets the value of the frmt property.- Returns:
- possible object is
OutputFormat5Code
-
setFrmt
Sets the value of the frmt property.- Parameters:
value
- allowed object isOutputFormat5Code
-
getOthrFrmt
Gets the value of the othrFrmt property.- Returns:
- possible object is
String
-
setOthrFrmt
Sets the value of the othrFrmt property.- Parameters:
value
- allowed object isString
-
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
-