Class DateRange
java.lang.Object
net.finmath.smartcontract.product.xml.DateRange
- Direct Known Subclasses:
BusinessDateRange
A type defining a contiguous series of calendar dates. The date range is
defined as all the dates between and including the first and the last date. The first date must fall
before the last date.
Java class for DateRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateRange"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unadjustedFirstDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="unadjustedLastDate" 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 unadjustedFirstDate property.Gets the value of the unadjustedLastDate property.void
Sets the value of the unadjustedFirstDate property.void
Sets the value of the unadjustedLastDate property.
-
Field Details
-
unadjustedFirstDate
-
unadjustedLastDate
-
-
Constructor Details
-
DateRange
public DateRange()
-
-
Method Details
-
getUnadjustedFirstDate
Gets the value of the unadjustedFirstDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUnadjustedFirstDate
Sets the value of the unadjustedFirstDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getUnadjustedLastDate
Gets the value of the unadjustedLastDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUnadjustedLastDate
Sets the value of the unadjustedLastDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-