Class Transaction158

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

public class Transaction158 extends Object

Java class for Transaction158 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Transaction158">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TransactionIdentification12" minOccurs="0"/>
         <element name="AddtlFee" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalFee2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FileActnDtls" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}FileActionDetails2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Transaction158

      public Transaction158()
  • Method Details

    • getTxId

      public TransactionIdentification12 getTxId()
      Gets the value of the txId property.
      Returns:
      possible object is TransactionIdentification12
    • setTxId

      public void setTxId(TransactionIdentification12 value)
      Sets the value of the txId property.
      Parameters:
      value - allowed object is TransactionIdentification12
    • getAddtlFee

      public List<AdditionalFee2> getAddtlFee()
      Gets the value of the addtlFee 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 addtlFee property.

      For example, to add a new item, do as follows:

          getAddtlFee().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdditionalFee2

    • 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

    • getFileActnDtls

      public FileActionDetails2 getFileActnDtls()
      Gets the value of the fileActnDtls property.
      Returns:
      possible object is FileActionDetails2
    • setFileActnDtls

      public void setFileActnDtls(FileActionDetails2 value)
      Sets the value of the fileActnDtls property.
      Parameters:
      value - allowed object is FileActionDetails2