Class AlgorithmIdentification26
java.lang.Object
org.coderic.iso20022.messages.casr.AlgorithmIdentification26
Java class for AlgorithmIdentification26 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmIdentification26"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Algorithm8Code"/> <element name="Param" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Algorithm5Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlgo()
Gets the value of the algo property.getParam()
Gets the value of the param property.void
setAlgo
(Algorithm8Code value) Sets the value of the algo property.void
setParam
(Algorithm5Code value) Sets the value of the param property.
-
Constructor Details
-
AlgorithmIdentification26
public AlgorithmIdentification26()
-
-
Method Details
-
getAlgo
Gets the value of the algo property.- Returns:
- possible object is
Algorithm8Code
-
setAlgo
Sets the value of the algo property.- Parameters:
value
- allowed object isAlgorithm8Code
-
getParam
Gets the value of the param property.- Returns:
- possible object is
Algorithm5Code
-
setParam
Sets the value of the param property.- Parameters:
value
- allowed object isAlgorithm5Code
-