Class SequencedDisruptionFallback
java.lang.Object
net.finmath.smartcontract.product.xml.SequencedDisruptionFallback
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fallback property.Gets the value of the sequence property.void
setFallback
(DisruptionFallback value) Sets the value of the fallback property.void
setSequence
(BigInteger value) Sets the value of the sequence property.
-
Field Details
-
fallback
-
sequence
-
-
Constructor Details
-
SequencedDisruptionFallback
public SequencedDisruptionFallback()
-
-
Method Details
-
getFallback
Gets the value of the fallback property.- Returns:
- possible object is
DisruptionFallback
-
setFallback
Sets the value of the fallback property.- Parameters:
value
- allowed object isDisruptionFallback
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
BigInteger
-
setSequence
Sets the value of the sequence property.- Parameters:
value
- allowed object isBigInteger
-