Class OffsetPrevailingTime

java.lang.Object
net.finmath.smartcontract.product.xml.OffsetPrevailingTime

public class OffsetPrevailingTime extends Object
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 Details

  • Constructor Details

    • OffsetPrevailingTime

      public OffsetPrevailingTime()
  • Method Details

    • getTime

      public PrevailingTime getTime()
      Gets the value of the time property.
      Returns:
      possible object is PrevailingTime
    • setTime

      public void setTime(PrevailingTime value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is PrevailingTime
    • getOffset

      public Offset getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is Offset
    • setOffset

      public void setOffset(Offset value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is Offset