Class InvestigationDataRecord1Choice
java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationDataRecord1Choice
Java class for InvestigationDataRecord1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationDataRecord1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="DbtAuthstn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DebitAuthorisationConfirmation3"/> <element name="Compstn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CompensationResponse1"/> <element name="Valtn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}AdjustmentCompensation1"/> <element name="Conf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BookingConfirmation1"/> <element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PaymentTransactionStatus1"/> <element name="TxData" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TransactionAmendment1" maxOccurs="unbounded"/> <element name="RspnNrrtv" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max500Text"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compstn property.getConf()
Gets the value of the conf property.Gets the value of the dbtAuthstn property.Gets the value of the rspnNrrtv property.Gets the value of the txData property.getTxSts()
Gets the value of the txSts property.getValtn()
Gets the value of the valtn property.void
setCompstn
(CompensationResponse1 value) Sets the value of the compstn property.void
setConf
(BookingConfirmation1 value) Sets the value of the conf property.void
Sets the value of the dbtAuthstn property.void
setRspnNrrtv
(String value) Sets the value of the rspnNrrtv property.void
Sets the value of the txSts property.void
setValtn
(AdjustmentCompensation1 value) Sets the value of the valtn property.
-
Constructor Details
-
InvestigationDataRecord1Choice
public InvestigationDataRecord1Choice()
-
-
Method Details
-
getDbtAuthstn
Gets the value of the dbtAuthstn property.- Returns:
- possible object is
DebitAuthorisationConfirmation3
-
setDbtAuthstn
Sets the value of the dbtAuthstn property.- Parameters:
value
- allowed object isDebitAuthorisationConfirmation3
-
getCompstn
Gets the value of the compstn property.- Returns:
- possible object is
CompensationResponse1
-
setCompstn
Sets the value of the compstn property.- Parameters:
value
- allowed object isCompensationResponse1
-
getValtn
Gets the value of the valtn property.- Returns:
- possible object is
AdjustmentCompensation1
-
setValtn
Sets the value of the valtn property.- Parameters:
value
- allowed object isAdjustmentCompensation1
-
getConf
Gets the value of the conf property.- Returns:
- possible object is
BookingConfirmation1
-
setConf
Sets the value of the conf property.- Parameters:
value
- allowed object isBookingConfirmation1
-
getTxSts
Gets the value of the txSts property.- Returns:
- possible object is
PaymentTransactionStatus1
-
setTxSts
Sets the value of the txSts property.- Parameters:
value
- allowed object isPaymentTransactionStatus1
-
getTxData
Gets the value of the txData 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 txData property.For example, to add a new item, do as follows:
getTxData().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionAmendment1
-
getRspnNrrtv
Gets the value of the rspnNrrtv property.- Returns:
- possible object is
String
-
setRspnNrrtv
Sets the value of the rspnNrrtv property.- Parameters:
value
- allowed object isString
-