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 TypeClassDescriptionclassAn identifier used to group different business events.Fields in net.finmath.smartcontract.product.xml declared as BusinessEventIdentifierModifier and TypeFieldDescriptionprotected BusinessEventIdentifierLoanEvent.previousInaccurateEventIdFields in net.finmath.smartcontract.product.xml with type parameters of type BusinessEventIdentifierModifier and TypeFieldDescriptionprotected List<BusinessEventIdentifier>AbstractEvent.eventIdentifierprotected List<BusinessEventIdentifier>AbstractEventRequireId.eventIdentifierMethods in net.finmath.smartcontract.product.xml that return BusinessEventIdentifierModifier and TypeMethodDescriptionObjectFactory.createBusinessEventIdentifier()Create an instance ofBusinessEventIdentifierLoanEvent.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)voidLoanEvent.setPreviousInaccurateEventId(BusinessEventIdentifier value)Sets the value of the previousInaccurateEventId property.