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