Class Cheque11
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.001.001.09}ChequeType2Code" minOccurs="0"/> <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/> <element name="ChqFr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}NameAndAddress16" minOccurs="0"/> <element name="DlvryMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ChequeDeliveryMethod1Choice" minOccurs="0"/> <element name="DlvrTo" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}NameAndAddress16" minOccurs="0"/> <element name="InstrPrty" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Priority2Code" minOccurs="0"/> <element name="ChqMtrtyDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ISODate" minOccurs="0"/> <element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/> <element name="MemoFld" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" maxOccurs="2" minOccurs="0"/> <element name="RgnlClrZone" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/> <element name="PrtLctn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max35Text" minOccurs="0"/> <element name="Sgntr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}Max70Text" maxOccurs="5" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NameAndAddress16
protected XMLGregorianCalendar
protected String
protected ChequeType2Code
protected NameAndAddress16
protected ChequeDeliveryMethod1Choice
protected String
protected Priority2Code
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChqFr()
Gets the value of the chqFr property.Gets the value of the chqMtrtyDt property.getChqNb()
Gets the value of the chqNb property.getChqTp()
Gets the value of the chqTp property.Gets the value of the dlvrTo property.Gets the value of the dlvryMtd property.Gets the value of the frmsCd property.Gets the value of the instrPrty property.Gets the value of the memoFld property.Gets the value of the prtLctn property.Gets the value of the rgnlClrZone property.getSgntr()
Gets the value of the sgntr property.void
setChqFr
(NameAndAddress16 value) Sets the value of the chqFr property.void
Sets the value of the chqMtrtyDt property.void
Sets the value of the chqNb property.void
setChqTp
(ChequeType2Code value) Sets the value of the chqTp property.void
setDlvrTo
(NameAndAddress16 value) Sets the value of the dlvrTo property.void
Sets the value of the dlvryMtd property.void
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.
-
Field Details
-
chqTp
-
chqNb
-
chqFr
-
dlvryMtd
-
dlvrTo
-
instrPrty
-
chqMtrtyDt
-
frmsCd
-
memoFld
-
rgnlClrZone
-
prtLctn
-
sgntr
-
-
Constructor Details
-
Cheque11
public Cheque11()
-
-
Method Details
-
getChqTp
Gets the value of the chqTp property.- Returns:
- possible object is
ChequeType2Code
-
setChqTp
Sets the value of the chqTp property.- Parameters:
value
- allowed object isChequeType2Code
-
getChqNb
Gets the value of the chqNb property.- Returns:
- possible object is
String
-
setChqNb
Sets the value of the chqNb property.- Parameters:
value
- allowed object isString
-
getChqFr
Gets the value of the chqFr property.- Returns:
- possible object is
NameAndAddress16
-
setChqFr
Sets the value of the chqFr property.- Parameters:
value
- allowed object isNameAndAddress16
-
getDlvryMtd
Gets the value of the dlvryMtd property.- Returns:
- possible object is
ChequeDeliveryMethod1Choice
-
setDlvryMtd
Sets the value of the dlvryMtd property.- Parameters:
value
- allowed object isChequeDeliveryMethod1Choice
-
getDlvrTo
Gets the value of the dlvrTo property.- Returns:
- possible object is
NameAndAddress16
-
setDlvrTo
Sets the value of the dlvrTo property.- Parameters:
value
- allowed object isNameAndAddress16
-
getInstrPrty
Gets the value of the instrPrty property.- Returns:
- possible object is
Priority2Code
-
setInstrPrty
Sets the value of the instrPrty property.- Parameters:
value
- allowed object isPriority2Code
-
getChqMtrtyDt
Gets the value of the chqMtrtyDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setChqMtrtyDt
Sets the value of the chqMtrtyDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFrmsCd
Gets the value of the frmsCd property.- Returns:
- possible object is
String
-
setFrmsCd
Sets the value of the frmsCd property.- Parameters:
value
- allowed object isString
-
getMemoFld
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 JAXB 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
String
-
getRgnlClrZone
Gets the value of the rgnlClrZone property.- Returns:
- possible object is
String
-
setRgnlClrZone
Sets the value of the rgnlClrZone property.- Parameters:
value
- allowed object isString
-
getPrtLctn
Gets the value of the prtLctn property.- Returns:
- possible object is
String
-
setPrtLctn
Sets the value of the prtLctn property.- Parameters:
value
- allowed object isString
-
getSgntr
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 JAXB 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
String
-