Class RegulatoryReporting3
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_10.RegulatoryReporting3
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.008.001.10}RegulatoryReportingType1Code" minOccurs="0"/>
<element name="Authrty" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}RegulatoryAuthority2" minOccurs="0"/>
<element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}StructuredRegulatoryReporting3" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RegulatoryAuthority2protected RegulatoryReportingType1Codeprotected List<StructuredRegulatoryReporting3> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authrty property.Gets the value of the dbtCdtRptgInd property.getDtls()Gets the value of the dtls property.voidsetAuthrty(RegulatoryAuthority2 value) Sets the value of the authrty property.voidSets the value of the dbtCdtRptgInd property.
-
Field Details
-
dbtCdtRptgInd
-
authrty
-
dtls
-
-
Constructor Details
-
RegulatoryReporting3
public RegulatoryReporting3()
-
-
Method Details
-
getDbtCdtRptgInd
Gets the value of the dbtCdtRptgInd property.- Returns:
- possible object is
RegulatoryReportingType1Code
-
setDbtCdtRptgInd
Sets the value of the dbtCdtRptgInd property.- Parameters:
value- allowed object isRegulatoryReportingType1Code
-
getAuthrty
Gets the value of the authrty property.- Returns:
- possible object is
RegulatoryAuthority2
-
setAuthrty
Sets the value of the authrty property.- Parameters:
value- allowed object isRegulatoryAuthority2
-
getDtls
Gets the value of the dtls 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 JAXB object. This is why there is not a
setmethod 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
-