Class SettlementPeriodFixingDates

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

public class SettlementPeriodFixingDates extends Object

Java class for SettlementPeriodFixingDates complex type.

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

 <complexType name="SettlementPeriodFixingDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded"/>
           <sequence>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
           </sequence>
           <element name="numberOfFixings" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SettlementPeriodFixingDates

      public SettlementPeriodFixingDates()
  • Method Details

    • getFixingDate

      public List<XMLGregorianCalendar> getFixingDate()
      Gets the value of the fixingDate 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 fixingDate property.

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

          getFixingDate().add(newItem);
       

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

    • getStartDate

      public XMLGregorianCalendar getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDate

      public void setStartDate(XMLGregorianCalendar value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getEndDate

      public XMLGregorianCalendar getEndDate()
      Gets the value of the endDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEndDate

      public void setEndDate(XMLGregorianCalendar value)
      Sets the value of the endDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getNumberOfFixings

      public BigInteger getNumberOfFixings()
      Gets the value of the numberOfFixings property.
      Returns:
      possible object is BigInteger
    • setNumberOfFixings

      public void setNumberOfFixings(BigInteger value)
      Sets the value of the numberOfFixings property.
      Parameters:
      value - allowed object is BigInteger