Class Parameter17
java.lang.Object
org.coderic.iso20022.messages.caaa.Parameter17
Java class for Parameter17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter17"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NcrptnFrmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}EncryptionFormat2Code" minOccurs="0"/> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Algorithm26Code" minOccurs="0"/> <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification34" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dgstAlgo property.Gets the value of the mskGnrtrAlgo property.Gets the value of the ncrptnFrmt property.void
setDgstAlgo
(Algorithm26Code value) Sets the value of the dgstAlgo property.void
Sets the value of the mskGnrtrAlgo property.void
Sets the value of the ncrptnFrmt property.
-
Constructor Details
-
Parameter17
public Parameter17()
-
-
Method Details
-
getNcrptnFrmt
Gets the value of the ncrptnFrmt property.- Returns:
- possible object is
EncryptionFormat2Code
-
setNcrptnFrmt
Sets the value of the ncrptnFrmt property.- Parameters:
value
- allowed object isEncryptionFormat2Code
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
Algorithm26Code
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithm26Code
-
getMskGnrtrAlgo
Gets the value of the mskGnrtrAlgo property.- Returns:
- possible object is
AlgorithmIdentification34
-
setMskGnrtrAlgo
Sets the value of the mskGnrtrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification34
-