Class FinancialInstrument99Choice
java.lang.Object
org.coderic.iso20022.messages.auth.FinancialInstrument99Choice
Java class for FinancialInstrument99Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstrument99Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISINOct2015Identifier"/> <element name="StrtgyInstrms" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISINOct2015Identifier" maxOccurs="unbounded" minOccurs="2"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FinancialInstrument99Choice
public FinancialInstrument99Choice()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getStrtgyInstrms
Gets the value of the strtgyInstrms 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 strtgyInstrms property.For example, to add a new item, do as follows:
getStrtgyInstrms().add(newItem);
Objects of the following type(s) are allowed in the list
String
-