Class CommitmentAdjustment


public class CommitmentAdjustment extends FacilityEvent
An event defining a future change in facility commitment.

Java class for CommitmentAdjustment complex type.

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

 <complexType name="CommitmentAdjustment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FacilityEvent">
       <sequence>
         <sequence>
           <element name="refusalAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="scheduled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="pik" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </sequence>
         <sequence>
           <element name="facilityCommitment" type="{http://www.fpml.org/FpML-5/confirmation}FacilityCommitment"/>
           <element name="adjustment" type="{http://www.fpml.org/FpML-5/confirmation}Adjustment"/>
         </sequence>
         <element name="commitmentSchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommitmentSchedule" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • refusalAllowed

      protected boolean refusalAllowed
    • scheduled

      protected boolean scheduled
    • pik

      protected boolean pik
    • facilityCommitment

      protected FacilityCommitment facilityCommitment
    • adjustment

      protected Adjustment adjustment
    • commitmentSchedule

      protected CommitmentSchedule commitmentSchedule
  • Constructor Details

    • CommitmentAdjustment

      public CommitmentAdjustment()
  • Method Details

    • isRefusalAllowed

      public boolean isRefusalAllowed()
      Gets the value of the refusalAllowed property.
    • setRefusalAllowed

      public void setRefusalAllowed(boolean value)
      Sets the value of the refusalAllowed property.
    • isScheduled

      public boolean isScheduled()
      Gets the value of the scheduled property.
    • setScheduled

      public void setScheduled(boolean value)
      Sets the value of the scheduled property.
    • isPik

      public boolean isPik()
      Gets the value of the pik property.
    • setPik

      public void setPik(boolean value)
      Sets the value of the pik property.
    • getFacilityCommitment

      public FacilityCommitment getFacilityCommitment()
      Gets the value of the facilityCommitment property.
      Returns:
      possible object is FacilityCommitment
    • setFacilityCommitment

      public void setFacilityCommitment(FacilityCommitment value)
      Sets the value of the facilityCommitment property.
      Parameters:
      value - allowed object is FacilityCommitment
    • getAdjustment

      public Adjustment getAdjustment()
      Gets the value of the adjustment property.
      Returns:
      possible object is Adjustment
    • setAdjustment

      public void setAdjustment(Adjustment value)
      Sets the value of the adjustment property.
      Parameters:
      value - allowed object is Adjustment
    • 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