Class RelativeDateSequence
java.lang.Object
net.finmath.smartcontract.product.xml.RelativeDateSequence
A type describing a date when this date is defined in reference to another
date through one or several date offsets.
Java class for RelativeDateSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelativeDateSequence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dateRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}DateReference"/> <element name="dateOffset" type="{http://www.fpml.org/FpML-5/confirmation}DateOffset" maxOccurs="unbounded"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BusinessCenters
protected BusinessCentersReference
protected List
<DateOffset> protected DateReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenters property.Gets the value of the businessCentersReference property.Gets the value of the dateOffset property.Gets the value of the dateRelativeTo property.void
Sets the value of the businessCenters property.void
Sets the value of the businessCentersReference property.void
setDateRelativeTo
(DateReference value) Sets the value of the dateRelativeTo property.
-
Field Details
-
dateRelativeTo
-
dateOffset
-
businessCentersReference
-
businessCenters
-
-
Constructor Details
-
RelativeDateSequence
public RelativeDateSequence()
-
-
Method Details
-
getDateRelativeTo
Gets the value of the dateRelativeTo property.- Returns:
- possible object is
DateReference
-
setDateRelativeTo
Sets the value of the dateRelativeTo property.- Parameters:
value
- allowed object isDateReference
-
getDateOffset
Gets the value of the dateOffset 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 dateOffset property.For example, to add a new item, do as follows:
getDateOffset().add(newItem);
Objects of the following type(s) are allowed in the list
DateOffset
-
getBusinessCentersReference
Gets the value of the businessCentersReference property.- Returns:
- possible object is
BusinessCentersReference
-
setBusinessCentersReference
Sets the value of the businessCentersReference property.- Parameters:
value
- allowed object isBusinessCentersReference
-
getBusinessCenters
Gets the value of the businessCenters property.- Returns:
- possible object is
BusinessCenters
-
setBusinessCenters
Sets the value of the businessCenters property.- Parameters:
value
- allowed object isBusinessCenters
-