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