Class Parameter11

java.lang.Object
org.coderic.iso20022.messages.cafm.Parameter11

public class Parameter11 extends Object

Java class for Parameter11 complex type.

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

 <complexType name="Parameter11">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Algorithm16Code"/>
         <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification12"/>
         <element name="SaltLngth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number"/>
         <element name="TrlrFld" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Parameter11

      public Parameter11()
  • Method Details