Class VersionedTradeId
java.lang.Object
net.finmath.smartcontract.product.xml.VersionedTradeId
Trade Id with Version Support
Java class for VersionedTradeId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionedTradeId"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}VersionHistory.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the effectiveDate property.Gets the value of the tradeId property.Gets the value of the version property.void
setEffectiveDate
(IdentifiedDate value) Sets the value of the effectiveDate property.void
setTradeId
(TradeId value) Sets the value of the tradeId property.void
setVersion
(BigInteger value) Sets the value of the version property.
-
Field Details
-
tradeId
-
version
-
effectiveDate
-
-
Constructor Details
-
VersionedTradeId
public VersionedTradeId()
-
-
Method Details
-
getTradeId
-
setTradeId
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isBigInteger
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
IdentifiedDate
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value
- allowed object isIdentifiedDate
-