Class OffsetPrevailingTime
java.lang.Object
net.finmath.smartcontract.product.xml.OffsetPrevailingTime
Allows the specification of a time that may be on a day prior or subsequent
to the day in question. This type is intended for use with a day of the week (i.e. where no actual date
is specified) as part of, for example, a period that runs from 23:00-07:00 on a series of days and where
holidays on the actual days would affect the entire time period.
Java class for OffsetPrevailingTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OffsetPrevailingTime"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="time" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime"/> <element name="offset" type="{http://www.fpml.org/FpML-5/confirmation}Offset" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the offset property.getTime()
Gets the value of the time property.void
Sets the value of the offset property.void
setTime
(PrevailingTime value) Sets the value of the time property.
-
Field Details
-
time
-
offset
-
-
Constructor Details
-
OffsetPrevailingTime
public OffsetPrevailingTime()
-
-
Method Details
-
getTime
Gets the value of the time property.- Returns:
- possible object is
PrevailingTime
-
setTime
Sets the value of the time property.- Parameters:
value
- allowed object isPrevailingTime
-
getOffset
-
setOffset
-