Class FloatingAmountEvents
java.lang.Object
net.finmath.smartcontract.product.xml.FloatingAmountEvents
Java class for FloatingAmountEvents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FloatingAmountEvents"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="failureToPayPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="interestShortfall" type="{http://www.fpml.org/FpML-5/confirmation}InterestShortFall" minOccurs="0"/> <element name="writedown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="impliedWritedown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="floatingAmountProvisions" type="{http://www.fpml.org/FpML-5/confirmation}FloatingAmountProvisions" minOccurs="0"/> <element name="additionalFixedPayments" type="{http://www.fpml.org/FpML-5/confirmation}AdditionalFixedPayments" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdditionalFixedPayments
protected Boolean
protected FloatingAmountProvisions
protected Boolean
protected InterestShortFall
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalFixedPayments property.Gets the value of the floatingAmountProvisions property.Gets the value of the interestShortfall property.Gets the value of the failureToPayPrincipal property.Gets the value of the impliedWritedown property.Gets the value of the writedown property.void
Sets the value of the additionalFixedPayments property.void
setFailureToPayPrincipal
(Boolean value) Sets the value of the failureToPayPrincipal property.void
Sets the value of the floatingAmountProvisions property.void
setImpliedWritedown
(Boolean value) Sets the value of the impliedWritedown property.void
Sets the value of the interestShortfall property.void
setWritedown
(Boolean value) Sets the value of the writedown property.
-
Field Details
-
failureToPayPrincipal
-
interestShortfall
-
writedown
-
impliedWritedown
-
floatingAmountProvisions
-
additionalFixedPayments
-
-
Constructor Details
-
FloatingAmountEvents
public FloatingAmountEvents()
-
-
Method Details
-
isFailureToPayPrincipal
-
setFailureToPayPrincipal
-
getInterestShortfall
Gets the value of the interestShortfall property.- Returns:
- possible object is
InterestShortFall
-
setInterestShortfall
Sets the value of the interestShortfall property.- Parameters:
value
- allowed object isInterestShortFall
-
isWritedown
-
setWritedown
-
isImpliedWritedown
-
setImpliedWritedown
-
getFloatingAmountProvisions
Gets the value of the floatingAmountProvisions property.- Returns:
- possible object is
FloatingAmountProvisions
-
setFloatingAmountProvisions
Sets the value of the floatingAmountProvisions property.- Parameters:
value
- allowed object isFloatingAmountProvisions
-
getAdditionalFixedPayments
Gets the value of the additionalFixedPayments property.- Returns:
- possible object is
AdditionalFixedPayments
-
setAdditionalFixedPayments
Sets the value of the additionalFixedPayments property.- Parameters:
value
- allowed object isAdditionalFixedPayments
-