Class Parameter16
java.lang.Object
org.coderic.iso20022.messages.casp.Parameter16
Java class for Parameter16 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter16"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DgstAlgo" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Algorithm26Code" minOccurs="0"/> <element name="MskGnrtrAlgo" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}AlgorithmIdentification34" minOccurs="0"/> <element name="SaltLngth" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/> <element name="TrlrFld" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/> <element name="OIDCrvNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Text" 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 oidCrvNm property.Gets the value of the saltLngth property.Gets the value of the trlrFld property.void
setDgstAlgo
(Algorithm26Code value) Sets the value of the dgstAlgo property.void
Sets the value of the mskGnrtrAlgo property.void
setOIDCrvNm
(String value) Sets the value of the oidCrvNm 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
-
Parameter16
public Parameter16()
-
-
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
-
getMskGnrtrAlgo
Gets the value of the mskGnrtrAlgo property.- Returns:
- possible object is
AlgorithmIdentification34
-
setMskGnrtrAlgo
Sets the value of the mskGnrtrAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification34
-
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
-
getOIDCrvNm
Gets the value of the oidCrvNm property.- Returns:
- possible object is
String
-
setOIDCrvNm
Sets the value of the oidCrvNm property.- Parameters:
value
- allowed object isString
-