Class TradeIdentifierExtended

java.lang.Object
net.finmath.smartcontract.product.xml.TradeIdentifier
net.finmath.smartcontract.product.xml.TradeIdentifierExtended

public class TradeIdentifierExtended extends TradeIdentifier
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 Details

    • associatedPartyReference

      protected PartyReference associatedPartyReference
  • Constructor Details

    • TradeIdentifierExtended

      public TradeIdentifierExtended()
  • Method Details

    • getAssociatedPartyReference

      public PartyReference getAssociatedPartyReference()
      Gets the value of the associatedPartyReference property.
      Returns:
      possible object is PartyReference
    • setAssociatedPartyReference

      public void setAssociatedPartyReference(PartyReference value)
      Sets the value of the associatedPartyReference property.
      Parameters:
      value - allowed object is PartyReference