Class InstrumentSet
Java class for InstrumentSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstrumentSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<choice>
<element ref="{http://www.fpml.org/FpML-5/confirmation}underlyingAsset"/>
<element ref="{http://www.fpml.org/FpML-5/confirmation}curveInstrument"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the underlyingAssetOrCurveInstrument property.
-
Field Details
-
underlyingAssetOrCurveInstrument
-
-
Constructor Details
-
InstrumentSet
public InstrumentSet()
-
-
Method Details
-
getUnderlyingAssetOrCurveInstrument
Gets the value of the underlyingAssetOrCurveInstrument 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
setmethod for the underlyingAssetOrCurveInstrument property.For example, to add a new item, do as follows:
getUnderlyingAssetOrCurveInstrument().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<ExchangeTradedOption>JAXBElement<Cash>JAXBElement<Basket>JAXBElement<Future>JAXBElement<MutualFund>JAXBElement<Index>JAXBElement<ExchangeTradedFund>JAXBElement<ConvertibleBond>JAXBElement<Loan>JAXBElement<Bond>JAXBElement<Commodity>JAXBElement<EquityAsset>JAXBElement<Mortgage>JAXBElement<Asset>JAXBElement<RateIndex>JAXBElement<SimpleIRSwap>JAXBElement<FxRateAsset>JAXBElement<Deposit>JAXBElement<SimpleCreditDefaultSwap>JAXBElement<SimpleFra>JAXBElement<Asset>
-