Class EncryptedContent4

java.lang.Object
org.coderic.iso20022.messages.cafm.EncryptedContent4

public class EncryptedContent4 extends Object

Java class for EncryptedContent4 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EncryptedContent4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CnttTp" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ContentType2Code"/>
         <element name="CnttNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification24" minOccurs="0"/>
         <element name="NcrptdData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max100KBinary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncryptedContent4

      public EncryptedContent4()
  • 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 AlgorithmIdentification24 getCnttNcrptnAlgo()
      Gets the value of the cnttNcrptnAlgo property.
      Returns:
      possible object is AlgorithmIdentification24
    • setCnttNcrptnAlgo

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

      public byte[] getNcrptdData()
      Gets the value of the ncrptdData property.
      Returns:
      possible object is byte[]
    • setNcrptdData

      public void setNcrptdData(byte[] value)
      Sets the value of the ncrptdData property.
      Parameters:
      value - allowed object is byte[]