Class GenericCommodityDeliveryPeriod
java.lang.Object
net.finmath.smartcontract.product.xml.GenericCommodityDeliveryPeriod
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicableDay property.Gets the value of the endTime property.Gets the value of the startTime property.void
setEndTime
(OffsetPrevailingTime value) Sets the value of the endTime property.void
setStartTime
(OffsetPrevailingTime value) Sets the value of the startTime property.
-
Field Details
-
applicableDay
-
startTime
-
endTime
-
-
Constructor Details
-
GenericCommodityDeliveryPeriod
public GenericCommodityDeliveryPeriod()
-
-
Method Details
-
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
Gets the value of the startTime property.- Returns:
- possible object is
OffsetPrevailingTime
-
setStartTime
Sets the value of the startTime property.- Parameters:
value
- allowed object isOffsetPrevailingTime
-
getEndTime
Gets the value of the endTime property.- Returns:
- possible object is
OffsetPrevailingTime
-
setEndTime
Sets the value of the endTime property.- Parameters:
value
- allowed object isOffsetPrevailingTime
-