Class GenericResetFrequency
java.lang.Object
net.finmath.smartcontract.product.xml.Frequency
net.finmath.smartcontract.product.xml.GenericResetFrequency
Java class for GenericResetFrequency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericResetFrequency"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Frequency"> <sequence> <element name="underlyerReference" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerReference"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Frequency
id, period, periodMultiplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the underlyerReference property.void
Sets the value of the underlyerReference property.Methods inherited from class net.finmath.smartcontract.product.xml.Frequency
getId, getPeriod, getPeriodMultiplier, setId, setPeriod, setPeriodMultiplier
-
Field Details
-
underlyerReference
-
-
Constructor Details
-
GenericResetFrequency
public GenericResetFrequency()
-
-
Method Details
-
getUnderlyerReference
Gets the value of the underlyerReference property.- Returns:
- possible object is
UnderlyerReference
-
setUnderlyerReference
Sets the value of the underlyerReference property.- Parameters:
value
- allowed object isUnderlyerReference
-