public class Deal extends DealSummary
A syndicated bank loan deal (credit agreement) definition.

Java class for Deal complex type.

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

 <complexType name="Deal">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DealSummary">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}DealRules.model"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}facilityGroup" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Deal

      public Deal()
  • Method Details

    • getAssignmentFee

      public AssignmentFee getAssignmentFee()
      Gets the value of the assignmentFee property.
      Returns:
      possible object is AssignmentFee
    • setAssignmentFee

      public void setAssignmentFee(AssignmentFee value)
      Sets the value of the assignmentFee property.
      Parameters:
      value - allowed object is AssignmentFee
    • getProRataFacilities

      public List<ProRataFacilities> getProRataFacilities()
      Gets the value of the proRataFacilities 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 proRataFacilities property.

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

          getProRataFacilities().add(newItem);
       

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

    • getFacilityGroup

      public List<jakarta.xml.bind.JAXBElement<? extends Facility>> getFacilityGroup()
      Gets the value of the facilityGroup 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 facilityGroup property.

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

          getFacilityGroup().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<LetterOfCreditFacility> JAXBElement<TermLoan> JAXBElement<Revolver> JAXBElement<DelayedDraw> JAXBElement<Facility>