Class EEPRiskPeriod
java.lang.Object
net.finmath.smartcontract.product.xml.EEPRiskPeriod
TBD.
Java class for EEPRiskPeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EEPRiskPeriod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endDate property.Gets the value of the startDate 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
-
-
Constructor Details
-
EEPRiskPeriod
public EEPRiskPeriod()
-
-
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
-