Class LcOptionChange


public class LcOptionChange extends FacilityEvent
An event representing a change in an L/C accrual option. In real terms - an example of this would be an L/C margin rate change.

Java class for LcOptionChange complex type.

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

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

    • lcOption

      protected LcOption lcOption
  • Constructor Details

    • LcOptionChange

      public LcOptionChange()
  • Method Details

    • getLcOption

      public LcOption getLcOption()
      Gets the value of the lcOption property.
      Returns:
      possible object is LcOption
    • setLcOption

      public void setLcOption(LcOption value)
      Sets the value of the lcOption property.
      Parameters:
      value - allowed object is LcOption