Class Parameter10
java.lang.Object
org.coderic.iso20022.messages.cafm.Parameter10
Java class for Parameter10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter10"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NcrptnFrmt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}EncryptionFormat2Code" minOccurs="0"/> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Algorithm16Code" minOccurs="0"/> <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification18" 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
(Algorithm16Code 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
-
Parameter10
public Parameter10()
-
-
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
Algorithm16Code
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithm16Code
-
getMskGnrtrAlgo
Gets the value of the mskGnrtrAlgo property.- Returns:
- possible object is
AlgorithmIdentification18
-
setMskGnrtrAlgo
Sets the value of the mskGnrtrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification18
-