Class DigestedData5
java.lang.Object
org.coderic.iso20022.messages.cafm.DigestedData5
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getDgst()
Gets the value of the dgst property.Gets the value of the dgstAlgo property.Gets the value of the ncpsltdCntt property.getVrsn()
Gets the value of the vrsn property.void
setDgst
(byte[] value) Sets the value of the dgst property.void
Sets the value of the dgstAlgo property.void
Sets the value of the ncpsltdCntt property.void
setVrsn
(BigDecimal value) Sets the value of the vrsn property.
-
Constructor Details
-
DigestedData5
public DigestedData5()
-
-
Method Details
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
BigDecimal
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isBigDecimal
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
AlgorithmIdentification21
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification21
-
getNcpsltdCntt
Gets the value of the ncpsltdCntt property.- Returns:
- possible object is
EncapsulatedContent3
-
setNcpsltdCntt
Sets the value of the ncpsltdCntt property.- Parameters:
value
- allowed object isEncapsulatedContent3
-
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[]
-