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>