Class DigestedData6

java.lang.Object
org.coderic.iso20022.messages.caaa.DigestedData6

public class DigestedData6 extends Object

Java class for DigestedData6 complex type.

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

 <complexType name="DigestedData6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Number" minOccurs="0"/>
         <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AlgorithmIdentification36"/>
         <element name="NcpsltdCntt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}EncapsulatedContent3"/>
         <element name="Dgst" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max140Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DigestedData6

      public DigestedData6()
  • Method Details

    • getVrsn

      public BigDecimal getVrsn()
      Gets the value of the vrsn property.
      Returns:
      possible object is BigDecimal
    • setVrsn

      public void setVrsn(BigDecimal value)
      Sets the value of the vrsn property.
      Parameters:
      value - allowed object is BigDecimal
    • getDgstAlgo

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

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

      public EncapsulatedContent3 getNcpsltdCntt()
      Gets the value of the ncpsltdCntt property.
      Returns:
      possible object is EncapsulatedContent3
    • setNcpsltdCntt

      public void setNcpsltdCntt(EncapsulatedContent3 value)
      Sets the value of the ncpsltdCntt property.
      Parameters:
      value - allowed object is EncapsulatedContent3
    • getDgst

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

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