Class CommitmentChange
java.lang.Object
net.finmath.smartcontract.product.xml.CommitmentChange
A structure which specifies the commitment changes occurring throughout the
life of a facility.
Java class for CommitmentChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommitmentChange"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="adjustment" type="{http://www.fpml.org/FpML-5/confirmation}Adjustment"/> <element name="remaining" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Adjustment
protected XMLGregorianCalendar
protected MoneyWithParticipantShare
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustment property.getDate()
Gets the value of the date property.Gets the value of the remaining property.void
setAdjustment
(Adjustment value) Sets the value of the adjustment property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
Sets the value of the remaining property.
-
Field Details
-
date
-
adjustment
-
remaining
-
-
Constructor Details
-
CommitmentChange
public CommitmentChange()
-
-
Method Details
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAdjustment
Gets the value of the adjustment property.- Returns:
- possible object is
Adjustment
-
setAdjustment
Sets the value of the adjustment property.- Parameters:
value
- allowed object isAdjustment
-
getRemaining
Gets the value of the remaining property.- Returns:
- possible object is
MoneyWithParticipantShare
-