public class RegulatoryReporting3 extends Object
Java class for RegulatoryReporting3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegulatoryReporting3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DbtCdtRptgInd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}RegulatoryReportingType1Code" minOccurs="0"/>
<element name="Authrty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}RegulatoryAuthority2" minOccurs="0"/>
<element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}StructuredRegulatoryReporting3" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RegulatoryAuthority2 |
authrty |
protected RegulatoryReportingType1Code |
dbtCdtRptgInd |
protected List<StructuredRegulatoryReporting3> |
dtls |
| Constructor and Description |
|---|
RegulatoryReporting3() |
| Modifier and Type | Method and Description |
|---|---|
RegulatoryAuthority2 |
getAuthrty()
Gets the value of the authrty property.
|
RegulatoryReportingType1Code |
getDbtCdtRptgInd()
Gets the value of the dbtCdtRptgInd property.
|
List<StructuredRegulatoryReporting3> |
getDtls()
Gets the value of the dtls property.
|
void |
setAuthrty(RegulatoryAuthority2 value)
Sets the value of the authrty property.
|
void |
setDbtCdtRptgInd(RegulatoryReportingType1Code value)
Sets the value of the dbtCdtRptgInd property.
|
protected RegulatoryReportingType1Code dbtCdtRptgInd
protected RegulatoryAuthority2 authrty
protected List<StructuredRegulatoryReporting3> dtls
public RegulatoryReportingType1Code getDbtCdtRptgInd()
RegulatoryReportingType1Codepublic void setDbtCdtRptgInd(RegulatoryReportingType1Code value)
value - allowed object is
RegulatoryReportingType1Codepublic RegulatoryAuthority2 getAuthrty()
RegulatoryAuthority2public void setAuthrty(RegulatoryAuthority2 value)
value - allowed object is
RegulatoryAuthority2public List<StructuredRegulatoryReporting3> getDtls()
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 JAXB object.
This is why there is not a set method for the dtls property.
For example, to add a new item, do as follows:
getDtls().add(newItem);
Objects of the following type(s) are allowed in the list
StructuredRegulatoryReporting3
Copyright © 2019. All rights reserved.