Class CardPaymentDataSet36
Java class for CardPaymentDataSet36 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardPaymentDataSet36"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DataSetId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}DataSetIdentification5"/> <element name="DataSetRslt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ResponseType10"/> <element name="RmvDataSet" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrueFalseIndicator"/> <element name="DataSetInitr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericIdentification176" minOccurs="0"/> <element name="TxTtls" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TransactionTotals12" maxOccurs="unbounded"/> <element name="RjctdTx" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/> <element name="SspdTx" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/> <element name="RsmdApprvl" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/> <element name="RsmdRjctn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentDataSet35" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataSetId property.Gets the value of the dataSetInitr property.Gets the value of the dataSetRslt property.Gets the value of the rjctdTx property.Gets the value of the rsmdApprvl property.Gets the value of the rsmdRjctn property.Gets the value of the sspdTx property.Gets the value of the txTtls property.boolean
Gets the value of the rmvDataSet property.void
Sets the value of the dataSetId property.void
Sets the value of the dataSetInitr property.void
setDataSetRslt
(ResponseType10 value) Sets the value of the dataSetRslt property.void
setRmvDataSet
(boolean value) Sets the value of the rmvDataSet property.
-
Constructor Details
-
CardPaymentDataSet36
public CardPaymentDataSet36()
-
-
Method Details
-
getDataSetId
Gets the value of the dataSetId property.- Returns:
- possible object is
DataSetIdentification5
-
setDataSetId
Sets the value of the dataSetId property.- Parameters:
value
- allowed object isDataSetIdentification5
-
getDataSetRslt
Gets the value of the dataSetRslt property.- Returns:
- possible object is
ResponseType10
-
setDataSetRslt
Sets the value of the dataSetRslt property.- Parameters:
value
- allowed object isResponseType10
-
isRmvDataSet
public boolean isRmvDataSet()Gets the value of the rmvDataSet property. -
setRmvDataSet
public void setRmvDataSet(boolean value) Sets the value of the rmvDataSet property. -
getDataSetInitr
Gets the value of the dataSetInitr property.- Returns:
- possible object is
GenericIdentification176
-
setDataSetInitr
Sets the value of the dataSetInitr property.- Parameters:
value
- allowed object isGenericIdentification176
-
getTxTtls
Gets the value of the txTtls 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 txTtls property.For example, to add a new item, do as follows:
getTxTtls().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionTotals12
-
getRjctdTx
Gets the value of the rjctdTx 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 rjctdTx property.For example, to add a new item, do as follows:
getRjctdTx().add(newItem);
Objects of the following type(s) are allowed in the list
CardPaymentDataSet35
-
getSspdTx
Gets the value of the sspdTx 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 sspdTx property.For example, to add a new item, do as follows:
getSspdTx().add(newItem);
Objects of the following type(s) are allowed in the list
CardPaymentDataSet35
-
getRsmdApprvl
Gets the value of the rsmdApprvl 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 rsmdApprvl property.For example, to add a new item, do as follows:
getRsmdApprvl().add(newItem);
Objects of the following type(s) are allowed in the list
CardPaymentDataSet35
-
getRsmdRjctn
Gets the value of the rsmdRjctn 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 rsmdRjctn property.For example, to add a new item, do as follows:
getRsmdRjctn().add(newItem);
Objects of the following type(s) are allowed in the list
CardPaymentDataSet35
-