Class CollateralParties4
java.lang.Object
org.coderic.iso20022.messages.reda.CollateralParties4
Java class for CollateralParties4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollateralParties4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PtyB" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}PartyIdentification232"/> <element name="ClntPtyB" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}PartyIdentification232" minOccurs="0"/> <element name="ElgbltySetPrfl" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}GenericIdentification37" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clntPtyB property.Gets the value of the elgbltySetPrfl property.getPtyB()
Gets the value of the ptyB property.void
Sets the value of the clntPtyB property.void
Sets the value of the elgbltySetPrfl property.void
setPtyB
(PartyIdentification232 value) Sets the value of the ptyB property.
-
Constructor Details
-
CollateralParties4
public CollateralParties4()
-
-
Method Details
-
getPtyB
Gets the value of the ptyB property.- Returns:
- possible object is
PartyIdentification232
-
setPtyB
Sets the value of the ptyB property.- Parameters:
value
- allowed object isPartyIdentification232
-
getClntPtyB
Gets the value of the clntPtyB property.- Returns:
- possible object is
PartyIdentification232
-
setClntPtyB
Sets the value of the clntPtyB property.- Parameters:
value
- allowed object isPartyIdentification232
-
getElgbltySetPrfl
Gets the value of the elgbltySetPrfl property.- Returns:
- possible object is
GenericIdentification37
-
setElgbltySetPrfl
Sets the value of the elgbltySetPrfl property.- Parameters:
value
- allowed object isGenericIdentification37
-