Class DigestedData6
java.lang.Object
org.coderic.iso20022.messages.casp.DigestedData6
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:casp.017.001.06}Number" minOccurs="0"/>
<element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}AlgorithmIdentification36"/>
<element name="NcpsltdCntt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}EncapsulatedContent3"/>
<element name="Dgst" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
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.voidsetDgst(byte[] value) Sets the value of the dgst property.voidSets the value of the dgstAlgo property.voidSets the value of the ncpsltdCntt property.voidsetVrsn(BigDecimal value) Sets the value of the vrsn property.
-
Constructor Details
-
DigestedData6
public DigestedData6()
-
-
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
AlgorithmIdentification36
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value- allowed object isAlgorithmIdentification36
-
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[]
-