Class TradeReferenceInformation

java.lang.Object
net.finmath.smartcontract.product.xml.TradeReferenceInformation

public class TradeReferenceInformation extends Object
Defines a type that allows trade identifiers and/or trade information to be represented for a trade.

Java class for TradeReferenceInformation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TradeReferenceInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent"/>
           <element name="terminatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}TerminatingEvent"/>
         </choice>
         <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="partyTradeInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="productType" type="{http://www.fpml.org/FpML-5/confirmation}ProductType" minOccurs="0"/>
         <element name="productId" type="{http://www.fpml.org/FpML-5/confirmation}ProductId" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TradeReferenceInformation

      public TradeReferenceInformation()
  • Method Details

    • getOriginatingEvent

      public OriginatingEvent getOriginatingEvent()
      Gets the value of the originatingEvent property.
      Returns:
      possible object is OriginatingEvent
    • setOriginatingEvent

      public void setOriginatingEvent(OriginatingEvent value)
      Sets the value of the originatingEvent property.
      Parameters:
      value - allowed object is OriginatingEvent
    • getTerminatingEvent

      public TerminatingEvent getTerminatingEvent()
      Gets the value of the terminatingEvent property.
      Returns:
      possible object is TerminatingEvent
    • setTerminatingEvent

      public void setTerminatingEvent(TerminatingEvent value)
      Sets the value of the terminatingEvent property.
      Parameters:
      value - allowed object is TerminatingEvent
    • getPartyTradeIdentifier

      public List<PartyTradeIdentifier> getPartyTradeIdentifier()
      Gets the value of the partyTradeIdentifier 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 partyTradeIdentifier property.

      For example, to add a new item, do as follows:

          getPartyTradeIdentifier().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyTradeIdentifier

    • getPartyTradeInformation

      public List<PartyTradeInformation> getPartyTradeInformation()
      Gets the value of the partyTradeInformation 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 partyTradeInformation property.

      For example, to add a new item, do as follows:

          getPartyTradeInformation().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyTradeInformation

    • getProductType

      public ProductType getProductType()
      Gets the value of the productType property.
      Returns:
      possible object is ProductType
    • setProductType

      public void setProductType(ProductType value)
      Sets the value of the productType property.
      Parameters:
      value - allowed object is ProductType
    • getProductId

      public ProductId getProductId()
      Gets the value of the productId property.
      Returns:
      possible object is ProductId
    • setProductId

      public void setProductId(ProductId value)
      Sets the value of the productId property.
      Parameters:
      value - allowed object is ProductId