Class AccruingFeeChange


public class AccruingFeeChange extends FacilityEvent
An event describing a future change an accruing fee associated with a specific facility.

Java class for AccruingFeeChange complex type.

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

 <complexType name="AccruingFeeChange">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent">
       <sequence>
         <element name="accruingFeeOption" type="{http://www.fpml.org/FpML-5/confirmation}AccruingFeeOption"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AccruingFeeChange

      public AccruingFeeChange()
  • Method Details

    • getAccruingFeeOption

      public AccruingFeeOption getAccruingFeeOption()
      Gets the value of the accruingFeeOption property.
      Returns:
      possible object is AccruingFeeOption
    • setAccruingFeeOption

      public void setAccruingFeeOption(AccruingFeeOption value)
      Sets the value of the accruingFeeOption property.
      Parameters:
      value - allowed object is AccruingFeeOption