Class StructuredRegulatoryReporting3
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_08.StructuredRegulatoryReporting3
Java class for StructuredRegulatoryReporting3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredRegulatoryReporting3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max35Text" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ISODate" minOccurs="0"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}CountryCode" minOccurs="0"/> <element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max10Text" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="Inf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max35Text" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getCd()
Gets the value of the cd property.getCtry()
Gets the value of the ctry property.getDt()
Gets the value of the dt property.getInf()
Gets the value of the inf property.getTp()
Gets the value of the tp property.void
Sets the value of the amt property.void
Sets the value of the cd property.void
Sets the value of the ctry property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
Sets the value of the tp property.
-
Field Details
-
tp
-
dt
-
ctry
-
cd
-
amt
-
inf
-
-
Constructor Details
-
StructuredRegulatoryReporting3
public StructuredRegulatoryReporting3()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp 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
-
getCtry
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isString
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
String
-
setCd
Sets the value of the cd property.- Parameters:
value
- allowed object isString
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getInf
Gets the value of the inf 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
set
method for the inf property.For example, to add a new item, do as follows:
getInf().add(newItem);
Objects of the following type(s) are allowed in the list
String
-