Class FinancingNotificationParties1
java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingNotificationParties1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ackRcvr property.Gets the value of the ntfctnRcvr property.Gets the value of the ntifngPty property.void
setNtfctnRcvr
(Object value) Sets the value of the ntfctnRcvr property.void
setNtifngPty
(Object value) Sets the value of the ntifngPty property.
-
Constructor Details
-
FinancingNotificationParties1
public FinancingNotificationParties1()
-
-
Method Details
-
getNtifngPty
Gets the value of the ntifngPty property.- Returns:
- possible object is
Object
-
setNtifngPty
Sets the value of the ntifngPty property.- Parameters:
value
- allowed object isObject
-
getNtfctnRcvr
Gets the value of the ntfctnRcvr property.- Returns:
- possible object is
Object
-
setNtfctnRcvr
Sets the value of the ntfctnRcvr property.- Parameters:
value
- allowed object isObject
-
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
>
-