
org.iso20022.camt029_001.v11.ResolutionOfInvestigationV11 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.1
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.09.21 at 06:04:43 PM IST
//
package org.iso20022.camt029_001.v11;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ResolutionOfInvestigationV11 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ResolutionOfInvestigationV11">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Assgnmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}CaseAssignment5"/>
* <element name="RslvdCase" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}Case5" minOccurs="0"/>
* <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}InvestigationStatus5Choice"/>
* <element name="CxlDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}UnderlyingTransaction29" maxOccurs="unbounded" minOccurs="0"/>
* <element name="ModDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}PaymentTransaction132" minOccurs="0"/>
* <element name="ClmNonRctDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}ClaimNonReceipt2Choice" minOccurs="0"/>
* <element name="StmtDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}StatementResolutionEntry4" minOccurs="0"/>
* <element name="CrrctnTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}CorrectiveTransaction5Choice" minOccurs="0"/>
* <element name="RsltnRltdInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}ResolutionData3" minOccurs="0"/>
* <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ResolutionOfInvestigationV11", propOrder = {
"assgnmt",
"rslvdCase",
"sts",
"cxlDtls",
"modDtls",
"clmNonRctDtls",
"stmtDtls",
"crrctnTx",
"rsltnRltdInf",
"splmtryData"
})
public class ResolutionOfInvestigationV11 {
@XmlElement(name = "Assgnmt", required = true)
protected CaseAssignment5 assgnmt;
@XmlElement(name = "RslvdCase")
protected Case5 rslvdCase;
@XmlElement(name = "Sts", required = true)
protected InvestigationStatus5Choice sts;
@XmlElement(name = "CxlDtls")
protected List cxlDtls;
@XmlElement(name = "ModDtls")
protected PaymentTransaction132 modDtls;
@XmlElement(name = "ClmNonRctDtls")
protected ClaimNonReceipt2Choice clmNonRctDtls;
@XmlElement(name = "StmtDtls")
protected StatementResolutionEntry4 stmtDtls;
@XmlElement(name = "CrrctnTx")
protected CorrectiveTransaction5Choice crrctnTx;
@XmlElement(name = "RsltnRltdInf")
protected ResolutionData3 rsltnRltdInf;
@XmlElement(name = "SplmtryData")
protected List splmtryData;
/**
* Gets the value of the assgnmt property.
*
* @return
* possible object is
* {@link CaseAssignment5 }
*
*/
public CaseAssignment5 getAssgnmt() {
return assgnmt;
}
/**
* Sets the value of the assgnmt property.
*
* @param value
* allowed object is
* {@link CaseAssignment5 }
*
*/
public void setAssgnmt(CaseAssignment5 value) {
this.assgnmt = value;
}
/**
* Gets the value of the rslvdCase property.
*
* @return
* possible object is
* {@link Case5 }
*
*/
public Case5 getRslvdCase() {
return rslvdCase;
}
/**
* Sets the value of the rslvdCase property.
*
* @param value
* allowed object is
* {@link Case5 }
*
*/
public void setRslvdCase(Case5 value) {
this.rslvdCase = value;
}
/**
* Gets the value of the sts property.
*
* @return
* possible object is
* {@link InvestigationStatus5Choice }
*
*/
public InvestigationStatus5Choice getSts() {
return sts;
}
/**
* Sets the value of the sts property.
*
* @param value
* allowed object is
* {@link InvestigationStatus5Choice }
*
*/
public void setSts(InvestigationStatus5Choice value) {
this.sts = value;
}
/**
* Gets the value of the cxlDtls 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 cxlDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getCxlDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link UnderlyingTransaction29 }
*
*
*/
public List getCxlDtls() {
if (cxlDtls == null) {
cxlDtls = new ArrayList();
}
return this.cxlDtls;
}
/**
* Gets the value of the modDtls property.
*
* @return
* possible object is
* {@link PaymentTransaction132 }
*
*/
public PaymentTransaction132 getModDtls() {
return modDtls;
}
/**
* Sets the value of the modDtls property.
*
* @param value
* allowed object is
* {@link PaymentTransaction132 }
*
*/
public void setModDtls(PaymentTransaction132 value) {
this.modDtls = value;
}
/**
* Gets the value of the clmNonRctDtls property.
*
* @return
* possible object is
* {@link ClaimNonReceipt2Choice }
*
*/
public ClaimNonReceipt2Choice getClmNonRctDtls() {
return clmNonRctDtls;
}
/**
* Sets the value of the clmNonRctDtls property.
*
* @param value
* allowed object is
* {@link ClaimNonReceipt2Choice }
*
*/
public void setClmNonRctDtls(ClaimNonReceipt2Choice value) {
this.clmNonRctDtls = value;
}
/**
* Gets the value of the stmtDtls property.
*
* @return
* possible object is
* {@link StatementResolutionEntry4 }
*
*/
public StatementResolutionEntry4 getStmtDtls() {
return stmtDtls;
}
/**
* Sets the value of the stmtDtls property.
*
* @param value
* allowed object is
* {@link StatementResolutionEntry4 }
*
*/
public void setStmtDtls(StatementResolutionEntry4 value) {
this.stmtDtls = value;
}
/**
* Gets the value of the crrctnTx property.
*
* @return
* possible object is
* {@link CorrectiveTransaction5Choice }
*
*/
public CorrectiveTransaction5Choice getCrrctnTx() {
return crrctnTx;
}
/**
* Sets the value of the crrctnTx property.
*
* @param value
* allowed object is
* {@link CorrectiveTransaction5Choice }
*
*/
public void setCrrctnTx(CorrectiveTransaction5Choice value) {
this.crrctnTx = value;
}
/**
* Gets the value of the rsltnRltdInf property.
*
* @return
* possible object is
* {@link ResolutionData3 }
*
*/
public ResolutionData3 getRsltnRltdInf() {
return rsltnRltdInf;
}
/**
* Sets the value of the rsltnRltdInf property.
*
* @param value
* allowed object is
* {@link ResolutionData3 }
*
*/
public void setRsltnRltdInf(ResolutionData3 value) {
this.rsltnRltdInf = value;
}
/**
* 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
* {@link SupplementaryData1 }
*
*
*/
public List getSplmtryData() {
if (splmtryData == null) {
splmtryData = new ArrayList();
}
return this.splmtryData;
}
}