Class EncryptedContent7

java.lang.Object
org.coderic.iso20022.messages.caaa.EncryptedContent7

public class EncryptedContent7 extends Object

Java class for EncryptedContent7 complex type.

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

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

    • EncryptedContent7

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

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