Class AdjustableDate

java.lang.Object
net.finmath.smartcontract.product.xml.AdjustableDate

public class AdjustableDate extends Object
A type for defining a date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.

Java class for AdjustableDate complex type.

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

 <complexType name="AdjustableDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unadjustedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/>
         <element name="adjustedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdjustableDate

      public AdjustableDate()
  • Method Details

    • getUnadjustedDate

      public IdentifiedDate getUnadjustedDate()
      Gets the value of the unadjustedDate property.
      Returns:
      possible object is IdentifiedDate
    • setUnadjustedDate

      public void setUnadjustedDate(IdentifiedDate value)
      Sets the value of the unadjustedDate property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getDateAdjustments

      public BusinessDayAdjustments getDateAdjustments()
      Gets the value of the dateAdjustments property.
      Returns:
      possible object is BusinessDayAdjustments
    • setDateAdjustments

      public void setDateAdjustments(BusinessDayAdjustments value)
      Sets the value of the dateAdjustments property.
      Parameters:
      value - allowed object is BusinessDayAdjustments
    • getAdjustedDate

      public IdentifiedDate getAdjustedDate()
      Gets the value of the adjustedDate property.
      Returns:
      possible object is IdentifiedDate
    • setAdjustedDate

      public void setAdjustedDate(IdentifiedDate value)
      Sets the value of the adjustedDate property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String