Class EncryptedContent4
java.lang.Object
org.coderic.iso20022.messages.cafm.EncryptedContent4
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cnttNcrptnAlgo property.Gets the value of the cnttTp property.byte[]
Gets the value of the ncrptdData property.void
Sets the value of the cnttNcrptnAlgo property.void
setCnttTp
(ContentType2Code value) Sets the value of the cnttTp property.void
setNcrptdData
(byte[] value) Sets the value of the ncrptdData property.
-
Constructor Details
-
EncryptedContent4
public EncryptedContent4()
-
-
Method Details
-
getCnttTp
Gets the value of the cnttTp property.- Returns:
- possible object is
ContentType2Code
-
setCnttTp
Sets the value of the cnttTp property.- Parameters:
value
- allowed object isContentType2Code
-
getCnttNcrptnAlgo
Gets the value of the cnttNcrptnAlgo property.- Returns:
- possible object is
AlgorithmIdentification24
-
setCnttNcrptnAlgo
Sets the value of the cnttNcrptnAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification24
-
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[]
-