Class SpreadSchedule
java.lang.Object
net.finmath.smartcontract.product.xml.Schedule
net.finmath.smartcontract.product.xml.SpreadSchedule
Adds an optional spread type element to the Schedule to identify a long or
short spread value.
Java class for SpreadSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpreadSchedule"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Schedule"> <sequence> <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}SpreadScheduleType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Schedule
id, initialValue, step
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Gets the value of the type property.void
setType
(SpreadScheduleType value) Sets the value of the type property.Methods inherited from class net.finmath.smartcontract.product.xml.Schedule
getId, getInitialValue, getStep, setId, setInitialValue
-
Field Details
-
type
-
-
Constructor Details
-
SpreadSchedule
public SpreadSchedule()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
SpreadScheduleType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isSpreadScheduleType
-