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