Class AdditionalInformation5

java.lang.Object
org.coderic.iso20022.messages.fxtr.AdditionalInformation5

public class AdditionalInformation5 extends Object

Java class for AdditionalInformation5 complex type.

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

 <complexType name="AdditionalInformation5">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Inf" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}Max256Text" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AdditionalInformation5

      public AdditionalInformation5()
  • Method Details

    • getInf

      public List<String> getInf()
      Gets the value of the inf 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 inf property.

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

          getInf().add(newItem);
       

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