Class FacilityContractEvent

Direct Known Subclasses:
DefaultRateExpiry, FacilityRateChangeEvent, MandatoryCostRateExpiry, NonRecurringFeePayment, PenaltyRateExpiry

public abstract class FacilityContractEvent extends LoanEvent
An abstract base type for all facility and/or contract-level business events.

Java class for FacilityContractEvent complex type.

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

 <complexType name="FacilityContractEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanEvent">
       <sequence>
         <element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference"/>
         <element name="loanContractReference" type="{http://www.fpml.org/FpML-5/confirmation}LoanContractReference" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FacilityContractEvent

      public FacilityContractEvent()
  • Method Details

    • getFacilityReference

      public FacilityReference getFacilityReference()
      Gets the value of the facilityReference property.
      Returns:
      possible object is FacilityReference
    • setFacilityReference

      public void setFacilityReference(FacilityReference value)
      Sets the value of the facilityReference property.
      Parameters:
      value - allowed object is FacilityReference
    • getLoanContractReference

      public List<LoanContractReference> getLoanContractReference()
      Gets the value of the loanContractReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the loanContractReference property.

      For example, to add a new item, do as follows:

          getLoanContractReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list LoanContractReference