Class AveragingSchedule
java.lang.Object
net.finmath.smartcontract.product.xml.AveragingSchedule
Method of generating a series of dates.
Java class for AveragingSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AveragingSchedule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/> <element name="averagingPeriodFrequency" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriodFrequency"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationPeriodFrequency
protected XMLGregorianCalendar
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the averagingPeriodFrequency property.Gets the value of the endDate property.Gets the value of the startDate property.void
Sets the value of the averagingPeriodFrequency property.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the endDate property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate property.
-
Field Details
-
startDate
-
endDate
-
averagingPeriodFrequency
-
-
Constructor Details
-
AveragingSchedule
public AveragingSchedule()
-
-
Method Details
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAveragingPeriodFrequency
Gets the value of the averagingPeriodFrequency property.- Returns:
- possible object is
CalculationPeriodFrequency
-
setAveragingPeriodFrequency
Sets the value of the averagingPeriodFrequency property.- Parameters:
value
- allowed object isCalculationPeriodFrequency
-