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
Modifier and TypeFieldDescription -
Constructor Summary
-
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
set
method 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
<
Index
>
JAXBElement
<
Mortgage
>
JAXBElement
<
Cash
>
JAXBElement
<
EquityAsset
>
JAXBElement
<
Future
>
JAXBElement
<
Bond
>
JAXBElement
<
ConvertibleBond
>
JAXBElement
<
Basket
>
JAXBElement
<
ExchangeTradedFund
>
JAXBElement
<
Loan
>
JAXBElement
<
MutualFund
>
JAXBElement
<
ExchangeTradedOption
>
JAXBElement
<
Commodity
>
JAXBElement
<
Asset
>
JAXBElement
<
RateIndex
>
JAXBElement
<
FxRateAsset
>
JAXBElement
<
SimpleFra
>
JAXBElement
<
SimpleCreditDefaultSwap
>
JAXBElement
<
Deposit
>
JAXBElement
<
SimpleIRSwap
>
JAXBElement
<
Asset
>
-