Uses of Class
net.finmath.smartcontract.product.xml.ImplementationSpecification
-
Uses of ImplementationSpecification in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ImplementationSpecification
ExceptionMessageHeader.implementationSpecification
protected ImplementationSpecification
NotificationMessageHeader.implementationSpecification
protected ImplementationSpecification
RequestMessageHeader.implementationSpecification
protected ImplementationSpecification
ResponseMessageHeader.implementationSpecification
Modifier and TypeMethodDescriptionObjectFactory.createImplementationSpecification()
Create an instance ofImplementationSpecification
ExceptionMessageHeader.getImplementationSpecification()
Gets the value of the implementationSpecification property.NotificationMessageHeader.getImplementationSpecification()
Gets the value of the implementationSpecification property.RequestMessageHeader.getImplementationSpecification()
Gets the value of the implementationSpecification property.ResponseMessageHeader.getImplementationSpecification()
Gets the value of the implementationSpecification property.Modifier and TypeMethodDescriptionvoid
ExceptionMessageHeader.setImplementationSpecification
(ImplementationSpecification value) Sets the value of the implementationSpecification property.void
NotificationMessageHeader.setImplementationSpecification
(ImplementationSpecification value) Sets the value of the implementationSpecification property.void
RequestMessageHeader.setImplementationSpecification
(ImplementationSpecification value) Sets the value of the implementationSpecification property.void
ResponseMessageHeader.setImplementationSpecification
(ImplementationSpecification value) Sets the value of the implementationSpecification property.