Class PersonOrOrganisation4Choice
java.lang.Object
org.coderic.iso20022.messages.auth.PersonOrOrganisation4Choice
Java class for PersonOrOrganisation4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonOrOrganisation4Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="LEI" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}LEIIdentifier"/>
<element name="Prsn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}GenericPersonIdentification1"/>
<element name="XcptnId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PartyExceptionType1Code"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PersonOrOrganisation4Choice
public PersonOrOrganisation4Choice()
-
-
Method Details
-
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
-
getPrsn
Gets the value of the prsn property.- Returns:
- possible object is
GenericPersonIdentification1
-
setPrsn
Sets the value of the prsn property.- Parameters:
value- allowed object isGenericPersonIdentification1
-
getXcptnId
Gets the value of the xcptnId property.- Returns:
- possible object is
PartyExceptionType1Code
-
setXcptnId
Sets the value of the xcptnId property.- Parameters:
value- allowed object isPartyExceptionType1Code
-