Class DigestedData5

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

public class DigestedData5 extends Object

Java class for DigestedData5 complex type.

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

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

    • DigestedData5

      public DigestedData5()
  • 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 AlgorithmIdentification21 getDgstAlgo()
      Gets the value of the dgstAlgo property.
      Returns:
      possible object is AlgorithmIdentification21
    • setDgstAlgo

      public void setDgstAlgo(AlgorithmIdentification21 value)
      Sets the value of the dgstAlgo property.
      Parameters:
      value - allowed object is AlgorithmIdentification21
    • 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[]