Class BatchManagementInformation1
java.lang.Object
org.coderic.iso20022.messages.caad.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:caad.010.001.01}Max35Text" minOccurs="0"/>
<element name="BtchId" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max35Text"/>
<element name="MsgSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max15NumericText" minOccurs="0"/>
<element name="MsgChcksmInptVal" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max140Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
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.voidSets the value of the btchId property.voidsetColltnId(String value) Sets the value of the colltnId property.voidsetMsgChcksmInptVal(byte[] value) Sets the value of the msgChcksmInptVal property.voidsetMsgSeqNb(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[]
-