Class TradeWrapper

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

public class TradeWrapper extends Object
A structure that contains a business event.

Java class for TradeWrapper complex type.

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

 <complexType name="TradeWrapper">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeOrInfo.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TradeWrapper

      public TradeWrapper()
  • 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
    • getTrade

      public Trade getTrade()
      Gets the value of the trade property.
      Returns:
      possible object is Trade
    • setTrade

      public void setTrade(Trade value)
      Sets the value of the trade property.
      Parameters:
      value - allowed object is Trade
    • getTradeReferenceInformation

      public TradeReferenceInformation getTradeReferenceInformation()
      Gets the value of the tradeReferenceInformation property.
      Returns:
      possible object is TradeReferenceInformation
    • setTradeReferenceInformation

      public void setTradeReferenceInformation(TradeReferenceInformation value)
      Sets the value of the tradeReferenceInformation property.
      Parameters:
      value - allowed object is TradeReferenceInformation
    • getTradePackage

      public TradePackage getTradePackage()
      Gets the value of the tradePackage property.
      Returns:
      possible object is TradePackage
    • setTradePackage

      public void setTradePackage(TradePackage value)
      Sets the value of the tradePackage property.
      Parameters:
      value - allowed object is TradePackage