Class LoanEvent

Direct Known Subclasses:
FacilityContractEvent, FacilityEvent, LcEvent, LoanContractEvent

public abstract class LoanEvent extends AbstractEventRequireId
An abstract base type defining common features of a syndicated loan business event. Such events are originated by the borrower and are required to be communicated to the lender syndicate by agents.

Java class for LoanEvent complex type.

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

 <complexType name="LoanEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEventRequireId">
       <sequence>
         <element name="businessEventGroupId" type="{http://www.fpml.org/FpML-5/confirmation}BusinessEventGroupIdentifier" minOccurs="0"/>
         <element name="previousInaccurateEventId" type="{http://www.fpml.org/FpML-5/confirmation}BusinessEventIdentifier" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessEventParties.model"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}LenderAndCashDetails.model" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • LoanEvent

      public LoanEvent()
  • Method Details

    • getBusinessEventGroupId

      public BusinessEventGroupIdentifier getBusinessEventGroupId()
      Gets the value of the businessEventGroupId property.
      Returns:
      possible object is BusinessEventGroupIdentifier
    • setBusinessEventGroupId

      public void setBusinessEventGroupId(BusinessEventGroupIdentifier value)
      Sets the value of the businessEventGroupId property.
      Parameters:
      value - allowed object is BusinessEventGroupIdentifier
    • getPreviousInaccurateEventId

      public BusinessEventIdentifier getPreviousInaccurateEventId()
      Gets the value of the previousInaccurateEventId property.
      Returns:
      possible object is BusinessEventIdentifier
    • setPreviousInaccurateEventId

      public void setPreviousInaccurateEventId(BusinessEventIdentifier value)
      Sets the value of the previousInaccurateEventId property.
      Parameters:
      value - allowed object is BusinessEventIdentifier
    • getAgentPartyReference

      public PartyReference getAgentPartyReference()
      Gets the value of the agentPartyReference property.
      Returns:
      possible object is PartyReference
    • setAgentPartyReference

      public void setAgentPartyReference(PartyReference value)
      Sets the value of the agentPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getBorrowerPartyReference

      public PartyReference getBorrowerPartyReference()
      Gets the value of the borrowerPartyReference property.
      Returns:
      possible object is PartyReference
    • setBorrowerPartyReference

      public void setBorrowerPartyReference(PartyReference value)
      Sets the value of the borrowerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getEffectiveDate

      public XMLGregorianCalendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDate

      public void setEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getLenderPartyReference

      public PartyReference getLenderPartyReference()
      Gets the value of the lenderPartyReference property.
      Returns:
      possible object is PartyReference
    • setLenderPartyReference

      public void setLenderPartyReference(PartyReference value)
      Sets the value of the lenderPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getCashPayable

      public CashPayable getCashPayable()
      Gets the value of the cashPayable property.
      Returns:
      possible object is CashPayable
    • setCashPayable

      public void setCashPayable(CashPayable value)
      Sets the value of the cashPayable property.
      Parameters:
      value - allowed object is CashPayable
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

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