Class MarketClaimCancellationRequestStatusAdviceV02
java.lang.Object
org.coderic.iso20022.messages.seev.MarketClaimCancellationRequestStatusAdviceV02
Java class for MarketClaimCancellationRequestStatusAdviceV02 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarketClaimCancellationRequestStatusAdviceV02"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MktClmCxlReqId" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DocumentIdentification9"/> <element name="TxRef" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}References26"/> <element name="CorpActnGnlInf" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CorporateActionGeneralInformation157"/> <element name="MktClmCxlReqSts" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}MarketClaimCancellationRequestStatus1Choice"/> <element name="MktClmDtls" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CorporateActionOption217" minOccurs="0"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the corpActnGnlInf property.Gets the value of the mktClmCxlReqId property.Gets the value of the mktClmCxlReqSts property.Gets the value of the mktClmDtls property.Gets the value of the splmtryData property.getTxRef()
Gets the value of the txRef property.void
Sets the value of the corpActnGnlInf property.void
Sets the value of the mktClmCxlReqId property.void
Sets the value of the mktClmCxlReqSts property.void
Sets the value of the mktClmDtls property.void
setTxRef
(References26 value) Sets the value of the txRef property.
-
Constructor Details
-
MarketClaimCancellationRequestStatusAdviceV02
public MarketClaimCancellationRequestStatusAdviceV02()
-
-
Method Details
-
getMktClmCxlReqId
Gets the value of the mktClmCxlReqId property.- Returns:
- possible object is
DocumentIdentification9
-
setMktClmCxlReqId
Sets the value of the mktClmCxlReqId property.- Parameters:
value
- allowed object isDocumentIdentification9
-
getTxRef
Gets the value of the txRef property.- Returns:
- possible object is
References26
-
setTxRef
Sets the value of the txRef property.- Parameters:
value
- allowed object isReferences26
-
getCorpActnGnlInf
Gets the value of the corpActnGnlInf property.- Returns:
- possible object is
CorporateActionGeneralInformation157
-
setCorpActnGnlInf
Sets the value of the corpActnGnlInf property.- Parameters:
value
- allowed object isCorporateActionGeneralInformation157
-
getMktClmCxlReqSts
Gets the value of the mktClmCxlReqSts property.- Returns:
- possible object is
MarketClaimCancellationRequestStatus1Choice
-
setMktClmCxlReqSts
Sets the value of the mktClmCxlReqSts property.- Parameters:
value
- allowed object isMarketClaimCancellationRequestStatus1Choice
-
getMktClmDtls
Gets the value of the mktClmDtls property.- Returns:
- possible object is
CorporateActionOption217
-
setMktClmDtls
Sets the value of the mktClmDtls property.- Parameters:
value
- allowed object isCorporateActionOption217
-
getSplmtryData
Gets the value of the splmtryData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);
Objects of the following type(s) are allowed in the list
SupplementaryData1
-