Uses of Class
net.finmath.smartcontract.product.xml.BusinessEventGroupIdentifier
Packages that use BusinessEventGroupIdentifier
-
Uses of BusinessEventGroupIdentifier in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as BusinessEventGroupIdentifierModifier and TypeFieldDescriptionprotected BusinessEventGroupIdentifier
LoanEvent.businessEventGroupId
Methods in net.finmath.smartcontract.product.xml that return BusinessEventGroupIdentifierModifier and TypeMethodDescriptionObjectFactory.createBusinessEventGroupIdentifier()
Create an instance ofBusinessEventGroupIdentifier
LoanEvent.getBusinessEventGroupId()
Gets the value of the businessEventGroupId property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type BusinessEventGroupIdentifierModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BusinessEventGroupIdentifier>
ObjectFactory.createPrepaymentNotificationRetractedBusinessEventGroupId(BusinessEventGroupIdentifier value)
jakarta.xml.bind.JAXBElement<BusinessEventGroupIdentifier>
ObjectFactory.createRolloverNotificationRetractedBusinessEventGroupId(BusinessEventGroupIdentifier value)
Methods in net.finmath.smartcontract.product.xml with parameters of type BusinessEventGroupIdentifierModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BusinessEventGroupIdentifier>
ObjectFactory.createPrepaymentNotificationRetractedBusinessEventGroupId(BusinessEventGroupIdentifier value)
jakarta.xml.bind.JAXBElement<BusinessEventGroupIdentifier>
ObjectFactory.createRolloverNotificationRetractedBusinessEventGroupId(BusinessEventGroupIdentifier value)
void
LoanEvent.setBusinessEventGroupId(BusinessEventGroupIdentifier value)
Sets the value of the businessEventGroupId property.