Class TripartyCollateralAllegementNotificationCancellationAdviceV01
java.lang.Object
org.coderic.iso20022.messages.colr.TripartyCollateralAllegementNotificationCancellationAdviceV01
Java class for TripartyCollateralAllegementNotificationCancellationAdviceV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TripartyCollateralAllegementNotificationCancellationAdviceV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TxInstrId" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}TransactionIdentifications44"/> <element name="CollTxTp" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}CollateralTransactionType1Choice"/> <element name="XpsrTp" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}ExposureType23Choice"/> <element name="CollSd" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}CollateralRole1Code"/> <element name="ElgbltySetPrfl" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}GenericIdentification1" minOccurs="0"/> <element name="CollPties" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}CollateralParties8"/> <element name="TxAmt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}AmountAndDirection49" minOccurs="0"/> <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}DateAndDateTime2Choice" minOccurs="0"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:colr.024.001.01}SupplementaryData1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the collPties property.Gets the value of the collSd property.Gets the value of the collTxTp property.Gets the value of the elgbltySetPrfl property.Gets the value of the reqdExctnDt property.Gets the value of the splmtryData property.getTxAmt()
Gets the value of the txAmt property.Gets the value of the txInstrId property.Gets the value of the xpsrTp property.void
setCollPties
(CollateralParties8 value) Sets the value of the collPties property.void
setCollSd
(CollateralRole1Code value) Sets the value of the collSd property.void
Sets the value of the collTxTp property.void
Sets the value of the elgbltySetPrfl property.void
Sets the value of the reqdExctnDt property.void
setSplmtryData
(SupplementaryData1 value) Sets the value of the splmtryData property.void
setTxAmt
(AmountAndDirection49 value) Sets the value of the txAmt property.void
Sets the value of the txInstrId property.void
setXpsrTp
(ExposureType23Choice value) Sets the value of the xpsrTp property.
-
Constructor Details
-
TripartyCollateralAllegementNotificationCancellationAdviceV01
public TripartyCollateralAllegementNotificationCancellationAdviceV01()
-
-
Method Details
-
getTxInstrId
Gets the value of the txInstrId property.- Returns:
- possible object is
TransactionIdentifications44
-
setTxInstrId
Sets the value of the txInstrId property.- Parameters:
value
- allowed object isTransactionIdentifications44
-
getCollTxTp
Gets the value of the collTxTp property.- Returns:
- possible object is
CollateralTransactionType1Choice
-
setCollTxTp
Sets the value of the collTxTp property.- Parameters:
value
- allowed object isCollateralTransactionType1Choice
-
getXpsrTp
Gets the value of the xpsrTp property.- Returns:
- possible object is
ExposureType23Choice
-
setXpsrTp
Sets the value of the xpsrTp property.- Parameters:
value
- allowed object isExposureType23Choice
-
getCollSd
Gets the value of the collSd property.- Returns:
- possible object is
CollateralRole1Code
-
setCollSd
Sets the value of the collSd property.- Parameters:
value
- allowed object isCollateralRole1Code
-
getElgbltySetPrfl
Gets the value of the elgbltySetPrfl property.- Returns:
- possible object is
GenericIdentification1
-
setElgbltySetPrfl
Sets the value of the elgbltySetPrfl property.- Parameters:
value
- allowed object isGenericIdentification1
-
getCollPties
Gets the value of the collPties property.- Returns:
- possible object is
CollateralParties8
-
setCollPties
Sets the value of the collPties property.- Parameters:
value
- allowed object isCollateralParties8
-
getTxAmt
Gets the value of the txAmt property.- Returns:
- possible object is
AmountAndDirection49
-
setTxAmt
Sets the value of the txAmt property.- Parameters:
value
- allowed object isAmountAndDirection49
-
getReqdExctnDt
Gets the value of the reqdExctnDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setReqdExctnDt
Sets the value of the reqdExctnDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getSplmtryData
Gets the value of the splmtryData property.- Returns:
- possible object is
SupplementaryData1
-
setSplmtryData
Sets the value of the splmtryData property.- Parameters:
value
- allowed object isSupplementaryData1
-