Class PartyIdentification113
java.lang.Object
org.coderic.iso20022.messages.setr.PartyIdentification113
Java class for PartyIdentification113 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification113"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}PartyIdentification90Choice"/> <element name="LEI" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}LEIIdentifier" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
PartyIdentification113
public PartyIdentification113()
-
-
Method Details
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
PartyIdentification90Choice
-
setPty
Sets the value of the pty property.- Parameters:
value
- allowed object isPartyIdentification90Choice
-
getLEI
Gets the value of the lei property.- Returns:
- possible object is
String
-
setLEI
Sets the value of the lei property.- Parameters:
value
- allowed object isString
-