Class EventIdentifier

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

public class EventIdentifier extends Object
Identification of a business event, for example through its correlation id or a business identifier.

Java class for EventIdentifier complex type.

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

 <complexType name="EventIdentifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}CorrelationId.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}Sequence.model" minOccurs="0"/>
         </sequence>
         <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EventIdentifier

      public EventIdentifier()
  • Method Details

    • getCorrelationId

      public CorrelationId getCorrelationId()
      Gets the value of the correlationId property.
      Returns:
      possible object is CorrelationId
    • setCorrelationId

      public void setCorrelationId(CorrelationId value)
      Sets the value of the correlationId property.
      Parameters:
      value - allowed object is CorrelationId
    • getSequenceNumber

      public BigInteger getSequenceNumber()
      Gets the value of the sequenceNumber property.
      Returns:
      possible object is BigInteger
    • setSequenceNumber

      public void setSequenceNumber(BigInteger value)
      Sets the value of the sequenceNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getTradeIdentifier

      public TradeIdentifier getTradeIdentifier()
      Gets the value of the tradeIdentifier property.
      Returns:
      possible object is TradeIdentifier
    • setTradeIdentifier

      public void setTradeIdentifier(TradeIdentifier value)
      Sets the value of the tradeIdentifier property.
      Parameters:
      value - allowed object is TradeIdentifier