Class AlgorithmIdentification11
java.lang.Object
org.coderic.iso20022.messages.catp.AlgorithmIdentification11
Java class for AlgorithmIdentification11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmIdentification11"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Algorithm7Code"/> <element name="Param" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Parameter4" 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.void
setAlgo
(Algorithm7Code value) Sets the value of the algo property.void
setParam
(Parameter4 value) Sets the value of the param property.
-
Constructor Details
-
Method Details
-
getAlgo
Gets the value of the algo property.- Returns:
- possible object is
Algorithm7Code
-
setAlgo
Sets the value of the algo property.- Parameters:
value
- allowed object isAlgorithm7Code
-
getParam
Gets the value of the param property.- Returns:
- possible object is
Parameter4
-
setParam
Sets the value of the param property.- Parameters:
value
- allowed object isParameter4
-