Class ContractIdentifier

java.lang.Object
net.finmath.smartcontract.product.xml.ContractIdentifier
Direct Known Subclasses:
FacilityContractIdentifier

public class ContractIdentifier extends Object
A type defining a contract identifier issued by the indicated party.

Java class for ContractIdentifier complex type.

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

 <complexType name="ContractIdentifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <choice>
           <element name="contractId" type="{http://www.fpml.org/FpML-5/confirmation}ContractId" maxOccurs="unbounded"/>
           <element name="versionedContractId" type="{http://www.fpml.org/FpML-5/confirmation}VersionedContractId" maxOccurs="unbounded"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>