Class KeyExchangeResponse2
Java class for KeyExchangeResponse2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyExchangeResponse2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cntxt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Context17" minOccurs="0"/> <element name="Tx" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Transaction133"/> <element name="PrcgRslt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ProcessingResult19"/> <element name="PrtctdData" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ProtectedData1" maxOccurs="unbounded" minOccurs="0"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCntxt()
Gets the value of the cntxt property.Gets the value of the prcgRslt property.Gets the value of the prtctdData property.Gets the value of the splmtryData property.getTx()
Gets the value of the tx property.void
Sets the value of the cntxt property.void
setPrcgRslt
(ProcessingResult19 value) Sets the value of the prcgRslt property.void
setTx
(Transaction133 value) Sets the value of the tx property.
-
Constructor Details
-
KeyExchangeResponse2
public KeyExchangeResponse2()
-
-
Method Details
-
getCntxt
Gets the value of the cntxt property.- Returns:
- possible object is
Context17
-
setCntxt
Sets the value of the cntxt property.- Parameters:
value
- allowed object isContext17
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
Transaction133
-
setTx
Sets the value of the tx property.- Parameters:
value
- allowed object isTransaction133
-
getPrcgRslt
Gets the value of the prcgRslt property.- Returns:
- possible object is
ProcessingResult19
-
setPrcgRslt
Sets the value of the prcgRslt property.- Parameters:
value
- allowed object isProcessingResult19
-
getPrtctdData
Gets the value of the prtctdData 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 prtctdData property.For example, to add a new item, do as follows:
getPrtctdData().add(newItem);
Objects of the following type(s) are allowed in the list
ProtectedData1
-
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
-