Class TradeWrapper
java.lang.Object
net.finmath.smartcontract.product.xml.TradeWrapper
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 Summary
Modifier and TypeFieldDescriptionprotected OriginatingEvent
protected Trade
protected TradePackage
protected TradeReferenceInformation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the originatingEvent property.getTrade()
Gets the value of the trade property.Gets the value of the tradePackage property.Gets the value of the tradeReferenceInformation property.void
Sets the value of the originatingEvent property.void
Sets the value of the trade property.void
setTradePackage
(TradePackage value) Sets the value of the tradePackage property.void
Sets the value of the tradeReferenceInformation property.
-
Field Details
-
originatingEvent
-
trade
-
tradeReferenceInformation
-
tradePackage
-
-
Constructor Details
-
TradeWrapper
public TradeWrapper()
-
-
Method Details
-
getOriginatingEvent
Gets the value of the originatingEvent property.- Returns:
- possible object is
OriginatingEvent
-
setOriginatingEvent
Sets the value of the originatingEvent property.- Parameters:
value
- allowed object isOriginatingEvent
-
getTrade
-
setTrade
-
getTradeReferenceInformation
Gets the value of the tradeReferenceInformation property.- Returns:
- possible object is
TradeReferenceInformation
-
setTradeReferenceInformation
Sets the value of the tradeReferenceInformation property.- Parameters:
value
- allowed object isTradeReferenceInformation
-
getTradePackage
Gets the value of the tradePackage property.- Returns:
- possible object is
TradePackage
-
setTradePackage
Sets the value of the tradePackage property.- Parameters:
value
- allowed object isTradePackage
-