Class DelayedDraw


public class DelayedDraw extends Facility
A facility which can be drawn at any point during a pre-defined period after the initial deal closing date,

Java class for DelayedDraw complex type.

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

 <complexType name="DelayedDraw">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Facility">
       <sequence>
         <element name="delayedDraw" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="mustDrawByDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • delayedDraw

      protected boolean delayedDraw
    • mustDrawByDate

      protected XMLGregorianCalendar mustDrawByDate
  • Constructor Details

    • DelayedDraw

      public DelayedDraw()
  • Method Details

    • isDelayedDraw

      public boolean isDelayedDraw()
      Gets the value of the delayedDraw property.
    • setDelayedDraw

      public void setDelayedDraw(boolean value)
      Sets the value of the delayedDraw property.
    • getMustDrawByDate

      public XMLGregorianCalendar getMustDrawByDate()
      Gets the value of the mustDrawByDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMustDrawByDate

      public void setMustDrawByDate(XMLGregorianCalendar value)
      Sets the value of the mustDrawByDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar