Class AlgorithmIdentification34

java.lang.Object
org.coderic.iso20022.messages.catm.AlgorithmIdentification34

public class AlgorithmIdentification34 extends Object

Java class for AlgorithmIdentification34 complex type.

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

 <complexType name="AlgorithmIdentification34">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Algorithm8Code"/>
         <element name="Param" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Parameter18" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AlgorithmIdentification34

      public AlgorithmIdentification34()
  • Method Details

    • getAlgo

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

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

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

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