Class SimpleFra


public class SimpleFra extends UnderlyingAsset

Java class for SimpleFra complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SimpleFra">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <element name="startTerm" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
         <element name="endTerm" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SimpleFra

      public SimpleFra()
  • Method Details

    • getStartTerm

      public Period getStartTerm()
      Gets the value of the startTerm property.
      Returns:
      possible object is Period
    • setStartTerm

      public void setStartTerm(Period value)
      Sets the value of the startTerm property.
      Parameters:
      value - allowed object is Period
    • getEndTerm

      public Period getEndTerm()
      Gets the value of the endTerm property.
      Returns:
      possible object is Period
    • setEndTerm

      public void setEndTerm(Period value)
      Sets the value of the endTerm property.
      Parameters:
      value - allowed object is Period
    • getDayCountFraction

      public DayCountFraction getDayCountFraction()
      Gets the value of the dayCountFraction property.
      Returns:
      possible object is DayCountFraction
    • setDayCountFraction

      public void setDayCountFraction(DayCountFraction value)
      Sets the value of the dayCountFraction property.
      Parameters:
      value - allowed object is DayCountFraction