Class FinancingNotificationParties1

java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingNotificationParties1

public class FinancingNotificationParties1 extends Object

Java class for FinancingNotificationParties1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FinancingNotificationParties1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NtifngPty" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="NtfctnRcvr" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="AckRcvr" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancingNotificationParties1

      public FinancingNotificationParties1()
  • Method Details

    • getNtifngPty

      public Object getNtifngPty()
      Gets the value of the ntifngPty property.
      Returns:
      possible object is Object
    • setNtifngPty

      public void setNtifngPty(Object value)
      Sets the value of the ntifngPty property.
      Parameters:
      value - allowed object is Object
    • getNtfctnRcvr

      public Object getNtfctnRcvr()
      Gets the value of the ntfctnRcvr property.
      Returns:
      possible object is Object
    • setNtfctnRcvr

      public void setNtfctnRcvr(Object value)
      Sets the value of the ntfctnRcvr property.
      Parameters:
      value - allowed object is Object
    • getAckRcvr

      public List<jakarta.xml.bind.JAXBElement<Object>> getAckRcvr()
      Gets the value of the ackRcvr 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 ackRcvr property.

      For example, to add a new item, do as follows:

          getAckRcvr().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>