Class GenericFrequency
java.lang.Object
net.finmath.smartcontract.product.xml.Frequency
net.finmath.smartcontract.product.xml.GenericFrequency
Java class for GenericFrequency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericFrequency"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Frequency"> <choice minOccurs="0"> <element name="payerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/> <element name="underlyerReference" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerReference"/> </choice> </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 payerPartyReference property.Gets the value of the underlyerReference property.void
Sets the value of the payerPartyReference 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
-
payerPartyReference
-
underlyerReference
-
-
Constructor Details
-
GenericFrequency
public GenericFrequency()
-
-
Method Details
-
getPayerPartyReference
Gets the value of the payerPartyReference property.- Returns:
- possible object is
PartyReference
-
setPayerPartyReference
Sets the value of the payerPartyReference property.- Parameters:
value
- allowed object isPartyReference
-
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
-