Class Barrier
java.lang.Object
net.finmath.smartcontract.product.xml.Barrier
As per ISDA 2002 Definitions.
Java class for Barrier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Barrier"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="barrierCap" type="{http://www.fpml.org/FpML-5/confirmation}TriggerEvent" minOccurs="0"/> <element name="barrierFloor" type="{http://www.fpml.org/FpML-5/confirmation}TriggerEvent" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the barrierCap property.Gets the value of the barrierFloor property.void
setBarrierCap
(TriggerEvent value) Sets the value of the barrierCap property.void
setBarrierFloor
(TriggerEvent value) Sets the value of the barrierFloor property.
-
Field Details
-
barrierCap
-
barrierFloor
-
-
Constructor Details
-
Barrier
public Barrier()
-
-
Method Details
-
getBarrierCap
Gets the value of the barrierCap property.- Returns:
- possible object is
TriggerEvent
-
setBarrierCap
Sets the value of the barrierCap property.- Parameters:
value
- allowed object isTriggerEvent
-
getBarrierFloor
Gets the value of the barrierFloor property.- Returns:
- possible object is
TriggerEvent
-
setBarrierFloor
Sets the value of the barrierFloor property.- Parameters:
value
- allowed object isTriggerEvent
-