Class AlgorithmIdentification23

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

public class AlgorithmIdentification23 extends Object

Java class for AlgorithmIdentification23 complex type.

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

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

    • AlgorithmIdentification23

      public AlgorithmIdentification23()
  • Method Details

    • getAlgo

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

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

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

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