Class MACData1
java.lang.Object
org.coderic.iso20022.messages.canm.MACData1
Java class for MACData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MACData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ctrl" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Exact1HexBinaryText"/> <element name="KeySetIdr" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max8NumericText"/> <element name="DrvdInf" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max32HexBinaryText" minOccurs="0"/> <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max2NumericText"/> <element name="KeyLngth" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max4NumericText" minOccurs="0"/> <element name="KeyPrtcn" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max2NumericText" minOccurs="0"/> <element name="KeyIndx" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max5NumericText" minOccurs="0"/> <element name="PddgMtd" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max2NumericText" minOccurs="0"/> <element name="InitlstnVctr" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max32HexBinaryText" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlgo()
Gets the value of the algo property.getCtrl()
Gets the value of the ctrl property.Gets the value of the drvdInf property.Gets the value of the initlstnVctr property.Gets the value of the keyIndx property.Gets the value of the keyLngth property.Gets the value of the keyPrtcn property.Gets the value of the keySetIdr property.Gets the value of the pddgMtd property.void
Sets the value of the algo property.void
Sets the value of the ctrl property.void
setDrvdInf
(String value) Sets the value of the drvdInf property.void
setInitlstnVctr
(String value) Sets the value of the initlstnVctr property.void
setKeyIndx
(String value) Sets the value of the keyIndx property.void
setKeyLngth
(String value) Sets the value of the keyLngth property.void
setKeyPrtcn
(String value) Sets the value of the keyPrtcn property.void
setKeySetIdr
(String value) Sets the value of the keySetIdr property.void
setPddgMtd
(String value) Sets the value of the pddgMtd property.
-
Constructor Details
-
MACData1
public MACData1()
-
-
Method Details
-
getCtrl
Gets the value of the ctrl property.- Returns:
- possible object is
String
-
setCtrl
Sets the value of the ctrl property.- Parameters:
value
- allowed object isString
-
getKeySetIdr
Gets the value of the keySetIdr property.- Returns:
- possible object is
String
-
setKeySetIdr
Sets the value of the keySetIdr property.- Parameters:
value
- allowed object isString
-
getDrvdInf
Gets the value of the drvdInf property.- Returns:
- possible object is
String
-
setDrvdInf
Sets the value of the drvdInf property.- Parameters:
value
- allowed object isString
-
getAlgo
Gets the value of the algo property.- Returns:
- possible object is
String
-
setAlgo
Sets the value of the algo property.- Parameters:
value
- allowed object isString
-
getKeyLngth
Gets the value of the keyLngth property.- Returns:
- possible object is
String
-
setKeyLngth
Sets the value of the keyLngth property.- Parameters:
value
- allowed object isString
-
getKeyPrtcn
Gets the value of the keyPrtcn property.- Returns:
- possible object is
String
-
setKeyPrtcn
Sets the value of the keyPrtcn property.- Parameters:
value
- allowed object isString
-
getKeyIndx
Gets the value of the keyIndx property.- Returns:
- possible object is
String
-
setKeyIndx
Sets the value of the keyIndx property.- Parameters:
value
- allowed object isString
-
getPddgMtd
Gets the value of the pddgMtd property.- Returns:
- possible object is
String
-
setPddgMtd
Sets the value of the pddgMtd property.- Parameters:
value
- allowed object isString
-
getInitlstnVctr
Gets the value of the initlstnVctr property.- Returns:
- possible object is
String
-
setInitlstnVctr
Sets the value of the initlstnVctr property.- Parameters:
value
- allowed object isString
-