Class FacilitySummary

Direct Known Subclasses:
Facility

public class FacilitySummary extends FacilityIdentifier
A short form of a facility.

Java class for FacilitySummary complex type.

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

 <complexType name="FacilitySummary">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityIdentifier">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityRoles.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDates.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityCommitment.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FacilitySummary

      public FacilitySummary()
  • Method Details

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

      public List<PartyReference> getCoBorrowerPartyReference()
      Gets the value of the coBorrowerPartyReference 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 coBorrowerPartyReference property.

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

          getCoBorrowerPartyReference().add(newItem);
       

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

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

      public List<PartyReference> getLcIssuingBankPartyReference()
      Gets the value of the lcIssuingBankPartyReference 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 lcIssuingBankPartyReference property.

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

          getLcIssuingBankPartyReference().add(newItem);
       

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

    • getGuarantorPartyReference

      public List<PartyReference> getGuarantorPartyReference()
      Gets the value of the guarantorPartyReference 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 guarantorPartyReference property.

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

          getGuarantorPartyReference().add(newItem);
       

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

    • getStartDate

      public XMLGregorianCalendar getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDate

      public void setStartDate(XMLGregorianCalendar value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExpiryDate

      public XMLGregorianCalendar getExpiryDate()
      Gets the value of the expiryDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExpiryDate

      public void setExpiryDate(XMLGregorianCalendar value)
      Sets the value of the expiryDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getMaturityDate

      public XMLGregorianCalendar getMaturityDate()
      Gets the value of the maturityDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMaturityDate

      public void setMaturityDate(XMLGregorianCalendar value)
      Sets the value of the maturityDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCurrentCommitment

      public FacilityCommitment getCurrentCommitment()
      Gets the value of the currentCommitment property.
      Returns:
      possible object is FacilityCommitment
    • setCurrentCommitment

      public void setCurrentCommitment(FacilityCommitment value)
      Sets the value of the currentCommitment property.
      Parameters:
      value - allowed object is FacilityCommitment
    • getOriginalCommitment

      public MoneyWithParticipantShare getOriginalCommitment()
      Gets the value of the originalCommitment property.
      Returns:
      possible object is MoneyWithParticipantShare
    • setOriginalCommitment

      public void setOriginalCommitment(MoneyWithParticipantShare value)
      Sets the value of the originalCommitment property.
      Parameters:
      value - allowed object is MoneyWithParticipantShare
    • getCommitmentSchedule

      public CommitmentSchedule getCommitmentSchedule()
      Gets the value of the commitmentSchedule property.
      Returns:
      possible object is CommitmentSchedule
    • setCommitmentSchedule

      public void setCommitmentSchedule(CommitmentSchedule value)
      Sets the value of the commitmentSchedule property.
      Parameters:
      value - allowed object is CommitmentSchedule
    • getDealFxRate

      public FxTerms getDealFxRate()
      Gets the value of the dealFxRate property.
      Returns:
      possible object is FxTerms
    • setDealFxRate

      public void setDealFxRate(FxTerms value)
      Sets the value of the dealFxRate property.
      Parameters:
      value - allowed object is FxTerms