Class AlgorithmIdentification33

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

public class AlgorithmIdentification33 extends Object

Java class for AlgorithmIdentification33 complex type.

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

 <complexType name="AlgorithmIdentification33">
   <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}Algorithm29Code"/>
         <element name="Param" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Parameter16" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AlgorithmIdentification33

      public AlgorithmIdentification33()
  • Method Details

    • getAlgo

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

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

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

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