Class SettlementPeriodFixingDates
java.lang.Object
net.finmath.smartcontract.product.xml.SettlementPeriodFixingDates
Java class for SettlementPeriodFixingDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementPeriodFixingDates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded"/> <sequence> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> <element name="numberOfFixings" type="{http://www.w3.org/2001/XMLSchema}integer"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected List
<XMLGregorianCalendar> protected BigInteger
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endDate property.Gets the value of the fixingDate property.Gets the value of the numberOfFixings property.Gets the value of the startDate property.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the endDate property.void
setNumberOfFixings
(BigInteger value) Sets the value of the numberOfFixings property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate property.
-
Field Details
-
fixingDate
-
startDate
-
endDate
-
numberOfFixings
-
-
Constructor Details
-
SettlementPeriodFixingDates
public SettlementPeriodFixingDates()
-
-
Method Details
-
getFixingDate
Gets the value of the fixingDate property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the fixingDate property.For example, to add a new item, do as follows:
getFixingDate().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar
-
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
-
getNumberOfFixings
Gets the value of the numberOfFixings property.- Returns:
- possible object is
BigInteger
-
setNumberOfFixings
Sets the value of the numberOfFixings property.- Parameters:
value
- allowed object isBigInteger
-