public class Cheque6 extends Object
Java class for Cheque6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cheque6">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ChqTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ChequeType2Code" minOccurs="0"/>
<element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text" minOccurs="0"/>
<element name="ChqFr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}NameAndAddress10" minOccurs="0"/>
<element name="DlvryMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ChequeDeliveryMethod1Choice" minOccurs="0"/>
<element name="DlvrTo" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}NameAndAddress10" minOccurs="0"/>
<element name="InstrPrty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Priority2Code" minOccurs="0"/>
<element name="ChqMtrtyDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ISODate" minOccurs="0"/>
<element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text" minOccurs="0"/>
<element name="MemoFld" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text" maxOccurs="2" minOccurs="0"/>
<element name="RgnlClrZone" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text" minOccurs="0"/>
<element name="PrtLctn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NameAndAddress10 |
chqFr |
protected XMLGregorianCalendar |
chqMtrtyDt |
protected String |
chqNb |
protected ChequeType2Code |
chqTp |
protected NameAndAddress10 |
dlvrTo |
protected ChequeDeliveryMethod1Choice |
dlvryMtd |
protected String |
frmsCd |
protected Priority2Code |
instrPrty |
protected List<String> |
memoFlds |
protected String |
prtLctn |
protected String |
rgnlClrZone |
| Constructor and Description |
|---|
Cheque6() |
| Modifier and Type | Method and Description |
|---|---|
NameAndAddress10 |
getChqFr()
Gets the value of the chqFr property.
|
XMLGregorianCalendar |
getChqMtrtyDt()
Gets the value of the chqMtrtyDt property.
|
String |
getChqNb()
Gets the value of the chqNb property.
|
ChequeType2Code |
getChqTp()
Gets the value of the chqTp property.
|
NameAndAddress10 |
getDlvrTo()
Gets the value of the dlvrTo property.
|
ChequeDeliveryMethod1Choice |
getDlvryMtd()
Gets the value of the dlvryMtd property.
|
String |
getFrmsCd()
Gets the value of the frmsCd property.
|
Priority2Code |
getInstrPrty()
Gets the value of the instrPrty property.
|
List<String> |
getMemoFlds()
Gets the value of the memoFlds property.
|
String |
getPrtLctn()
Gets the value of the prtLctn property.
|
String |
getRgnlClrZone()
Gets the value of the rgnlClrZone property.
|
void |
setChqFr(NameAndAddress10 value)
Sets the value of the chqFr property.
|
void |
setChqMtrtyDt(XMLGregorianCalendar value)
Sets the value of the chqMtrtyDt property.
|
void |
setChqNb(String value)
Sets the value of the chqNb property.
|
void |
setChqTp(ChequeType2Code value)
Sets the value of the chqTp property.
|
void |
setDlvrTo(NameAndAddress10 value)
Sets the value of the dlvrTo property.
|
void |
setDlvryMtd(ChequeDeliveryMethod1Choice value)
Sets the value of the dlvryMtd property.
|
void |
setFrmsCd(String value)
Sets the value of the frmsCd property.
|
void |
setInstrPrty(Priority2Code value)
Sets the value of the instrPrty property.
|
void |
setPrtLctn(String value)
Sets the value of the prtLctn property.
|
void |
setRgnlClrZone(String value)
Sets the value of the rgnlClrZone property.
|
protected ChequeType2Code chqTp
protected String chqNb
protected NameAndAddress10 chqFr
protected ChequeDeliveryMethod1Choice dlvryMtd
protected NameAndAddress10 dlvrTo
protected Priority2Code instrPrty
protected XMLGregorianCalendar chqMtrtyDt
protected String frmsCd
protected String rgnlClrZone
protected String prtLctn
public ChequeType2Code getChqTp()
ChequeType2Codepublic void setChqTp(ChequeType2Code value)
value - allowed object is
ChequeType2Codepublic String getChqNb()
Stringpublic void setChqNb(String value)
value - allowed object is
Stringpublic NameAndAddress10 getChqFr()
NameAndAddress10public void setChqFr(NameAndAddress10 value)
value - allowed object is
NameAndAddress10public ChequeDeliveryMethod1Choice getDlvryMtd()
ChequeDeliveryMethod1Choicepublic void setDlvryMtd(ChequeDeliveryMethod1Choice value)
value - allowed object is
ChequeDeliveryMethod1Choicepublic NameAndAddress10 getDlvrTo()
NameAndAddress10public void setDlvrTo(NameAndAddress10 value)
value - allowed object is
NameAndAddress10public Priority2Code getInstrPrty()
Priority2Codepublic void setInstrPrty(Priority2Code value)
value - allowed object is
Priority2Codepublic XMLGregorianCalendar getChqMtrtyDt()
XMLGregorianCalendarpublic void setChqMtrtyDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getFrmsCd()
Stringpublic void setFrmsCd(String value)
value - allowed object is
Stringpublic List<String> getMemoFlds()
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 JAXB object.
This is why there is not a set method for the memoFlds property.
For example, to add a new item, do as follows:
getMemoFlds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getRgnlClrZone()
Stringpublic void setRgnlClrZone(String value)
value - allowed object is
Stringpublic String getPrtLctn()
StringCopyright © 2019. All rights reserved.