Class Parameter11
java.lang.Object
org.coderic.iso20022.messages.cafm.Parameter11
Java class for Parameter11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter11"> <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"/> <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AlgorithmIdentification12"/> <element name="SaltLngth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number"/> <element name="TrlrFld" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dgstAlgo property.Gets the value of the mskGnrtrAlgo property.Gets the value of the saltLngth property.Gets the value of the trlrFld property.void
setDgstAlgo
(Algorithm16Code value) Sets the value of the dgstAlgo property.void
Sets the value of the mskGnrtrAlgo property.void
setSaltLngth
(BigDecimal value) Sets the value of the saltLngth property.void
setTrlrFld
(BigDecimal value) Sets the value of the trlrFld property.
-
Constructor Details
-
Parameter11
public Parameter11()
-
-
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
-
getMskGnrtrAlgo
Gets the value of the mskGnrtrAlgo property.- Returns:
- possible object is
AlgorithmIdentification12
-
setMskGnrtrAlgo
Sets the value of the mskGnrtrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification12
-
getSaltLngth
Gets the value of the saltLngth property.- Returns:
- possible object is
BigDecimal
-
setSaltLngth
Sets the value of the saltLngth property.- Parameters:
value
- allowed object isBigDecimal
-
getTrlrFld
Gets the value of the trlrFld property.- Returns:
- possible object is
BigDecimal
-
setTrlrFld
Sets the value of the trlrFld property.- Parameters:
value
- allowed object isBigDecimal
-