Class BatchManagementInformation1
java.lang.Object
org.coderic.iso20022.messages.canm.BatchManagementInformation1
Java class for BatchManagementInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchManagementInformation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ColltnId" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max35Text" minOccurs="0"/> <element name="BtchId" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max35Text"/> <element name="MsgSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max15NumericText" minOccurs="0"/> <element name="MsgChcksmInptVal" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max140Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the btchId property.Gets the value of the colltnId property.byte[]
Gets the value of the msgChcksmInptVal property.Gets the value of the msgSeqNb property.void
Sets the value of the btchId property.void
setColltnId
(String value) Sets the value of the colltnId property.void
setMsgChcksmInptVal
(byte[] value) Sets the value of the msgChcksmInptVal property.void
setMsgSeqNb
(String value) Sets the value of the msgSeqNb property.
-
Constructor Details
-
BatchManagementInformation1
public BatchManagementInformation1()
-
-
Method Details
-
getColltnId
Gets the value of the colltnId property.- Returns:
- possible object is
String
-
setColltnId
Sets the value of the colltnId property.- Parameters:
value
- allowed object isString
-
getBtchId
Gets the value of the btchId property.- Returns:
- possible object is
String
-
setBtchId
Sets the value of the btchId property.- Parameters:
value
- allowed object isString
-
getMsgSeqNb
Gets the value of the msgSeqNb property.- Returns:
- possible object is
String
-
setMsgSeqNb
Sets the value of the msgSeqNb property.- Parameters:
value
- allowed object isString
-
getMsgChcksmInptVal
public byte[] getMsgChcksmInptVal()Gets the value of the msgChcksmInptVal property.- Returns:
- possible object is byte[]
-
setMsgChcksmInptVal
public void setMsgChcksmInptVal(byte[] value) Sets the value of the msgChcksmInptVal property.- Parameters:
value
- allowed object is byte[]
-