Class BusinessEventGroupIdentifier
java.lang.Object
net.finmath.smartcontract.product.xml.BusinessEventIdentifier
net.finmath.smartcontract.product.xml.BusinessEventGroupIdentifier
An identifier used to group different business events. This mechanism
allows various events to be loosely coupled with each other.
Java class for BusinessEventGroupIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessEventGroupIdentifier"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}BusinessEventIdentifier"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.BusinessEventIdentifier
accountReference, eventId, id, partyReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.void
setDescription
(String value) Sets the value of the description property.Methods inherited from class net.finmath.smartcontract.product.xml.BusinessEventIdentifier
getAccountReference, getEventId, getId, getPartyReference, setAccountReference, setEventId, setId, setPartyReference
-
Field Details
-
description
-
-
Constructor Details
-
BusinessEventGroupIdentifier
public BusinessEventGroupIdentifier()
-
-
Method Details
-
getDescription
-
setDescription
-