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