Class SyndicatedLoanStatement

Direct Known Subclasses:
DealStatement, FacilityOutstandingsPositionStatement, FacilityPositionStatement, FacilityStatement, OutstandingContractsStatement

public abstract class SyndicatedLoanStatement extends CorrectableRequestMessage
An abstract base type for all syndicated loan statement notifications; the wrapper for deal/facility/contract definitions and facility/contract positions at a particular point in time (snapshot).

Java class for SyndicatedLoanStatement complex type.

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

 <complexType name="SyndicatedLoanStatement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="statementDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SyndicatedLoanStatement

      public SyndicatedLoanStatement()
  • Method Details

    • getStatementDate

      public XMLGregorianCalendar getStatementDate()
      Gets the value of the statementDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStatementDate

      public void setStatementDate(XMLGregorianCalendar value)
      Sets the value of the statementDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getComments

      public String getComments()
      Gets the value of the comments property.
      Returns:
      possible object is String
    • setComments

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