Class VersionedTradeId

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

public class VersionedTradeId extends Object
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 Details

  • Constructor Details

    • VersionedTradeId

      public VersionedTradeId()
  • Method Details

    • getTradeId

      public TradeId getTradeId()
      Gets the value of the tradeId property.
      Returns:
      possible object is TradeId
    • setTradeId

      public void setTradeId(TradeId value)
      Sets the value of the tradeId property.
      Parameters:
      value - allowed object is TradeId
    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
    • getEffectiveDate

      public IdentifiedDate getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is IdentifiedDate
    • setEffectiveDate

      public void setEffectiveDate(IdentifiedDate value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is IdentifiedDate