Uses of Class
net.finmath.smartcontract.product.xml.BusinessEventIdentifier
Packages that use BusinessEventIdentifier
-
Uses of BusinessEventIdentifier in net.finmath.smartcontract.product.xml
Subclasses of BusinessEventIdentifier in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
An identifier used to group different business events.Fields in net.finmath.smartcontract.product.xml declared as BusinessEventIdentifierModifier and TypeFieldDescriptionprotected BusinessEventIdentifier
LoanEvent.previousInaccurateEventId
Fields in net.finmath.smartcontract.product.xml with type parameters of type BusinessEventIdentifierModifier and TypeFieldDescriptionprotected List
<BusinessEventIdentifier> AbstractEvent.eventIdentifier
protected List
<BusinessEventIdentifier> AbstractEventRequireId.eventIdentifier
Methods in net.finmath.smartcontract.product.xml that return BusinessEventIdentifierModifier and TypeMethodDescriptionObjectFactory.createBusinessEventIdentifier()
Create an instance ofBusinessEventIdentifier
LoanEvent.getPreviousInaccurateEventId()
Gets the value of the previousInaccurateEventId property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type BusinessEventIdentifierModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccrualOptionChangeNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccruingFeeChangeNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccruingFeePaymentNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccruingPikPaymentNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createFacilityNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createFacilityRateChangeNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createLcNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createLoanContractNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createNonRecurringFeePaymentNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) AbstractEvent.getEventIdentifier()
Gets the value of the eventIdentifier property.AbstractEventRequireId.getEventIdentifier()
Gets the value of the eventIdentifier property.Methods in net.finmath.smartcontract.product.xml with parameters of type BusinessEventIdentifierModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccrualOptionChangeNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccruingFeeChangeNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccruingFeePaymentNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createAccruingPikPaymentNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createFacilityNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createFacilityRateChangeNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createLcNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createLoanContractNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) jakarta.xml.bind.JAXBElement
<BusinessEventIdentifier> ObjectFactory.createNonRecurringFeePaymentNotificationRetractedEventIdentifier
(BusinessEventIdentifier value) void
LoanEvent.setPreviousInaccurateEventId
(BusinessEventIdentifier value) Sets the value of the previousInaccurateEventId property.