Class AlgorithmAndDigest1
java.lang.Object
org.coderic.iso20022.messages.tsmt.AlgorithmAndDigest1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDgst()
Gets the value of the dgst property.Gets the value of the dgstAlgo property.void
Sets the value of the dgst property.void
setDgstAlgo
(Algorithm5Code value) Sets the value of the dgstAlgo property.
-
Constructor Details
-
AlgorithmAndDigest1
public AlgorithmAndDigest1()
-
-
Method Details
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
Algorithm5Code
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithm5Code
-
getDgst
Gets the value of the dgst property.- Returns:
- possible object is
String
-
setDgst
Sets the value of the dgst property.- Parameters:
value
- allowed object isString
-