Class Parameter16

java.lang.Object
org.coderic.iso20022.messages.casp.Parameter16

public class Parameter16 extends Object

Java class for Parameter16 complex type.

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

 <complexType name="Parameter16">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Algorithm26Code" minOccurs="0"/>
         <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}AlgorithmIdentification34" minOccurs="0"/>
         <element name="SaltLngth" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/>
         <element name="TrlrFld" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/>
         <element name="OIDCrvNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Parameter16

      public Parameter16()
  • Method Details

    • getDgstAlgo

      public Algorithm26Code getDgstAlgo()
      Gets the value of the dgstAlgo property.
      Returns:
      possible object is Algorithm26Code
    • setDgstAlgo

      public void setDgstAlgo(Algorithm26Code value)
      Sets the value of the dgstAlgo property.
      Parameters:
      value - allowed object is Algorithm26Code
    • getMskGnrtrAlgo

      public AlgorithmIdentification34 getMskGnrtrAlgo()
      Gets the value of the mskGnrtrAlgo property.
      Returns:
      possible object is AlgorithmIdentification34
    • setMskGnrtrAlgo

      public void setMskGnrtrAlgo(AlgorithmIdentification34 value)
      Sets the value of the mskGnrtrAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification34
    • getSaltLngth

      public BigDecimal getSaltLngth()
      Gets the value of the saltLngth property.
      Returns:
      possible object is BigDecimal
    • setSaltLngth

      public void setSaltLngth(BigDecimal value)
      Sets the value of the saltLngth property.
      Parameters:
      value - allowed object is BigDecimal
    • getTrlrFld

      public BigDecimal getTrlrFld()
      Gets the value of the trlrFld property.
      Returns:
      possible object is BigDecimal
    • setTrlrFld

      public void setTrlrFld(BigDecimal value)
      Sets the value of the trlrFld property.
      Parameters:
      value - allowed object is BigDecimal
    • getOIDCrvNm

      public String getOIDCrvNm()
      Gets the value of the oidCrvNm property.
      Returns:
      possible object is String
    • setOIDCrvNm

      public void setOIDCrvNm(String value)
      Sets the value of the oidCrvNm property.
      Parameters:
      value - allowed object is String