Class IdentifiedAsset
java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
- Direct Known Subclasses:
Commodity
,DealIdentifier
,FacilityIdentifier
,UnderlyingAsset
A generic type describing an identified asset.
Java class for IdentifiedAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentifiedAsset"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Asset"> <sequence> <element name="instrumentId" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentId" maxOccurs="unbounded"/> <element name="description" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the instrumentId property.void
setDescription
(String value) Sets the value of the description property.
-
Field Details
-
instrumentId
-
description
-
-
Constructor Details
-
IdentifiedAsset
public IdentifiedAsset()
-
-
Method Details
-
getInstrumentId
Gets the value of the instrumentId 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 instrumentId property.For example, to add a new item, do as follows:
getInstrumentId().add(newItem);
Objects of the following type(s) are allowed in the list
InstrumentId
-
getDescription
-
setDescription
-