Class Reference19

java.lang.Object
org.coderic.iso20022.messages.secl.Reference19

public class Reference19 extends Object

Java class for Reference19 complex type.

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

 <complexType name="Reference19">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TradLegNtfctnId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" maxOccurs="unbounded" minOccurs="0"/>
         <element name="NetPosId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Reference19

      public Reference19()
  • Method Details

    • getTradLegNtfctnId

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

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

          getTradLegNtfctnId().add(newItem);
       

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

    • getNetPosId

      public String getNetPosId()
      Gets the value of the netPosId property.
      Returns:
      possible object is String
    • setNetPosId

      public void setNetPosId(String value)
      Sets the value of the netPosId property.
      Parameters:
      value - allowed object is String