Class PartyAndSignature2
java.lang.Object
org.coderic.iso20022.messages.tsrv.PartyAndSignature2
Java class for PartyAndSignature2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyAndSignature2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PartyIdentification43"/> <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}ProprietaryData3"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPty()
Gets the value of the pty property.getSgntr()
Gets the value of the sgntr property.void
setPty
(PartyIdentification43 value) Sets the value of the pty property.void
setSgntr
(ProprietaryData3 value) Sets the value of the sgntr property.
-
Constructor Details
-
PartyAndSignature2
public PartyAndSignature2()
-
-
Method Details
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
PartyIdentification43
-
setPty
Sets the value of the pty property.- Parameters:
value
- allowed object isPartyIdentification43
-
getSgntr
Gets the value of the sgntr property.- Returns:
- possible object is
ProprietaryData3
-
setSgntr
Sets the value of the sgntr property.- Parameters:
value
- allowed object isProprietaryData3
-