Class SettlementPeriod
java.lang.Object
net.finmath.smartcontract.product.xml.SettlementPeriod
- Direct Known Subclasses:
FxAccrualSettlementPeriod
,FxTargetSettlementPeriod
Java class for SettlementPeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementPeriod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="settlementDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="notionalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected BigDecimal
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expiryDate property.Gets the value of the notionalAmount property.Gets the value of the settlementDate property.void
Sets the value of the expiryDate property.void
setNotionalAmount
(BigDecimal value) Sets the value of the notionalAmount property.void
Sets the value of the settlementDate property.
-
Field Details
-
expiryDate
-
settlementDate
-
notionalAmount
-
-
Constructor Details
-
SettlementPeriod
public SettlementPeriod()
-
-
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
-
getSettlementDate
Gets the value of the settlementDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSettlementDate
Sets the value of the settlementDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getNotionalAmount
Gets the value of the notionalAmount property.- Returns:
- possible object is
BigDecimal
-
setNotionalAmount
Sets the value of the notionalAmount property.- Parameters:
value
- allowed object isBigDecimal
-