Class DealSummary

Direct Known Subclasses:
Deal

public class DealSummary extends DealIdentifier
A short form of a deal.

Java class for DealSummary complex type.

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

 <complexType name="DealSummary">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DealIdentifier">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}DealRoles.model"/>
         <element name="creditAgreementDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <choice minOccurs="0">
           <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
           <sequence>
             <element name="issuedAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
             <element name="currentDealAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DealSummary

      public DealSummary()
  • Method Details

    • getIssuerPartyReference

      public PartyReference getIssuerPartyReference()
      Gets the value of the issuerPartyReference property.
      Returns:
      possible object is PartyReference
    • setIssuerPartyReference

      public void setIssuerPartyReference(PartyReference value)
      Sets the value of the issuerPartyReference property.
      Parameters:
      value - allowed object is 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

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

      public PartyReference getSyndicationLeadPartyReference()
      Gets the value of the syndicationLeadPartyReference property.
      Returns:
      possible object is PartyReference
    • setSyndicationLeadPartyReference

      public void setSyndicationLeadPartyReference(PartyReference value)
      Sets the value of the syndicationLeadPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getSyndicationCoLeadPartyReference

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

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

          getSyndicationCoLeadPartyReference().add(newItem);
       

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

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

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency
    • getIssuedAmount

      public NonNegativeMoney getIssuedAmount()
      Gets the value of the issuedAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setIssuedAmount

      public void setIssuedAmount(NonNegativeMoney value)
      Sets the value of the issuedAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getCurrentDealAmount

      public MoneyWithParticipantShare getCurrentDealAmount()
      Gets the value of the currentDealAmount property.
      Returns:
      possible object is MoneyWithParticipantShare
    • setCurrentDealAmount

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