Class FeeCollectionReference1
java.lang.Object
org.coderic.iso20022.messages.cafc.FeeCollectionReference1
Java class for FeeCollectionReference1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeeCollectionReference1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AssgnrNtty" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}PartyType32Code" minOccurs="0"/> <element name="OthrAssgnrNtty" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/> <element name="FeeColltnId" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}FeeCollectionIdentification1" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assgnrNtty property.Gets the value of the feeColltnId property.Gets the value of the othrAssgnrNtty property.void
setAssgnrNtty
(PartyType32Code value) Sets the value of the assgnrNtty property.void
setOthrAssgnrNtty
(String value) Sets the value of the othrAssgnrNtty property.
-
Constructor Details
-
FeeCollectionReference1
public FeeCollectionReference1()
-
-
Method Details
-
getAssgnrNtty
Gets the value of the assgnrNtty property.- Returns:
- possible object is
PartyType32Code
-
setAssgnrNtty
Sets the value of the assgnrNtty property.- Parameters:
value
- allowed object isPartyType32Code
-
getOthrAssgnrNtty
Gets the value of the othrAssgnrNtty property.- Returns:
- possible object is
String
-
setOthrAssgnrNtty
Sets the value of the othrAssgnrNtty property.- Parameters:
value
- allowed object isString
-
getFeeColltnId
Gets the value of the feeColltnId 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
set
method for the feeColltnId property.For example, to add a new item, do as follows:
getFeeColltnId().add(newItem);
Objects of the following type(s) are allowed in the list
FeeCollectionIdentification1
-