Class Parameter13
java.lang.Object
org.coderic.iso20022.messages.canm.Parameter13
Java class for Parameter13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter13"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Algorithm20Code" minOccurs="0"/> <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}AlgorithmIdentification26" 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.void
setDgstAlgo
(Algorithm20Code value) Sets the value of the dgstAlgo property.void
Sets the value of the mskGnrtrAlgo property.
-
Constructor Details
-
Parameter13
public Parameter13()
-
-
Method Details
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
Algorithm20Code
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithm20Code
-
getMskGnrtrAlgo
Gets the value of the mskGnrtrAlgo property.- Returns:
- possible object is
AlgorithmIdentification26
-
setMskGnrtrAlgo
Sets the value of the mskGnrtrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification26
-