Class ProtectedData1
java.lang.Object
org.coderic.iso20022.messages.cain.ProtectedData1
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:cain.028.001.02}ContentType3Code"/> <element name="EnvlpdData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}EnvelopedData6" minOccurs="0"/> <element name="NcrptdData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}EncryptedData1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cnttTp property.Gets the value of the envlpdData property.Gets the value of the ncrptdData property.void
setCnttTp
(ContentType3Code value) Sets the value of the cnttTp property.void
setEnvlpdData
(EnvelopedData6 value) Sets the value of the envlpdData property.void
setNcrptdData
(EncryptedData1 value) Sets the value of the ncrptdData property.
-
Constructor Details
-
ProtectedData1
public ProtectedData1()
-
-
Method Details
-
getCnttTp
Gets the value of the cnttTp property.- Returns:
- possible object is
ContentType3Code
-
setCnttTp
Sets the value of the cnttTp property.- Parameters:
value
- allowed object isContentType3Code
-
getEnvlpdData
Gets the value of the envlpdData property.- Returns:
- possible object is
EnvelopedData6
-
setEnvlpdData
Sets the value of the envlpdData property.- Parameters:
value
- allowed object isEnvelopedData6
-
getNcrptdData
Gets the value of the ncrptdData property.- Returns:
- possible object is
EncryptedData1
-
setNcrptdData
Sets the value of the ncrptdData property.- Parameters:
value
- allowed object isEncryptedData1
-