Class TransactionContext10
java.lang.Object
org.coderic.iso20022.messages.caad.TransactionContext10
Java class for TransactionContext10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionContext10"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CardPrgrmmApld" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}CardProgrammeMode3" minOccurs="0"/> <element name="Jursdctn" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Jurisdiction2" minOccurs="0"/> <element name="SttlmSvc" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}SettlementService4" minOccurs="0"/> <element name="Rcncltn" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Reconciliation3" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.Gets the value of the cardPrgrmmApld property.Gets the value of the jursdctn property.Gets the value of the rcncltn property.Gets the value of the sttlmSvc property.void
Sets the value of the cardPrgrmmApld property.void
setJursdctn
(Jurisdiction2 value) Sets the value of the jursdctn property.void
setRcncltn
(Reconciliation3 value) Sets the value of the rcncltn property.void
setSttlmSvc
(SettlementService4 value) Sets the value of the sttlmSvc property.
-
Constructor Details
-
TransactionContext10
public TransactionContext10()
-
-
Method Details
-
getCardPrgrmmApld
Gets the value of the cardPrgrmmApld property.- Returns:
- possible object is
CardProgrammeMode3
-
setCardPrgrmmApld
Sets the value of the cardPrgrmmApld property.- Parameters:
value
- allowed object isCardProgrammeMode3
-
getJursdctn
Gets the value of the jursdctn property.- Returns:
- possible object is
Jurisdiction2
-
setJursdctn
Sets the value of the jursdctn property.- Parameters:
value
- allowed object isJurisdiction2
-
getSttlmSvc
Gets the value of the sttlmSvc property.- Returns:
- possible object is
SettlementService4
-
setSttlmSvc
Sets the value of the sttlmSvc property.- Parameters:
value
- allowed object isSettlementService4
-
getRcncltn
Gets the value of the rcncltn property.- Returns:
- possible object is
Reconciliation3
-
setRcncltn
Sets the value of the rcncltn property.- Parameters:
value
- allowed object isReconciliation3
-
getAddtlData
Gets the value of the addtlData 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 addtlData property.For example, to add a new item, do as follows:
getAddtlData().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalData1
-