public class StructuredRegulatoryReporting3 extends Object
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.001.001.03}Max35Text" minOccurs="0"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ISODate" minOccurs="0"/>
<element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CountryCode" minOccurs="0"/>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max10Text" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="Inf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected String |
cd |
protected String |
ctry |
protected XMLGregorianCalendar |
dt |
protected List<String> |
inves |
protected String |
tp |
| Constructor and Description |
|---|
StructuredRegulatoryReporting3() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
String |
getCd()
Gets the value of the cd property.
|
String |
getCtry()
Gets the value of the ctry property.
|
XMLGregorianCalendar |
getDt()
Gets the value of the dt property.
|
List<String> |
getInves()
Gets the value of the inves property.
|
String |
getTp()
Gets the value of the tp property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setCd(String value)
Sets the value of the cd property.
|
void |
setCtry(String value)
Sets the value of the ctry property.
|
void |
setDt(XMLGregorianCalendar value)
Sets the value of the dt property.
|
void |
setTp(String value)
Sets the value of the tp property.
|
protected String tp
protected XMLGregorianCalendar dt
protected String ctry
protected String cd
protected ActiveOrHistoricCurrencyAndAmount amt
public void setTp(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCtry()
Stringpublic void setCtry(String value)
value - allowed object is
Stringpublic void setCd(String value)
value - allowed object is
Stringpublic ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic List<String> getInves()
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 inves property.
For example, to add a new item, do as follows:
getInves().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2019. All rights reserved.