Class AlgorithmIdentification22

java.lang.Object
org.coderic.iso20022.messages.cafm.AlgorithmIdentification22

public class AlgorithmIdentification22 extends Object

Java class for AlgorithmIdentification22 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlgorithmIdentification22">
   <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}Algorithm17Code"/>
         <element name="Param" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Parameter7" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AlgorithmIdentification22

      public AlgorithmIdentification22()
  • Method Details

    • getAlgo

      public Algorithm17Code getAlgo()
      Gets the value of the algo property.
      Returns:
      possible object is Algorithm17Code
    • setAlgo

      public void setAlgo(Algorithm17Code value)
      Sets the value of the algo property.
      Parameters:
      value - allowed object is Algorithm17Code
    • getParam

      public Parameter7 getParam()
      Gets the value of the param property.
      Returns:
      possible object is Parameter7
    • setParam

      public void setParam(Parameter7 value)
      Sets the value of the param property.
      Parameters:
      value - allowed object is Parameter7