Class PartyTradeIdentifier
Java class for PartyTradeIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyTradeIdentifier"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier"> <sequence> <element name="linkId" type="{http://www.fpml.org/FpML-5/confirmation}LinkId" maxOccurs="unbounded" minOccurs="0"/> <choice> <element name="allocationTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded" minOccurs="0"/> <element name="resultingTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifierExtended" maxOccurs="unbounded" minOccurs="0"/> </choice> <element name="blockTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" minOccurs="0"/> <element name="originatingTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded" minOccurs="0"/> <element name="productComponentIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}ProductComponentIdentifier" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<TradeIdentifier> protected TradeIdentifier
protected List
<TradeIdentifier> protected List
<ProductComponentIdentifier> protected List
<TradeIdentifierExtended> Fields inherited from class net.finmath.smartcontract.product.xml.TradeIdentifier
accountReference, id, issuer, partyReference, tradeId, tradeIdOrVersionedTradeId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationTradeId property.Gets the value of the blockTradeId property.Gets the value of the linkId property.Gets the value of the originatingTradeId property.Gets the value of the productComponentIdentifier property.Gets the value of the resultingTradeId property.void
setBlockTradeId
(TradeIdentifier value) Sets the value of the blockTradeId property.Methods inherited from class net.finmath.smartcontract.product.xml.TradeIdentifier
getAccountReference, getId, getIssuer, getPartyReference, getTradeId, getTradeIdOrVersionedTradeId, setAccountReference, setId, setIssuer, setPartyReference, setTradeId
-
Field Details
-
linkId
-
allocationTradeId
-
resultingTradeId
-
blockTradeId
-
originatingTradeId
-
productComponentIdentifier
-
-
Constructor Details
-
PartyTradeIdentifier
public PartyTradeIdentifier()
-
-
Method Details
-
getLinkId
Gets the value of the linkId 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 linkId property.For example, to add a new item, do as follows:
getLinkId().add(newItem);
Objects of the following type(s) are allowed in the list
LinkId
-
getAllocationTradeId
Gets the value of the allocationTradeId 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 allocationTradeId property.For example, to add a new item, do as follows:
getAllocationTradeId().add(newItem);
Objects of the following type(s) are allowed in the list
TradeIdentifier
-
getResultingTradeId
Gets the value of the resultingTradeId 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 resultingTradeId property.For example, to add a new item, do as follows:
getResultingTradeId().add(newItem);
Objects of the following type(s) are allowed in the list
TradeIdentifierExtended
-
getBlockTradeId
Gets the value of the blockTradeId property.- Returns:
- possible object is
TradeIdentifier
-
setBlockTradeId
Sets the value of the blockTradeId property.- Parameters:
value
- allowed object isTradeIdentifier
-
getOriginatingTradeId
Gets the value of the originatingTradeId 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 originatingTradeId property.For example, to add a new item, do as follows:
getOriginatingTradeId().add(newItem);
Objects of the following type(s) are allowed in the list
TradeIdentifier
-
getProductComponentIdentifier
Gets the value of the productComponentIdentifier 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 productComponentIdentifier property.For example, to add a new item, do as follows:
getProductComponentIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
ProductComponentIdentifier
-