Class AlgorithmIdentification28

java.lang.Object
org.coderic.iso20022.messages.canm.AlgorithmIdentification28

public class AlgorithmIdentification28 extends Object

Java class for AlgorithmIdentification28 complex type.

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

 <complexType name="AlgorithmIdentification28">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Algorithm13Code"/>
         <element name="Param" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Parameter14" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AlgorithmIdentification28

      public AlgorithmIdentification28()
  • Method Details

    • getAlgo

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

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

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

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