
org.iso20022.camt054_001.v09.AccountNotification19 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:50 PM IST
//
package org.iso20022.camt054_001.v09;
import java.math.BigDecimal;
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 AccountNotification19 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="AccountNotification19">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}Max35Text"/>
* <element name="NtfctnPgntn" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}Pagination1" minOccurs="0"/>
* <element name="ElctrncSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}Number" minOccurs="0"/>
* <element name="RptgSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}SequenceRange1Choice" minOccurs="0"/>
* <element name="LglSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}Number" minOccurs="0"/>
* <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}ISODateTime" minOccurs="0"/>
* <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}DateTimePeriod1" minOccurs="0"/>
* <element name="CpyDplctInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}CopyDuplicate1Code" minOccurs="0"/>
* <element name="RptgSrc" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}ReportingSource1Choice" minOccurs="0"/>
* <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}CashAccount41"/>
* <element name="RltdAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}CashAccount40" minOccurs="0"/>
* <element name="Intrst" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}AccountInterest4" maxOccurs="unbounded" minOccurs="0"/>
* <element name="TxsSummry" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}TotalTransactions6" minOccurs="0"/>
* <element name="Ntry" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}ReportEntry11" maxOccurs="unbounded" minOccurs="0"/>
* <element name="AddtlNtfctnInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.09}Max500Text" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AccountNotification19", propOrder = {
"id",
"ntfctnPgntn",
"elctrncSeqNb",
"rptgSeq",
"lglSeqNb",
"creDtTm",
"frToDt",
"cpyDplctInd",
"rptgSrc",
"acct",
"rltdAcct",
"intrst",
"txsSummry",
"ntry",
"addtlNtfctnInf"
})
public class AccountNotification19 {
@XmlElement(name = "Id", required = true)
protected String id;
@XmlElement(name = "NtfctnPgntn")
protected Pagination1 ntfctnPgntn;
@XmlElement(name = "ElctrncSeqNb")
protected BigDecimal elctrncSeqNb;
@XmlElement(name = "RptgSeq")
protected SequenceRange1Choice rptgSeq;
@XmlElement(name = "LglSeqNb")
protected BigDecimal lglSeqNb;
@XmlElement(name = "CreDtTm")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar creDtTm;
@XmlElement(name = "FrToDt")
protected DateTimePeriod1 frToDt;
@XmlElement(name = "CpyDplctInd")
@XmlSchemaType(name = "string")
protected CopyDuplicate1Code cpyDplctInd;
@XmlElement(name = "RptgSrc")
protected ReportingSource1Choice rptgSrc;
@XmlElement(name = "Acct", required = true)
protected CashAccount41 acct;
@XmlElement(name = "RltdAcct")
protected CashAccount40 rltdAcct;
@XmlElement(name = "Intrst")
protected List intrst;
@XmlElement(name = "TxsSummry")
protected TotalTransactions6 txsSummry;
@XmlElement(name = "Ntry")
protected List ntry;
@XmlElement(name = "AddtlNtfctnInf")
protected String addtlNtfctnInf;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the ntfctnPgntn property.
*
* @return
* possible object is
* {@link Pagination1 }
*
*/
public Pagination1 getNtfctnPgntn() {
return ntfctnPgntn;
}
/**
* Sets the value of the ntfctnPgntn property.
*
* @param value
* allowed object is
* {@link Pagination1 }
*
*/
public void setNtfctnPgntn(Pagination1 value) {
this.ntfctnPgntn = value;
}
/**
* Gets the value of the elctrncSeqNb property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getElctrncSeqNb() {
return elctrncSeqNb;
}
/**
* Sets the value of the elctrncSeqNb property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setElctrncSeqNb(BigDecimal value) {
this.elctrncSeqNb = value;
}
/**
* Gets the value of the rptgSeq property.
*
* @return
* possible object is
* {@link SequenceRange1Choice }
*
*/
public SequenceRange1Choice getRptgSeq() {
return rptgSeq;
}
/**
* Sets the value of the rptgSeq property.
*
* @param value
* allowed object is
* {@link SequenceRange1Choice }
*
*/
public void setRptgSeq(SequenceRange1Choice value) {
this.rptgSeq = value;
}
/**
* Gets the value of the lglSeqNb property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getLglSeqNb() {
return lglSeqNb;
}
/**
* Sets the value of the lglSeqNb property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setLglSeqNb(BigDecimal value) {
this.lglSeqNb = value;
}
/**
* Gets the value of the creDtTm property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCreDtTm() {
return creDtTm;
}
/**
* Sets the value of the creDtTm property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setCreDtTm(XMLGregorianCalendar value) {
this.creDtTm = value;
}
/**
* Gets the value of the frToDt property.
*
* @return
* possible object is
* {@link DateTimePeriod1 }
*
*/
public DateTimePeriod1 getFrToDt() {
return frToDt;
}
/**
* Sets the value of the frToDt property.
*
* @param value
* allowed object is
* {@link DateTimePeriod1 }
*
*/
public void setFrToDt(DateTimePeriod1 value) {
this.frToDt = value;
}
/**
* Gets the value of the cpyDplctInd property.
*
* @return
* possible object is
* {@link CopyDuplicate1Code }
*
*/
public CopyDuplicate1Code getCpyDplctInd() {
return cpyDplctInd;
}
/**
* Sets the value of the cpyDplctInd property.
*
* @param value
* allowed object is
* {@link CopyDuplicate1Code }
*
*/
public void setCpyDplctInd(CopyDuplicate1Code value) {
this.cpyDplctInd = value;
}
/**
* Gets the value of the rptgSrc property.
*
* @return
* possible object is
* {@link ReportingSource1Choice }
*
*/
public ReportingSource1Choice getRptgSrc() {
return rptgSrc;
}
/**
* Sets the value of the rptgSrc property.
*
* @param value
* allowed object is
* {@link ReportingSource1Choice }
*
*/
public void setRptgSrc(ReportingSource1Choice value) {
this.rptgSrc = value;
}
/**
* Gets the value of the acct property.
*
* @return
* possible object is
* {@link CashAccount41 }
*
*/
public CashAccount41 getAcct() {
return acct;
}
/**
* Sets the value of the acct property.
*
* @param value
* allowed object is
* {@link CashAccount41 }
*
*/
public void setAcct(CashAccount41 value) {
this.acct = value;
}
/**
* Gets the value of the rltdAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getRltdAcct() {
return rltdAcct;
}
/**
* Sets the value of the rltdAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setRltdAcct(CashAccount40 value) {
this.rltdAcct = value;
}
/**
* Gets the value of the intrst 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 intrst property.
*
*
* For example, to add a new item, do as follows:
*
* getIntrst().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link AccountInterest4 }
*
*
*/
public List getIntrst() {
if (intrst == null) {
intrst = new ArrayList();
}
return this.intrst;
}
/**
* Gets the value of the txsSummry property.
*
* @return
* possible object is
* {@link TotalTransactions6 }
*
*/
public TotalTransactions6 getTxsSummry() {
return txsSummry;
}
/**
* Sets the value of the txsSummry property.
*
* @param value
* allowed object is
* {@link TotalTransactions6 }
*
*/
public void setTxsSummry(TotalTransactions6 value) {
this.txsSummry = value;
}
/**
* Gets the value of the ntry 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 ntry property.
*
*
* For example, to add a new item, do as follows:
*
* getNtry().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link ReportEntry11 }
*
*
*/
public List getNtry() {
if (ntry == null) {
ntry = new ArrayList();
}
return this.ntry;
}
/**
* Gets the value of the addtlNtfctnInf property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAddtlNtfctnInf() {
return addtlNtfctnInf;
}
/**
* Sets the value of the addtlNtfctnInf property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAddtlNtfctnInf(String value) {
this.addtlNtfctnInf = value;
}
}