Uses of Class
net.finmath.smartcontract.product.xml.CreditEvent
Packages that use CreditEvent
-
Uses of CreditEvent in net.finmath.smartcontract.product.xml
Subclasses of CreditEvent in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
Java class for BankruptcyEvent complex type.class
Java class for FailureToPayEvent complex type.class
Java class for ObligationAccelerationEvent complex type.class
Java class for ObligationDefaultEvent complex type.class
Java class for RepudiationMoratoriumEvent complex type.class
Java class for RestructuringEvent complex type.Fields in net.finmath.smartcontract.product.xml with type parameters of type CreditEventModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends CreditEvent> CreditEventNoticeDocument.creditEvent
Methods in net.finmath.smartcontract.product.xml that return CreditEventModifier and TypeMethodDescriptionObjectFactory.createCreditEvent()
Create an instance ofCreditEvent
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type CreditEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<CreditEvent> ObjectFactory.createCreditEvent
(CreditEvent value) jakarta.xml.bind.JAXBElement
<? extends CreditEvent> CreditEventNoticeDocument.getCreditEvent()
Gets the value of the creditEvent property.Methods in net.finmath.smartcontract.product.xml with parameters of type CreditEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<CreditEvent> ObjectFactory.createCreditEvent
(CreditEvent value) Method parameters in net.finmath.smartcontract.product.xml with type arguments of type CreditEventModifier and TypeMethodDescriptionvoid
CreditEventNoticeDocument.setCreditEvent
(jakarta.xml.bind.JAXBElement<? extends CreditEvent> value) Sets the value of the creditEvent property.