Class Parameter4
java.lang.Object
org.coderic.iso20022.messages.catp.Parameter4
Java class for Parameter4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NcrptnFrmt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}EncryptionFormat1Code" minOccurs="0"/> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Algorithm11Code" minOccurs="0"/> <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AlgorithmIdentification12" 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
(Algorithm11Code 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
-
Parameter4
public Parameter4()
-
-
Method Details
-
getNcrptnFrmt
Gets the value of the ncrptnFrmt property.- Returns:
- possible object is
EncryptionFormat1Code
-
setNcrptnFrmt
Sets the value of the ncrptnFrmt property.- Parameters:
value
- allowed object isEncryptionFormat1Code
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
Algorithm11Code
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithm11Code
-
getMskGnrtrAlgo
Gets the value of the mskGnrtrAlgo property.- Returns:
- possible object is
AlgorithmIdentification12
-
setMskGnrtrAlgo
Sets the value of the mskGnrtrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification12
-