Class QualifiedPartyAndXMLSignature1
java.lang.Object
org.coderic.iso20022.messages.tsmt.QualifiedPartyAndXMLSignature1
Java class for QualifiedPartyAndXMLSignature1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualifiedPartyAndXMLSignature1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Pty" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/> <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}SignatureEnvelope"/> </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
Sets the value of the pty property.void
setSgntr
(SignatureEnvelope value) Sets the value of the sgntr property.
-
Constructor Details
-
QualifiedPartyAndXMLSignature1
public QualifiedPartyAndXMLSignature1()
-
-
Method Details
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
Object
-
setPty
Sets the value of the pty property.- Parameters:
value
- allowed object isObject
-
getSgntr
Gets the value of the sgntr property.- Returns:
- possible object is
SignatureEnvelope
-
setSgntr
Sets the value of the sgntr property.- Parameters:
value
- allowed object isSignatureEnvelope
-