Class TradeIdentifierExtended
java.lang.Object
net.finmath.smartcontract.product.xml.TradeIdentifier
net.finmath.smartcontract.product.xml.TradeIdentifierExtended
A type defining a trade identifier with a reference to the party that this
trade is associated with.
Java class for TradeIdentifierExtended complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeIdentifierExtended">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier">
<sequence>
<element name="associatedPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.TradeIdentifier
accountReference, id, issuer, partyReference, tradeId, tradeIdOrVersionedTradeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the associatedPartyReference property.voidSets the value of the associatedPartyReference property.Methods inherited from class net.finmath.smartcontract.product.xml.TradeIdentifier
getAccountReference, getId, getIssuer, getPartyReference, getTradeId, getTradeIdOrVersionedTradeId, setAccountReference, setId, setIssuer, setPartyReference, setTradeId
-
Field Details
-
associatedPartyReference
-
-
Constructor Details
-
TradeIdentifierExtended
public TradeIdentifierExtended()
-
-
Method Details
-
getAssociatedPartyReference
Gets the value of the associatedPartyReference property.- Returns:
- possible object is
PartyReference
-
setAssociatedPartyReference
Sets the value of the associatedPartyReference property.- Parameters:
value- allowed object isPartyReference
-