Class Parameter18
java.lang.Object
org.coderic.iso20022.messages.catm.Parameter18
Java class for Parameter18 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter18"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Algorithm26Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dgstAlgo property.void
setDgstAlgo
(Algorithm26Code value) Sets the value of the dgstAlgo property.
-
Constructor Details
-
Parameter18
public Parameter18()
-
-
Method Details
-
getDgstAlgo
Gets the value of the dgstAlgo property.- Returns:
- possible object is
Algorithm26Code
-
setDgstAlgo
Sets the value of the dgstAlgo property.- Parameters:
value
- allowed object isAlgorithm26Code
-