Class AlgorithmIdentification26

java.lang.Object
org.coderic.iso20022.messages.cain.AlgorithmIdentification26

public class AlgorithmIdentification26 extends Object

Java class for AlgorithmIdentification26 complex type.

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

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

    • AlgorithmIdentification26

      public AlgorithmIdentification26()
  • Method Details