Class Reference19
java.lang.Object
org.coderic.iso20022.messages.secl.Reference19
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the netPosId property.Gets the value of the tradLegNtfctnId property.void
setNetPosId
(String value) Sets the value of the netPosId property.
-
Constructor Details
-
Reference19
public Reference19()
-
-
Method Details
-
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
Gets the value of the netPosId property.- Returns:
- possible object is
String
-
setNetPosId
Sets the value of the netPosId property.- Parameters:
value
- allowed object isString
-