Class SettlementParties2Choice
java.lang.Object
org.coderic.iso20022.messages.secl.SettlementParties2Choice
Java class for SettlementParties2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementParties2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="DlvrgSttlmPties" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DeliveringPartiesAndAccount7" minOccurs="0"/> <element name="RcvgSttlmPties" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ReceivingPartiesAndAccount7" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dlvrgSttlmPties property.Gets the value of the rcvgSttlmPties property.void
Sets the value of the dlvrgSttlmPties property.void
Sets the value of the rcvgSttlmPties property.
-
Constructor Details
-
SettlementParties2Choice
public SettlementParties2Choice()
-
-
Method Details
-
getDlvrgSttlmPties
Gets the value of the dlvrgSttlmPties property.- Returns:
- possible object is
DeliveringPartiesAndAccount7
-
setDlvrgSttlmPties
Sets the value of the dlvrgSttlmPties property.- Parameters:
value
- allowed object isDeliveringPartiesAndAccount7
-
getRcvgSttlmPties
Gets the value of the rcvgSttlmPties property.- Returns:
- possible object is
ReceivingPartiesAndAccount7
-
setRcvgSttlmPties
Sets the value of the rcvgSttlmPties property.- Parameters:
value
- allowed object isReceivingPartiesAndAccount7
-