Class AdditionalFee2
java.lang.Object
org.coderic.iso20022.messages.cafm.AdditionalFee2
Java class for AdditionalFee2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalFee2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TypeOfAmount21Code"/>
<element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
<element name="FeePrgm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
<element name="FeeDscrptr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
<element name="FeeAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}FeeAmount3"/>
<element name="FeeRcncltnAmt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}FeeAmount3" minOccurs="0"/>
<element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text" minOccurs="0"/>
<element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.getDesc()Gets the value of the desc property.Gets the value of the feeAmt property.Gets the value of the feeDscrptr property.Gets the value of the feePrgm property.Gets the value of the feeRcncltnAmt property.Gets the value of the othrTp property.getTp()Gets the value of the tp property.voidSets the value of the desc property.voidsetFeeAmt(FeeAmount3 value) Sets the value of the feeAmt property.voidsetFeeDscrptr(String value) Sets the value of the feeDscrptr property.voidsetFeePrgm(String value) Sets the value of the feePrgm property.voidsetFeeRcncltnAmt(FeeAmount3 value) Sets the value of the feeRcncltnAmt property.voidSets the value of the othrTp property.voidsetTp(TypeOfAmount21Code value) Sets the value of the tp property.
-
Constructor Details
-
AdditionalFee2
public AdditionalFee2()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
TypeOfAmount21Code
-
setTp
Sets the value of the tp property.- Parameters:
value- allowed object isTypeOfAmount21Code
-
getOthrTp
Gets the value of the othrTp property.- Returns:
- possible object is
String
-
setOthrTp
Sets the value of the othrTp property.- Parameters:
value- allowed object isString
-
getFeePrgm
Gets the value of the feePrgm property.- Returns:
- possible object is
String
-
setFeePrgm
Sets the value of the feePrgm property.- Parameters:
value- allowed object isString
-
getFeeDscrptr
Gets the value of the feeDscrptr property.- Returns:
- possible object is
String
-
setFeeDscrptr
Sets the value of the feeDscrptr property.- Parameters:
value- allowed object isString
-
getFeeAmt
Gets the value of the feeAmt property.- Returns:
- possible object is
FeeAmount3
-
setFeeAmt
Sets the value of the feeAmt property.- Parameters:
value- allowed object isFeeAmount3
-
getFeeRcncltnAmt
Gets the value of the feeRcncltnAmt property.- Returns:
- possible object is
FeeAmount3
-
setFeeRcncltnAmt
Sets the value of the feeRcncltnAmt property.- Parameters:
value- allowed object isFeeAmount3
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value- allowed object isString
-
getAddtlData
Gets the value of the addtlData 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 Jakarta XML Binding object. This is why there is not a
setmethod for the addtlData property.For example, to add a new item, do as follows:
getAddtlData().add(newItem);Objects of the following type(s) are allowed in the list
AdditionalData1
-