Class Lag
java.lang.Object
net.finmath.smartcontract.product.xml.Lag
An observation period that is offset from a Calculation Period.
Java class for Lag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Lag"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="lagDuration" type="{http://www.fpml.org/FpML-5/confirmation}Period"/> <element name="firstObservationDateOffset" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the firstObservationDateOffset property.getId()
Gets the value of the id property.Gets the value of the lagDuration property.void
Sets the value of the firstObservationDateOffset property.void
Sets the value of the id property.void
setLagDuration
(Period value) Sets the value of the lagDuration property.
-
Field Details
-
lagDuration
-
firstObservationDateOffset
-
id
-
-
Constructor Details
-
Lag
public Lag()
-
-
Method Details
-
getLagDuration
-
setLagDuration
-
getFirstObservationDateOffset
-
setFirstObservationDateOffset
-
getId
-
setId
-