public class AccountInterest4
extends java.lang.Object
Java class for AccountInterest4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountInterest4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}InterestType1Choice" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Rate4" maxOccurs="unbounded" minOccurs="0"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateTimePeriod1" minOccurs="0"/> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxCharges2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected DateTimePeriod1 |
frToDt |
|
protected java.util.List<Rate4> |
rate |
|
protected java.lang.String |
rsn |
|
protected TaxCharges2 |
tax |
|
protected InterestType1Choice |
tp |
Constructor | Description |
---|---|
AccountInterest4() |
Modifier and Type | Method | Description |
---|---|---|
DateTimePeriod1 |
getFrToDt() |
Gets the value of the frToDt property.
|
java.util.List<Rate4> |
getRate() |
Gets the value of the rate property.
|
java.lang.String |
getRsn() |
Gets the value of the rsn property.
|
TaxCharges2 |
getTax() |
Gets the value of the tax property.
|
InterestType1Choice |
getTp() |
Gets the value of the tp property.
|
void |
setFrToDt(DateTimePeriod1 value) |
Sets the value of the frToDt property.
|
void |
setRsn(java.lang.String value) |
Sets the value of the rsn property.
|
void |
setTax(TaxCharges2 value) |
Sets the value of the tax property.
|
void |
setTp(InterestType1Choice value) |
Sets the value of the tp property.
|
protected InterestType1Choice tp
protected java.util.List<Rate4> rate
protected DateTimePeriod1 frToDt
protected java.lang.String rsn
protected TaxCharges2 tax
public InterestType1Choice getTp()
InterestType1Choice
public void setTp(InterestType1Choice value)
value
- allowed object is
InterestType1Choice
public java.util.List<Rate4> getRate()
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 rate property.
For example, to add a new item, do as follows:
getRate().add(newItem);
Objects of the following type(s) are allowed in the list
Rate4
public DateTimePeriod1 getFrToDt()
DateTimePeriod1
public void setFrToDt(DateTimePeriod1 value)
value
- allowed object is
DateTimePeriod1
public java.lang.String getRsn()
String
public void setRsn(java.lang.String value)
value
- allowed object is
String
public TaxCharges2 getTax()
TaxCharges2
public void setTax(TaxCharges2 value)
value
- allowed object is
TaxCharges2
Copyright © 2018. All rights reserved.