Class SettlementParties4Choice
java.lang.Object
org.coderic.iso20022.messages.secl.SettlementParties4Choice
Java class for SettlementParties4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementParties4Choice"> <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}DeliveringPartiesAndAccount11" minOccurs="0"/> <element name="RcvgSttlmPties" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ReceivingPartiesAndAccount11" 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
-
SettlementParties4Choice
public SettlementParties4Choice()
-
-
Method Details
-
getDlvrgSttlmPties
Gets the value of the dlvrgSttlmPties property.- Returns:
- possible object is
DeliveringPartiesAndAccount11
-
setDlvrgSttlmPties
Sets the value of the dlvrgSttlmPties property.- Parameters:
value
- allowed object isDeliveringPartiesAndAccount11
-
getRcvgSttlmPties
Gets the value of the rcvgSttlmPties property.- Returns:
- possible object is
ReceivingPartiesAndAccount11
-
setRcvgSttlmPties
Sets the value of the rcvgSttlmPties property.- Parameters:
value
- allowed object isReceivingPartiesAndAccount11
-