Uses of Class
net.finmath.smartcontract.product.xml.CreditEventNoticeDocument
Packages that use CreditEventNoticeDocument
-
Uses of CreditEventNoticeDocument in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CreditEventNoticeDocumentModifier and TypeFieldDescriptionprotected CreditEventNoticeDocument
CreditEventNotification.creditEventNotice
protected CreditEventNoticeDocument
CreditEventNotificationRetracted.creditEventNotice
Methods in net.finmath.smartcontract.product.xml that return CreditEventNoticeDocumentModifier and TypeMethodDescriptionObjectFactory.createCreditEventNoticeDocument()
Create an instance ofCreditEventNoticeDocument
CreditEventNotification.getCreditEventNotice()
Gets the value of the creditEventNotice property.CreditEventNotificationRetracted.getCreditEventNotice()
Gets the value of the creditEventNotice property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type CreditEventNoticeDocumentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CreditEventNoticeDocument>
ObjectFactory.createCreditEventNotice(CreditEventNoticeDocument value)
Methods in net.finmath.smartcontract.product.xml with parameters of type CreditEventNoticeDocumentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CreditEventNoticeDocument>
ObjectFactory.createCreditEventNotice(CreditEventNoticeDocument value)
void
CreditEventNotification.setCreditEventNotice(CreditEventNoticeDocument value)
Sets the value of the creditEventNotice property.void
CreditEventNotificationRetracted.setCreditEventNotice(CreditEventNoticeDocument value)
Sets the value of the creditEventNotice property.