Class SequencedDisruptionFallback

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

public class SequencedDisruptionFallback extends Object
A Disruption Fallback with the sequence in which it should be applied relative to other Disruption Fallbacks.

Java class for SequencedDisruptionFallback complex type.

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

 <complexType name="SequencedDisruptionFallback">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fallback" type="{http://www.fpml.org/FpML-5/confirmation}DisruptionFallback"/>
         <element name="sequence" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SequencedDisruptionFallback

      public SequencedDisruptionFallback()
  • Method Details

    • getFallback

      public DisruptionFallback getFallback()
      Gets the value of the fallback property.
      Returns:
      possible object is DisruptionFallback
    • setFallback

      public void setFallback(DisruptionFallback value)
      Sets the value of the fallback property.
      Parameters:
      value - allowed object is DisruptionFallback
    • getSequence

      public BigInteger getSequence()
      Gets the value of the sequence property.
      Returns:
      possible object is BigInteger
    • setSequence

      public void setSequence(BigInteger value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is BigInteger