Class FxEuropeanExercise
java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.FxEuropeanExercise
Describes the characteristics for European exercise of FX products.
Java class for FxEuropeanExercise complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxEuropeanExercise"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise"> <sequence> <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="expiryTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/> <element name="cutName" type="{http://www.fpml.org/FpML-5/confirmation}CutName" minOccurs="0"/> <element name="valueDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CutName
protected XMLGregorianCalendar
protected BusinessCenterTime
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cutName property.Gets the value of the expiryDate property.Gets the value of the expiryTime property.Gets the value of the valueDate property.void
setCutName
(CutName value) Sets the value of the cutName property.void
Sets the value of the expiryDate property.void
setExpiryTime
(BusinessCenterTime value) Sets the value of the expiryTime property.void
setValueDate
(XMLGregorianCalendar value) Sets the value of the valueDate property.
-
Field Details
-
expiryDate
-
expiryTime
-
cutName
-
valueDate
-
-
Constructor Details
-
FxEuropeanExercise
public FxEuropeanExercise()
-
-
Method Details
-
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
-
getExpiryTime
Gets the value of the expiryTime property.- Returns:
- possible object is
BusinessCenterTime
-
setExpiryTime
Sets the value of the expiryTime property.- Parameters:
value
- allowed object isBusinessCenterTime
-
getCutName
-
setCutName
-
getValueDate
Gets the value of the valueDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValueDate
Sets the value of the valueDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-