Class BusinessEventGroupIdentifier

java.lang.Object
net.finmath.smartcontract.product.xml.BusinessEventIdentifier
net.finmath.smartcontract.product.xml.BusinessEventGroupIdentifier

public class BusinessEventGroupIdentifier extends BusinessEventIdentifier
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>