Class FeeCollectionReference1

java.lang.Object
org.coderic.iso20022.messages.cafc.FeeCollectionReference1

public class FeeCollectionReference1 extends Object

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 Details

    • FeeCollectionReference1

      public FeeCollectionReference1()
  • Method Details

    • getAssgnrNtty

      public PartyType32Code getAssgnrNtty()
      Gets the value of the assgnrNtty property.
      Returns:
      possible object is PartyType32Code
    • setAssgnrNtty

      public void setAssgnrNtty(PartyType32Code value)
      Sets the value of the assgnrNtty property.
      Parameters:
      value - allowed object is PartyType32Code
    • getOthrAssgnrNtty

      public String getOthrAssgnrNtty()
      Gets the value of the othrAssgnrNtty property.
      Returns:
      possible object is String
    • setOthrAssgnrNtty

      public void setOthrAssgnrNtty(String value)
      Sets the value of the othrAssgnrNtty property.
      Parameters:
      value - allowed object is String
    • getFeeColltnId

      public List<FeeCollectionIdentification1> 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