Class Trigger

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

public class Trigger extends Object
Trigger point at which feature is effective.

Java class for Trigger complex type.

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

 <complexType name="Trigger">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="level" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="levelPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <choice>
             <element name="creditEvents" type="{http://www.fpml.org/FpML-5/confirmation}CreditEvents"/>
             <element name="creditEventsReference" type="{http://www.fpml.org/FpML-5/confirmation}CreditEventsReference"/>
           </choice>
         </choice>
         <element name="triggerType" type="{http://www.fpml.org/FpML-5/confirmation}TriggerTypeEnum" minOccurs="0"/>
         <element name="triggerTimeType" type="{http://www.fpml.org/FpML-5/confirmation}TriggerTimeTypeEnum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Trigger

      public Trigger()
  • Method Details

    • getLevel

      public BigDecimal getLevel()
      Gets the value of the level property.
      Returns:
      possible object is BigDecimal
    • setLevel

      public void setLevel(BigDecimal value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is BigDecimal
    • getLevelPercentage

      public BigDecimal getLevelPercentage()
      Gets the value of the levelPercentage property.
      Returns:
      possible object is BigDecimal
    • setLevelPercentage

      public void setLevelPercentage(BigDecimal value)
      Sets the value of the levelPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getCreditEvents

      public CreditEvents getCreditEvents()
      Gets the value of the creditEvents property.
      Returns:
      possible object is CreditEvents
    • setCreditEvents

      public void setCreditEvents(CreditEvents value)
      Sets the value of the creditEvents property.
      Parameters:
      value - allowed object is CreditEvents
    • getCreditEventsReference

      public CreditEventsReference getCreditEventsReference()
      Gets the value of the creditEventsReference property.
      Returns:
      possible object is CreditEventsReference
    • setCreditEventsReference

      public void setCreditEventsReference(CreditEventsReference value)
      Sets the value of the creditEventsReference property.
      Parameters:
      value - allowed object is CreditEventsReference
    • getTriggerType

      public TriggerTypeEnum getTriggerType()
      Gets the value of the triggerType property.
      Returns:
      possible object is TriggerTypeEnum
    • setTriggerType

      public void setTriggerType(TriggerTypeEnum value)
      Sets the value of the triggerType property.
      Parameters:
      value - allowed object is TriggerTypeEnum
    • getTriggerTimeType

      public TriggerTimeTypeEnum getTriggerTimeType()
      Gets the value of the triggerTimeType property.
      Returns:
      possible object is TriggerTimeTypeEnum
    • setTriggerTimeType

      public void setTriggerTimeType(TriggerTimeTypeEnum value)
      Sets the value of the triggerTimeType property.
      Parameters:
      value - allowed object is TriggerTimeTypeEnum