Class ReceivingPartiesAndAccount11
java.lang.Object
org.coderic.iso20022.messages.secl.ReceivingPartiesAndAccount11
Java class for ReceivingPartiesAndAccount11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReceivingPartiesAndAccount11"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Dpstry" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentification34Choice"/> <element name="Pty1" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentificationAndAccount102"/> <element name="Pty2" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PartyIdentificationAndAccount102" minOccurs="0"/> <element name="SctiesSttlmSys" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dpstry property.getPty1()
Gets the value of the pty1 property.getPty2()
Gets the value of the pty2 property.Gets the value of the sctiesSttlmSys property.void
Sets the value of the dpstry property.void
Sets the value of the pty1 property.void
Sets the value of the pty2 property.void
setSctiesSttlmSys
(String value) Sets the value of the sctiesSttlmSys property.
-
Constructor Details
-
ReceivingPartiesAndAccount11
public ReceivingPartiesAndAccount11()
-
-
Method Details
-
getDpstry
Gets the value of the dpstry property.- Returns:
- possible object is
PartyIdentification34Choice
-
setDpstry
Sets the value of the dpstry property.- Parameters:
value
- allowed object isPartyIdentification34Choice
-
getPty1
Gets the value of the pty1 property.- Returns:
- possible object is
PartyIdentificationAndAccount102
-
setPty1
Sets the value of the pty1 property.- Parameters:
value
- allowed object isPartyIdentificationAndAccount102
-
getPty2
Gets the value of the pty2 property.- Returns:
- possible object is
PartyIdentificationAndAccount102
-
setPty2
Sets the value of the pty2 property.- Parameters:
value
- allowed object isPartyIdentificationAndAccount102
-
getSctiesSttlmSys
Gets the value of the sctiesSttlmSys property.- Returns:
- possible object is
String
-
setSctiesSttlmSys
Sets the value of the sctiesSttlmSys property.- Parameters:
value
- allowed object isString
-