Class Party40ChoiceTCH3
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_056_001.Party40ChoiceTCH3
Java class for Party40Choice_TCH_3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party40Choice_TCH_3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.08}PartyIdentification135_TCH_3"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPty()
Gets the value of the pty property.void
setPty
(PartyIdentification135TCH3 value) Sets the value of the pty property.
-
Field Details
-
pty
-
-
Constructor Details
-
Party40ChoiceTCH3
public Party40ChoiceTCH3()
-
-
Method Details
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
PartyIdentification135TCH3
-
setPty
Sets the value of the pty property.- Parameters:
value
- allowed object isPartyIdentification135TCH3
-