Class PartyIdentification136
java.lang.Object
org.coderic.iso20022.messages.colr.PartyIdentification136
Java class for PartyIdentification136 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification136"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}PartyIdentification120Choice"/> <element name="LEI" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}LEIIdentifier" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
PartyIdentification136
public PartyIdentification136()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
PartyIdentification120Choice
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isPartyIdentification120Choice
-
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
-