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>
 
  • Field Details

    • description

      protected String description
  • Constructor Details

    • BusinessEventGroupIdentifier

      public BusinessEventGroupIdentifier()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String