Class PartyTradeIdentifier

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

public class PartyTradeIdentifier extends TradeIdentifier
A type defining one or more trade identifiers allocated to the trade by a party. A link identifier allows the trade to be associated with other related trades, e.g. trades forming part of a larger structured transaction. It is expected that for external communication of trade there will be only one tradeId sent in the document per party.

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 Details

  • Constructor Details

    • PartyTradeIdentifier

      public PartyTradeIdentifier()
  • Method Details

    • getLinkId

      public List<LinkId> 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

      public List<TradeIdentifier> 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

      public List<TradeIdentifierExtended> 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

      public TradeIdentifier getBlockTradeId()
      Gets the value of the blockTradeId property.
      Returns:
      possible object is TradeIdentifier
    • setBlockTradeId

      public void setBlockTradeId(TradeIdentifier value)
      Sets the value of the blockTradeId property.
      Parameters:
      value - allowed object is TradeIdentifier
    • getOriginatingTradeId

      public List<TradeIdentifier> 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

      public List<ProductComponentIdentifier> 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