Uses of Class
net.finmath.smartcontract.product.xml.CommitmentAdjustment
Packages that use CommitmentAdjustment
-
Uses of CommitmentAdjustment in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommitmentAdjustmentModifier and TypeFieldDescriptionprotected CommitmentAdjustment
PrepaymentNotification.commitmentAdjustment
Methods in net.finmath.smartcontract.product.xml that return CommitmentAdjustmentModifier and TypeMethodDescriptionObjectFactory.createCommitmentAdjustment()
Create an instance ofCommitmentAdjustment
PrepaymentNotification.getCommitmentAdjustment()
Gets the value of the commitmentAdjustment property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type CommitmentAdjustmentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CommitmentAdjustment>
ObjectFactory.createCommitmentAdjustment(CommitmentAdjustment value)
jakarta.xml.bind.JAXBElement<CommitmentAdjustment>
ObjectFactory.createPrepaymentNotificationRetractedCommitmentAdjustment(CommitmentAdjustment value)
jakarta.xml.bind.JAXBElement<CommitmentAdjustment>
ObjectFactory.createRolloverNotificationRetractedCommitmentAdjustment(CommitmentAdjustment value)
Methods in net.finmath.smartcontract.product.xml with parameters of type CommitmentAdjustmentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CommitmentAdjustment>
ObjectFactory.createCommitmentAdjustment(CommitmentAdjustment value)
jakarta.xml.bind.JAXBElement<CommitmentAdjustment>
ObjectFactory.createPrepaymentNotificationRetractedCommitmentAdjustment(CommitmentAdjustment value)
jakarta.xml.bind.JAXBElement<CommitmentAdjustment>
ObjectFactory.createRolloverNotificationRetractedCommitmentAdjustment(CommitmentAdjustment value)
void
PrepaymentNotification.setCommitmentAdjustment(CommitmentAdjustment value)
Sets the value of the commitmentAdjustment property.