Class TriggerEvent

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

public class TriggerEvent extends Object
Observation point for trigger.

Java class for TriggerEvent complex type.

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

 <complexType name="TriggerEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="schedule" type="{http://www.fpml.org/FpML-5/confirmation}AveragingSchedule" maxOccurs="unbounded" minOccurs="0"/>
         <element name="triggerDates" type="{http://www.fpml.org/FpML-5/confirmation}DateList" minOccurs="0"/>
         <element name="trigger" type="{http://www.fpml.org/FpML-5/confirmation}Trigger"/>
         <element name="featurePayment" type="{http://www.fpml.org/FpML-5/confirmation}FeaturePayment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TriggerEvent

      public TriggerEvent()
  • Method Details

    • getSchedule

      public List<AveragingSchedule> getSchedule()
      Gets the value of the schedule property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the schedule property.

      For example, to add a new item, do as follows:

          getSchedule().add(newItem);
       

      Objects of the following type(s) are allowed in the list AveragingSchedule

    • getTriggerDates

      public DateList getTriggerDates()
      Gets the value of the triggerDates property.
      Returns:
      possible object is DateList
    • setTriggerDates

      public void setTriggerDates(DateList value)
      Sets the value of the triggerDates property.
      Parameters:
      value - allowed object is DateList
    • getTrigger

      public Trigger getTrigger()
      Gets the value of the trigger property.
      Returns:
      possible object is Trigger
    • setTrigger

      public void setTrigger(Trigger value)
      Sets the value of the trigger property.
      Parameters:
      value - allowed object is Trigger
    • getFeaturePayment

      public FeaturePayment getFeaturePayment()
      Gets the value of the featurePayment property.
      Returns:
      possible object is FeaturePayment
    • setFeaturePayment

      public void setFeaturePayment(FeaturePayment value)
      Sets the value of the featurePayment property.
      Parameters:
      value - allowed object is FeaturePayment