Class PartyIdentificationAndAccount203
java.lang.Object
org.coderic.iso20022.messages.colr.PartyIdentificationAndAccount203
Java class for PartyIdentificationAndAccount203 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentificationAndAccount203"> <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"/> <element name="AltrnId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}AlternatePartyIdentification7" minOccurs="0"/> <element name="SfkpgAcct" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}SecuritiesAccount19" minOccurs="0"/> <element name="BlckChainAdrOrWllt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}BlockChainAddressWallet3" minOccurs="0"/> <element name="PtyCpcty" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}TradingPartyCapacity5Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altrnId property.Gets the value of the blckChainAdrOrWllt property.getId()
Gets the value of the id property.getLEI()
Gets the value of the lei property.Gets the value of the ptyCpcty property.Gets the value of the sfkpgAcct property.void
Sets the value of the altrnId property.void
Sets the value of the blckChainAdrOrWllt property.void
Sets the value of the id property.void
Sets the value of the lei property.void
Sets the value of the ptyCpcty property.void
setSfkpgAcct
(SecuritiesAccount19 value) Sets the value of the sfkpgAcct property.
-
Constructor Details
-
PartyIdentificationAndAccount203
public PartyIdentificationAndAccount203()
-
-
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
-
getSfkpgAcct
Gets the value of the sfkpgAcct property.- Returns:
- possible object is
SecuritiesAccount19
-
setSfkpgAcct
Sets the value of the sfkpgAcct property.- Parameters:
value
- allowed object isSecuritiesAccount19
-
getBlckChainAdrOrWllt
Gets the value of the blckChainAdrOrWllt property.- Returns:
- possible object is
BlockChainAddressWallet3
-
setBlckChainAdrOrWllt
Sets the value of the blckChainAdrOrWllt property.- Parameters:
value
- allowed object isBlockChainAddressWallet3
-
getPtyCpcty
Gets the value of the ptyCpcty property.- Returns:
- possible object is
TradingPartyCapacity5Choice
-
setPtyCpcty
Sets the value of the ptyCpcty property.- Parameters:
value
- allowed object isTradingPartyCapacity5Choice
-