Class AccountSwitchTechnicalRejectionV02
java.lang.Object
org.coderic.iso20022.messages.acmt.AccountSwitchTechnicalRejectionV02
Java class for AccountSwitchTechnicalRejectionV02 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountSwitchTechnicalRejectionV02"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}MessageIdentification1"/> <element name="AcctSwtchDtls" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}AccountSwitchDetails1"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctSwtchDtls property.getMsgId()
Gets the value of the msgId property.Gets the value of the splmtryData property.void
Sets the value of the acctSwtchDtls property.void
setMsgId
(MessageIdentification1 value) Sets the value of the msgId property.
-
Constructor Details
-
AccountSwitchTechnicalRejectionV02
public AccountSwitchTechnicalRejectionV02()
-
-
Method Details
-
getMsgId
Gets the value of the msgId property.- Returns:
- possible object is
MessageIdentification1
-
setMsgId
Sets the value of the msgId property.- Parameters:
value
- allowed object isMessageIdentification1
-
getAcctSwtchDtls
Gets the value of the acctSwtchDtls property.- Returns:
- possible object is
AccountSwitchDetails1
-
setAcctSwtchDtls
Sets the value of the acctSwtchDtls property.- Parameters:
value
- allowed object isAccountSwitchDetails1
-
getSplmtryData
Gets the value of the splmtryData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);
Objects of the following type(s) are allowed in the list
SupplementaryData1
-