Class EventIdentifier
java.lang.Object
net.finmath.smartcontract.product.xml.EventIdentifier
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 Summary
Modifier and TypeFieldDescriptionprotected CorrelationId
protected BigInteger
protected TradeIdentifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the correlationId property.Gets the value of the sequenceNumber property.Gets the value of the tradeIdentifier property.void
setCorrelationId
(CorrelationId value) Sets the value of the correlationId property.void
setSequenceNumber
(BigInteger value) Sets the value of the sequenceNumber property.void
Sets the value of the tradeIdentifier property.
-
Field Details
-
correlationId
-
sequenceNumber
-
tradeIdentifier
-
-
Constructor Details
-
EventIdentifier
public EventIdentifier()
-
-
Method Details
-
getCorrelationId
Gets the value of the correlationId property.- Returns:
- possible object is
CorrelationId
-
setCorrelationId
Sets the value of the correlationId property.- Parameters:
value
- allowed object isCorrelationId
-
getSequenceNumber
Gets the value of the sequenceNumber property.- Returns:
- possible object is
BigInteger
-
setSequenceNumber
Sets the value of the sequenceNumber property.- Parameters:
value
- allowed object isBigInteger
-
getTradeIdentifier
Gets the value of the tradeIdentifier property.- Returns:
- possible object is
TradeIdentifier
-
setTradeIdentifier
Sets the value of the tradeIdentifier property.- Parameters:
value
- allowed object isTradeIdentifier
-