Class EncryptedContent5

java.lang.Object
org.coderic.iso20022.messages.cain.EncryptedContent5

public class EncryptedContent5 extends Object

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:cain.028.001.02}ContentType2Code"/>
         <element name="CnttNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AlgorithmIdentification25"/>
         <element name="NcrptdDataElmt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}EncryptedDataElement1" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncryptedContent5

      public EncryptedContent5()
  • Method Details

    • getCnttTp

      public ContentType2Code getCnttTp()
      Gets the value of the cnttTp property.
      Returns:
      possible object is ContentType2Code
    • setCnttTp

      public void setCnttTp(ContentType2Code value)
      Sets the value of the cnttTp property.
      Parameters:
      value - allowed object is ContentType2Code
    • getCnttNcrptnAlgo

      public AlgorithmIdentification25 getCnttNcrptnAlgo()
      Gets the value of the cnttNcrptnAlgo property.
      Returns:
      possible object is AlgorithmIdentification25
    • setCnttNcrptnAlgo

      public void setCnttNcrptnAlgo(AlgorithmIdentification25 value)
      Sets the value of the cnttNcrptnAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification25
    • getNcrptdDataElmt

      public List<EncryptedDataElement1> 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