Class FxSettlementPeriodBarrier
java.lang.Object
net.finmath.smartcontract.product.xml.FxSettlementPeriodBarrier
Java class for FxSettlementPeriodBarrier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxSettlementPeriodBarrier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="barrierReference" type="{http://www.fpml.org/FpML-5/confirmation}FxComplexBarrierBaseReference" minOccurs="0"/>
<element name="triggerRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the barrierReference property.Gets the value of the triggerRate property.voidSets the value of the barrierReference property.voidsetTriggerRate(BigDecimal value)Sets the value of the triggerRate property.
-
Field Details
-
barrierReference
-
triggerRate
-
-
Constructor Details
-
FxSettlementPeriodBarrier
public FxSettlementPeriodBarrier()
-
-
Method Details
-
getBarrierReference
Gets the value of the barrierReference property.- Returns:
- possible object is
FxComplexBarrierBaseReference
-
setBarrierReference
Sets the value of the barrierReference property.- Parameters:
value- allowed object isFxComplexBarrierBaseReference
-
getTriggerRate
Gets the value of the triggerRate property.- Returns:
- possible object is
BigDecimal
-
setTriggerRate
Sets the value of the triggerRate property.- Parameters:
value- allowed object isBigDecimal
-