org.iso20022.camt029_001.v11.PaymentTransaction139 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 javax.xml.datatype.XMLGregorianCalendar;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for PaymentTransaction139 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="PaymentTransaction139">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="CxlStsId" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}Max35Text" minOccurs="0"/>
* <element name="RslvdCase" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}Case5" minOccurs="0"/>
* <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}Max35Text" minOccurs="0"/>
* <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}Max35Text" minOccurs="0"/>
* <element name="UETR" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}UUIDv4Identifier" minOccurs="0"/>
* <element name="TxCxlSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}CancellationIndividualStatus1Code" minOccurs="0"/>
* <element name="CxlStsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}CancellationStatusReason4" maxOccurs="unbounded" minOccurs="0"/>
* <element name="OrgnlInstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
* <element name="OrgnlReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}DateAndDateTime2Choice" minOccurs="0"/>
* <element name="OrgnlReqdColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}ISODate" minOccurs="0"/>
* <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.029.001.11}OriginalTransactionReference35" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PaymentTransaction139", propOrder = {
"cxlStsId",
"rslvdCase",
"orgnlInstrId",
"orgnlEndToEndId",
"uetr",
"txCxlSts",
"cxlStsRsnInf",
"orgnlInstdAmt",
"orgnlReqdExctnDt",
"orgnlReqdColltnDt",
"orgnlTxRef"
})
public class PaymentTransaction139 {
@XmlElement(name = "CxlStsId")
protected String cxlStsId;
@XmlElement(name = "RslvdCase")
protected Case5 rslvdCase;
@XmlElement(name = "OrgnlInstrId")
protected String orgnlInstrId;
@XmlElement(name = "OrgnlEndToEndId")
protected String orgnlEndToEndId;
@XmlElement(name = "UETR")
protected String uetr;
@XmlElement(name = "TxCxlSts")
@XmlSchemaType(name = "string")
protected CancellationIndividualStatus1Code txCxlSts;
@XmlElement(name = "CxlStsRsnInf")
protected List cxlStsRsnInf;
@XmlElement(name = "OrgnlInstdAmt")
protected ActiveOrHistoricCurrencyAndAmount orgnlInstdAmt;
@XmlElement(name = "OrgnlReqdExctnDt")
protected DateAndDateTime2Choice orgnlReqdExctnDt;
@XmlElement(name = "OrgnlReqdColltnDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar orgnlReqdColltnDt;
@XmlElement(name = "OrgnlTxRef")
protected OriginalTransactionReference35 orgnlTxRef;
/**
* Gets the value of the cxlStsId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCxlStsId() {
return cxlStsId;
}
/**
* Sets the value of the cxlStsId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCxlStsId(String value) {
this.cxlStsId = 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 orgnlInstrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgnlInstrId() {
return orgnlInstrId;
}
/**
* Sets the value of the orgnlInstrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOrgnlInstrId(String value) {
this.orgnlInstrId = value;
}
/**
* Gets the value of the orgnlEndToEndId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgnlEndToEndId() {
return orgnlEndToEndId;
}
/**
* Sets the value of the orgnlEndToEndId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOrgnlEndToEndId(String value) {
this.orgnlEndToEndId = value;
}
/**
* Gets the value of the uetr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUETR() {
return uetr;
}
/**
* Sets the value of the uetr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUETR(String value) {
this.uetr = value;
}
/**
* Gets the value of the txCxlSts property.
*
* @return
* possible object is
* {@link CancellationIndividualStatus1Code }
*
*/
public CancellationIndividualStatus1Code getTxCxlSts() {
return txCxlSts;
}
/**
* Sets the value of the txCxlSts property.
*
* @param value
* allowed object is
* {@link CancellationIndividualStatus1Code }
*
*/
public void setTxCxlSts(CancellationIndividualStatus1Code value) {
this.txCxlSts = value;
}
/**
* Gets the value of the cxlStsRsnInf 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 cxlStsRsnInf property.
*
*
* For example, to add a new item, do as follows:
*
* getCxlStsRsnInf().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link CancellationStatusReason4 }
*
*
*/
public List getCxlStsRsnInf() {
if (cxlStsRsnInf == null) {
cxlStsRsnInf = new ArrayList();
}
return this.cxlStsRsnInf;
}
/**
* Gets the value of the orgnlInstdAmt property.
*
* @return
* possible object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public ActiveOrHistoricCurrencyAndAmount getOrgnlInstdAmt() {
return orgnlInstdAmt;
}
/**
* Sets the value of the orgnlInstdAmt property.
*
* @param value
* allowed object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public void setOrgnlInstdAmt(ActiveOrHistoricCurrencyAndAmount value) {
this.orgnlInstdAmt = value;
}
/**
* Gets the value of the orgnlReqdExctnDt property.
*
* @return
* possible object is
* {@link DateAndDateTime2Choice }
*
*/
public DateAndDateTime2Choice getOrgnlReqdExctnDt() {
return orgnlReqdExctnDt;
}
/**
* Sets the value of the orgnlReqdExctnDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTime2Choice }
*
*/
public void setOrgnlReqdExctnDt(DateAndDateTime2Choice value) {
this.orgnlReqdExctnDt = value;
}
/**
* Gets the value of the orgnlReqdColltnDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getOrgnlReqdColltnDt() {
return orgnlReqdColltnDt;
}
/**
* Sets the value of the orgnlReqdColltnDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setOrgnlReqdColltnDt(XMLGregorianCalendar value) {
this.orgnlReqdColltnDt = value;
}
/**
* Gets the value of the orgnlTxRef property.
*
* @return
* possible object is
* {@link OriginalTransactionReference35 }
*
*/
public OriginalTransactionReference35 getOrgnlTxRef() {
return orgnlTxRef;
}
/**
* Sets the value of the orgnlTxRef property.
*
* @param value
* allowed object is
* {@link OriginalTransactionReference35 }
*
*/
public void setOrgnlTxRef(OriginalTransactionReference35 value) {
this.orgnlTxRef = value;
}
}