Class LoanContractSummary

java.lang.Object
net.finmath.smartcontract.product.xml.LoanContractSummary
Direct Known Subclasses:
LoanContract

public class LoanContractSummary extends Object
A short form of a loan contract.

Java class for LoanContractSummary complex type.

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

 <complexType name="LoanContractSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifier" type="{http://www.fpml.org/FpML-5/confirmation}FacilityContractIdentifier" maxOccurs="unbounded"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <sequence>
           <element name="borrowerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
           <element name="guarantorPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         </sequence>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • LoanContractSummary

      public LoanContractSummary()
  • Method Details

    • getIdentifier

      public List<FacilityContractIdentifier> getIdentifier()
      Gets the value of the identifier 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 identifier property.

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

          getIdentifier().add(newItem);
       

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

    • 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
    • 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
    • getGuarantorPartyReference

      public PartyReference getGuarantorPartyReference()
      Gets the value of the guarantorPartyReference property.
      Returns:
      possible object is PartyReference
    • setGuarantorPartyReference

      public void setGuarantorPartyReference(PartyReference value)
      Sets the value of the guarantorPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getAmount

      public MoneyWithParticipantShare getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is MoneyWithParticipantShare
    • setAmount

      public void setAmount(MoneyWithParticipantShare value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is MoneyWithParticipantShare