Class ProtectedData1

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

public class ProtectedData1 extends Object

Java class for ProtectedData1 complex type.

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

 <complexType name="ProtectedData1">
   <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}ContentType3Code"/>
         <element name="EnvlpdData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}EnvelopedData6" minOccurs="0"/>
         <element name="NcrptdData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}EncryptedData1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ProtectedData1

      public ProtectedData1()
  • Method Details

    • getCnttTp

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

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

      public EnvelopedData6 getEnvlpdData()
      Gets the value of the envlpdData property.
      Returns:
      possible object is EnvelopedData6
    • setEnvlpdData

      public void setEnvlpdData(EnvelopedData6 value)
      Sets the value of the envlpdData property.
      Parameters:
      value - allowed object is EnvelopedData6
    • getNcrptdData

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

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