Class StrategyComponentIdentification
java.lang.Object
net.finmath.smartcontract.product.xml.StrategyComponentIdentification
Associates trade identifiers with components of a strategy.
Java class for StrategyComponentIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrategyComponentIdentification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tradeIdentifierReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifierReference" maxOccurs="unbounded"/> <element name="componentReference" type="{http://www.fpml.org/FpML-5/confirmation}ProductReference"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProductReference
protected List
<PartyTradeIdentifierReference> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the componentReference property.Gets the value of the tradeIdentifierReference property.void
Sets the value of the componentReference property.
-
Field Details
-
tradeIdentifierReference
-
componentReference
-
-
Constructor Details
-
StrategyComponentIdentification
public StrategyComponentIdentification()
-
-
Method Details
-
getTradeIdentifierReference
Gets the value of the tradeIdentifierReference 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 tradeIdentifierReference property.For example, to add a new item, do as follows:
getTradeIdentifierReference().add(newItem);
Objects of the following type(s) are allowed in the list
PartyTradeIdentifierReference
-
getComponentReference
Gets the value of the componentReference property.- Returns:
- possible object is
ProductReference
-
setComponentReference
Sets the value of the componentReference property.- Parameters:
value
- allowed object isProductReference
-