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