Class EntryDetails8


  • public class EntryDetails8
    extends java.lang.Object

    Java class for EntryDetails8 complex type.

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

     <complexType name="EntryDetails8">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Btch" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BatchInformation2" minOccurs="0"/>
             <element name="TxDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}EntryTransaction9" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EntryDetails8

        public EntryDetails8()
    • Method Detail

      • getTxDtls

        public java.util.List<EntryTransaction9> getTxDtls()
        Gets the value of the txDtls 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 JAXB object. This is why there is not a set method for the txDtls property.

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

            getTxDtls().add(newItem);
         

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