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