Class EncryptedContent3

java.lang.Object
org.coderic.iso20022.messages.catp.EncryptedContent3

public class EncryptedContent3 extends Object

Java class for EncryptedContent3 complex type.

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

 <complexType name="EncryptedContent3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CnttTp" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ContentType2Code"/>
         <element name="CnttNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AlgorithmIdentification14"/>
         <element name="NcrptdData" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max100KBinary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncryptedContent3

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

      public void setCnttNcrptnAlgo(AlgorithmIdentification14 value)
      Sets the value of the cnttNcrptnAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification14
    • 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[]