Class FxDisruptionProvisions
java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionProvisions
Describes a set of disruption events and the fallbacks they will invoke
Java class for FxDisruptionProvisions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxDisruptionProvisions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="events" type="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionEvents"/> <element name="fallbacks" type="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionFallbacks"/> <element name="applicableTerms" type="{http://www.fpml.org/FpML-5/confirmation}FxTemplateTerms" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected FxTemplateTerms
protected FxDisruptionEvents
protected FxDisruptionFallbacks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicableTerms property.Gets the value of the events property.Gets the value of the fallbacks property.void
Sets the value of the applicableTerms property.void
setEvents
(FxDisruptionEvents value) Sets the value of the events property.void
Sets the value of the fallbacks property.
-
Field Details
-
events
-
fallbacks
-
applicableTerms
-
-
Constructor Details
-
FxDisruptionProvisions
public FxDisruptionProvisions()
-
-
Method Details
-
getEvents
Gets the value of the events property.- Returns:
- possible object is
FxDisruptionEvents
-
setEvents
Sets the value of the events property.- Parameters:
value
- allowed object isFxDisruptionEvents
-
getFallbacks
Gets the value of the fallbacks property.- Returns:
- possible object is
FxDisruptionFallbacks
-
setFallbacks
Sets the value of the fallbacks property.- Parameters:
value
- allowed object isFxDisruptionFallbacks
-
getApplicableTerms
Gets the value of the applicableTerms property.- Returns:
- possible object is
FxTemplateTerms
-
setApplicableTerms
Sets the value of the applicableTerms property.- Parameters:
value
- allowed object isFxTemplateTerms
-