Class EncryptedContent7
java.lang.Object
org.coderic.iso20022.messages.caaa.EncryptedContent7
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 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
-
EncryptedContent7
public EncryptedContent7()
-
-
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
AlgorithmIdentification32
-
setCnttNcrptnAlgo
Sets the value of the cnttNcrptnAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification32
-
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[]
-