public class Loan extends UnderlyingAsset
A type describing a loan underlying asset.

Java class for Loan complex type.

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

 <complexType name="Loan">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="borrower" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
           <element name="borrowerReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
         </choice>
         <element name="lien" type="{http://www.fpml.org/FpML-5/confirmation}Lien" minOccurs="0"/>
         <element name="facilityType" type="{http://www.fpml.org/FpML-5/confirmation}FacilityType" minOccurs="0"/>
         <element name="maturity" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="creditAgreementDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="tranche" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAssetTranche" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Loan

      public Loan()
  • Method Details

    • getBorrowerOrBorrowerReference

      public List<Object> getBorrowerOrBorrowerReference()
      Gets the value of the borrowerOrBorrowerReference 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 borrowerOrBorrowerReference property.

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

          getBorrowerOrBorrowerReference().add(newItem);
       

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

    • getLien

      public Lien getLien()
      Gets the value of the lien property.
      Returns:
      possible object is Lien
    • setLien

      public void setLien(Lien value)
      Sets the value of the lien property.
      Parameters:
      value - allowed object is Lien
    • getFacilityType

      public FacilityType getFacilityType()
      Gets the value of the facilityType property.
      Returns:
      possible object is FacilityType
    • setFacilityType

      public void setFacilityType(FacilityType value)
      Sets the value of the facilityType property.
      Parameters:
      value - allowed object is FacilityType
    • getMaturity

      public XMLGregorianCalendar getMaturity()
      Gets the value of the maturity property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMaturity

      public void setMaturity(XMLGregorianCalendar value)
      Sets the value of the maturity property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCreditAgreementDate

      public XMLGregorianCalendar getCreditAgreementDate()
      Gets the value of the creditAgreementDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreditAgreementDate

      public void setCreditAgreementDate(XMLGregorianCalendar value)
      Sets the value of the creditAgreementDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTranche

      public UnderlyingAssetTranche getTranche()
      Gets the value of the tranche property.
      Returns:
      possible object is UnderlyingAssetTranche
    • setTranche

      public void setTranche(UnderlyingAssetTranche value)
      Sets the value of the tranche property.
      Parameters:
      value - allowed object is UnderlyingAssetTranche