Class AlgorithmAndDigest1

java.lang.Object
org.coderic.iso20022.messages.tsmt.AlgorithmAndDigest1

public class AlgorithmAndDigest1 extends Object

Java class for AlgorithmAndDigest1 complex type.

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

 <complexType name="AlgorithmAndDigest1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Algorithm5Code"/>
         <element name="Dgst" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max140Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AlgorithmAndDigest1

      public AlgorithmAndDigest1()
  • Method Details

    • getDgstAlgo

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

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

      public String getDgst()
      Gets the value of the dgst property.
      Returns:
      possible object is String
    • setDgst

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