Class FxFlexibleForwardExecutionPeriod
java.lang.Object
net.finmath.smartcontract.product.xml.FxFlexibleForwardExecutionPeriod
Java class for FxFlexibleForwardExecutionPeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxFlexibleForwardExecutionPeriod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <sequence> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> <element name="businessCenters" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenters"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BusinessCenters
protected XMLGregorianCalendar
protected String
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenters property.Gets the value of the expiryDate property.getId()
Gets the value of the id property.Gets the value of the startDate property.void
Sets the value of the businessCenters property.void
Sets the value of the expiryDate property.void
Sets the value of the id property.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the startDate property.
-
Field Details
-
startDate
-
expiryDate
-
businessCenters
-
id
-
-
Constructor Details
-
FxFlexibleForwardExecutionPeriod
public FxFlexibleForwardExecutionPeriod()
-
-
Method Details
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getExpiryDate
Gets the value of the expiryDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpiryDate
Sets the value of the expiryDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getBusinessCenters
Gets the value of the businessCenters property.- Returns:
- possible object is
BusinessCenters
-
setBusinessCenters
Sets the value of the businessCenters property.- Parameters:
value
- allowed object isBusinessCenters
-
getId
-
setId
-