Class EncryptedContent5
java.lang.Object
org.coderic.iso20022.messages.canm.EncryptedContent5
Java class for EncryptedContent5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedContent5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CnttTp" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ContentType2Code"/> <element name="CnttNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}AlgorithmIdentification25"/> <element name="NcrptdDataElmt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}EncryptedDataElement1" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cnttNcrptnAlgo property.Gets the value of the cnttTp property.Gets the value of the ncrptdDataElmt property.void
Sets the value of the cnttNcrptnAlgo property.void
setCnttTp
(ContentType2Code value) Sets the value of the cnttTp property.
-
Constructor Details
-
EncryptedContent5
public EncryptedContent5()
-
-
Method Details
-
getCnttTp
Gets the value of the cnttTp property.- Returns:
- possible object is
ContentType2Code
-
setCnttTp
Sets the value of the cnttTp property.- Parameters:
value
- allowed object isContentType2Code
-
getCnttNcrptnAlgo
Gets the value of the cnttNcrptnAlgo property.- Returns:
- possible object is
AlgorithmIdentification25
-
setCnttNcrptnAlgo
Sets the value of the cnttNcrptnAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification25
-
getNcrptdDataElmt
Gets the value of the ncrptdDataElmt 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 ncrptdDataElmt property.For example, to add a new item, do as follows:
getNcrptdDataElmt().add(newItem);
Objects of the following type(s) are allowed in the list
EncryptedDataElement1
-