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