Class VersionedContractId

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

public class VersionedContractId extends Object
Contract Id with Version Support

Java class for VersionedContractId complex type.

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

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

  • Constructor Details

    • VersionedContractId

      public VersionedContractId()
  • Method Details

    • getContractId

      public ContractId getContractId()
      Gets the value of the contractId property.
      Returns:
      possible object is ContractId
    • setContractId

      public void setContractId(ContractId value)
      Sets the value of the contractId property.
      Parameters:
      value - allowed object is ContractId
    • 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