Class AccruingFeeOption


public class AccruingFeeOption extends FeeRateOptionBase
Represents the accruing fee option associated within a facility.

Java class for AccruingFeeOption complex type.

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

 <complexType name="AccruingFeeOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FeeRateOptionBase">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}AccruingFeeType"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PeriodOptionalEnd.model"/>
         <element name="calculationDefinition" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AccruingFeeOption

      public AccruingFeeOption()
  • Method Details

    • getType

      public AccruingFeeType getType()
      Gets the value of the type property.
      Returns:
      possible object is AccruingFeeType
    • setType

      public void setType(AccruingFeeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is AccruingFeeType
    • getStartDate

      public XMLGregorianCalendar getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDate

      public void setStartDate(XMLGregorianCalendar value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getEndDate

      public XMLGregorianCalendar getEndDate()
      Gets the value of the endDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEndDate

      public void setEndDate(XMLGregorianCalendar value)
      Sets the value of the endDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCalculationDefinition

      public String getCalculationDefinition()
      Gets the value of the calculationDefinition property.
      Returns:
      possible object is String
    • setCalculationDefinition

      public void setCalculationDefinition(String value)
      Sets the value of the calculationDefinition property.
      Parameters:
      value - allowed object is String