Class DisputeData3
Java class for DisputeData3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisputeData3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PresntmntCycl" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Exact1NumericText" minOccurs="0"/> <element name="DsptCond" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="DsptSts" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="PrtlDspt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}YesNoIndicator" minOccurs="0"/> <element name="DsptRef" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}DisputeReference1" maxOccurs="unbounded" minOccurs="0"/> <element name="DcmnttnSts" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="AddtlDsptData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AdditionalData1" minOccurs="0"/> <element name="DsptRjctRsn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" maxOccurs="unbounded" minOccurs="0"/> <element name="ChrgbckElgblty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlDsptData property.Gets the value of the chrgbckElgblty property.Gets the value of the dcmnttnSts property.Gets the value of the dsptCond property.Gets the value of the dsptRef property.Gets the value of the dsptRjctRsn property.Gets the value of the dsptSts property.Gets the value of the presntmntCycl property.Gets the value of the prtlDspt property.void
setAddtlDsptData
(AdditionalData1 value) Sets the value of the addtlDsptData property.void
setChrgbckElgblty
(String value) Sets the value of the chrgbckElgblty property.void
setDcmnttnSts
(String value) Sets the value of the dcmnttnSts property.void
setDsptCond
(String value) Sets the value of the dsptCond property.void
setDsptSts
(String value) Sets the value of the dsptSts property.void
setPresntmntCycl
(String value) Sets the value of the presntmntCycl property.void
setPrtlDspt
(Boolean value) Sets the value of the prtlDspt property.
-
Constructor Details
-
DisputeData3
public DisputeData3()
-
-
Method Details
-
getPresntmntCycl
Gets the value of the presntmntCycl property.- Returns:
- possible object is
String
-
setPresntmntCycl
Sets the value of the presntmntCycl property.- Parameters:
value
- allowed object isString
-
getDsptCond
Gets the value of the dsptCond property.- Returns:
- possible object is
String
-
setDsptCond
Sets the value of the dsptCond property.- Parameters:
value
- allowed object isString
-
getDsptSts
Gets the value of the dsptSts property.- Returns:
- possible object is
String
-
setDsptSts
Sets the value of the dsptSts property.- Parameters:
value
- allowed object isString
-
isPrtlDspt
Gets the value of the prtlDspt property.- Returns:
- possible object is
Boolean
-
setPrtlDspt
Sets the value of the prtlDspt property.- Parameters:
value
- allowed object isBoolean
-
getDsptRef
Gets the value of the dsptRef 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 dsptRef property.For example, to add a new item, do as follows:
getDsptRef().add(newItem);
Objects of the following type(s) are allowed in the list
DisputeReference1
-
getDcmnttnSts
Gets the value of the dcmnttnSts property.- Returns:
- possible object is
String
-
setDcmnttnSts
Sets the value of the dcmnttnSts property.- Parameters:
value
- allowed object isString
-
getAddtlDsptData
Gets the value of the addtlDsptData property.- Returns:
- possible object is
AdditionalData1
-
setAddtlDsptData
Sets the value of the addtlDsptData property.- Parameters:
value
- allowed object isAdditionalData1
-
getDsptRjctRsn
Gets the value of the dsptRjctRsn 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 dsptRjctRsn property.For example, to add a new item, do as follows:
getDsptRjctRsn().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getChrgbckElgblty
Gets the value of the chrgbckElgblty property.- Returns:
- possible object is
String
-
setChrgbckElgblty
Sets the value of the chrgbckElgblty property.- Parameters:
value
- allowed object isString
-