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