Class TransactionContext10

java.lang.Object
org.coderic.iso20022.messages.cafm.TransactionContext10

public class TransactionContext10 extends Object

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:cafm.002.001.02}CardProgrammeMode3" minOccurs="0"/>
         <element name="Jursdctn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Jurisdiction2" minOccurs="0"/>
         <element name="SttlmSvc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}SettlementService4" minOccurs="0"/>
         <element name="Rcncltn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Reconciliation3" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TransactionContext10

      public TransactionContext10()
  • Method Details

    • getCardPrgrmmApld

      public CardProgrammeMode3 getCardPrgrmmApld()
      Gets the value of the cardPrgrmmApld property.
      Returns:
      possible object is CardProgrammeMode3
    • setCardPrgrmmApld

      public void setCardPrgrmmApld(CardProgrammeMode3 value)
      Sets the value of the cardPrgrmmApld property.
      Parameters:
      value - allowed object is CardProgrammeMode3
    • getJursdctn

      public Jurisdiction2 getJursdctn()
      Gets the value of the jursdctn property.
      Returns:
      possible object is Jurisdiction2
    • setJursdctn

      public void setJursdctn(Jurisdiction2 value)
      Sets the value of the jursdctn property.
      Parameters:
      value - allowed object is Jurisdiction2
    • getSttlmSvc

      public SettlementService4 getSttlmSvc()
      Gets the value of the sttlmSvc property.
      Returns:
      possible object is SettlementService4
    • setSttlmSvc

      public void setSttlmSvc(SettlementService4 value)
      Sets the value of the sttlmSvc property.
      Parameters:
      value - allowed object is SettlementService4
    • getRcncltn

      public Reconciliation3 getRcncltn()
      Gets the value of the rcncltn property.
      Returns:
      possible object is Reconciliation3
    • setRcncltn

      public void setRcncltn(Reconciliation3 value)
      Sets the value of the rcncltn property.
      Parameters:
      value - allowed object is Reconciliation3
    • getAddtlData

      public List<AdditionalData1> 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