Class AlgorithmIdentification14

java.lang.Object
org.coderic.iso20022.messages.caam.AlgorithmIdentification14

public class AlgorithmIdentification14 extends Object

Java class for AlgorithmIdentification14 complex type.

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

 <complexType name="AlgorithmIdentification14">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Algorithm15Code"/>
         <element name="Param" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Parameter6" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AlgorithmIdentification14

      public AlgorithmIdentification14()
  • Method Details

    • getAlgo

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

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

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

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