Class GenericCommodityDeliveryPeriod

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

public class GenericCommodityDeliveryPeriod extends Object

Java class for GenericCommodityDeliveryPeriod complex type.

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

 <complexType name="GenericCommodityDeliveryPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicableDay" type="{http://www.fpml.org/FpML-5/confirmation}DayOfWeekExtEnum" maxOccurs="7"/>
         <sequence minOccurs="0">
           <element name="startTime" type="{http://www.fpml.org/FpML-5/confirmation}OffsetPrevailingTime"/>
           <element name="endTime" type="{http://www.fpml.org/FpML-5/confirmation}OffsetPrevailingTime"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GenericCommodityDeliveryPeriod

      public GenericCommodityDeliveryPeriod()
  • Method Details

    • getApplicableDay

      public List<String> getApplicableDay()
      Gets the value of the applicableDay 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 applicableDay property.

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

          getApplicableDay().add(newItem);
       

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

    • getStartTime

      public OffsetPrevailingTime getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is OffsetPrevailingTime
    • setStartTime

      public void setStartTime(OffsetPrevailingTime value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is OffsetPrevailingTime
    • getEndTime

      public OffsetPrevailingTime getEndTime()
      Gets the value of the endTime property.
      Returns:
      possible object is OffsetPrevailingTime
    • setEndTime

      public void setEndTime(OffsetPrevailingTime value)
      Sets the value of the endTime property.
      Parameters:
      value - allowed object is OffsetPrevailingTime