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
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected List<XMLGregorianCalendar> protected BigIntegerprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
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.voidsetEndDate(XMLGregorianCalendar value) Sets the value of the endDate property.voidsetNumberOfFixings(BigInteger value) Sets the value of the numberOfFixings property.voidsetStartDate(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
setmethod 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
-