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>