
org.iso20022.pain013_001.v09.Cheque11 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:05:21 PM IST
//
package org.iso20022.pain013_001.v09;
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 Cheque11 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Cheque11">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="ChqTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}ChequeType2Code" minOccurs="0"/>
* <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Max35Text" minOccurs="0"/>
* <element name="ChqFr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}NameAndAddress16" minOccurs="0"/>
* <element name="DlvryMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}ChequeDeliveryMethod1Choice" minOccurs="0"/>
* <element name="DlvrTo" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}NameAndAddress16" minOccurs="0"/>
* <element name="InstrPrty" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Priority2Code" minOccurs="0"/>
* <element name="ChqMtrtyDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}ISODate" minOccurs="0"/>
* <element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Max35Text" minOccurs="0"/>
* <element name="MemoFld" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Max35Text" maxOccurs="2" minOccurs="0"/>
* <element name="RgnlClrZone" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Max35Text" minOccurs="0"/>
* <element name="PrtLctn" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Max35Text" minOccurs="0"/>
* <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Max70Text" maxOccurs="5" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Cheque11", propOrder = {
"chqTp",
"chqNb",
"chqFr",
"dlvryMtd",
"dlvrTo",
"instrPrty",
"chqMtrtyDt",
"frmsCd",
"memoFld",
"rgnlClrZone",
"prtLctn",
"sgntr"
})
public class Cheque11 {
@XmlElement(name = "ChqTp")
@XmlSchemaType(name = "string")
protected ChequeType2Code chqTp;
@XmlElement(name = "ChqNb")
protected String chqNb;
@XmlElement(name = "ChqFr")
protected NameAndAddress16 chqFr;
@XmlElement(name = "DlvryMtd")
protected ChequeDeliveryMethod1Choice dlvryMtd;
@XmlElement(name = "DlvrTo")
protected NameAndAddress16 dlvrTo;
@XmlElement(name = "InstrPrty")
@XmlSchemaType(name = "string")
protected Priority2Code instrPrty;
@XmlElement(name = "ChqMtrtyDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar chqMtrtyDt;
@XmlElement(name = "FrmsCd")
protected String frmsCd;
@XmlElement(name = "MemoFld")
protected List memoFld;
@XmlElement(name = "RgnlClrZone")
protected String rgnlClrZone;
@XmlElement(name = "PrtLctn")
protected String prtLctn;
@XmlElement(name = "Sgntr")
protected List sgntr;
/**
* Gets the value of the chqTp property.
*
* @return
* possible object is
* {@link ChequeType2Code }
*
*/
public ChequeType2Code getChqTp() {
return chqTp;
}
/**
* Sets the value of the chqTp property.
*
* @param value
* allowed object is
* {@link ChequeType2Code }
*
*/
public void setChqTp(ChequeType2Code value) {
this.chqTp = value;
}
/**
* Gets the value of the chqNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getChqNb() {
return chqNb;
}
/**
* Sets the value of the chqNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setChqNb(String value) {
this.chqNb = value;
}
/**
* Gets the value of the chqFr property.
*
* @return
* possible object is
* {@link NameAndAddress16 }
*
*/
public NameAndAddress16 getChqFr() {
return chqFr;
}
/**
* Sets the value of the chqFr property.
*
* @param value
* allowed object is
* {@link NameAndAddress16 }
*
*/
public void setChqFr(NameAndAddress16 value) {
this.chqFr = value;
}
/**
* Gets the value of the dlvryMtd property.
*
* @return
* possible object is
* {@link ChequeDeliveryMethod1Choice }
*
*/
public ChequeDeliveryMethod1Choice getDlvryMtd() {
return dlvryMtd;
}
/**
* Sets the value of the dlvryMtd property.
*
* @param value
* allowed object is
* {@link ChequeDeliveryMethod1Choice }
*
*/
public void setDlvryMtd(ChequeDeliveryMethod1Choice value) {
this.dlvryMtd = value;
}
/**
* Gets the value of the dlvrTo property.
*
* @return
* possible object is
* {@link NameAndAddress16 }
*
*/
public NameAndAddress16 getDlvrTo() {
return dlvrTo;
}
/**
* Sets the value of the dlvrTo property.
*
* @param value
* allowed object is
* {@link NameAndAddress16 }
*
*/
public void setDlvrTo(NameAndAddress16 value) {
this.dlvrTo = value;
}
/**
* Gets the value of the instrPrty property.
*
* @return
* possible object is
* {@link Priority2Code }
*
*/
public Priority2Code getInstrPrty() {
return instrPrty;
}
/**
* Sets the value of the instrPrty property.
*
* @param value
* allowed object is
* {@link Priority2Code }
*
*/
public void setInstrPrty(Priority2Code value) {
this.instrPrty = value;
}
/**
* Gets the value of the chqMtrtyDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getChqMtrtyDt() {
return chqMtrtyDt;
}
/**
* Sets the value of the chqMtrtyDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setChqMtrtyDt(XMLGregorianCalendar value) {
this.chqMtrtyDt = value;
}
/**
* Gets the value of the frmsCd property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFrmsCd() {
return frmsCd;
}
/**
* Sets the value of the frmsCd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFrmsCd(String value) {
this.frmsCd = value;
}
/**
* Gets the value of the memoFld 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 memoFld property.
*
*
* For example, to add a new item, do as follows:
*
* getMemoFld().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getMemoFld() {
if (memoFld == null) {
memoFld = new ArrayList();
}
return this.memoFld;
}
/**
* Gets the value of the rgnlClrZone property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRgnlClrZone() {
return rgnlClrZone;
}
/**
* Sets the value of the rgnlClrZone property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRgnlClrZone(String value) {
this.rgnlClrZone = value;
}
/**
* Gets the value of the prtLctn property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPrtLctn() {
return prtLctn;
}
/**
* Sets the value of the prtLctn property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPrtLctn(String value) {
this.prtLctn = value;
}
/**
* Gets the value of the sgntr 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 sgntr property.
*
*
* For example, to add a new item, do as follows:
*
* getSgntr().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getSgntr() {
if (sgntr == null) {
sgntr = new ArrayList();
}
return this.sgntr;
}
}