Uses of Class
net.finmath.smartcontract.product.xml.ImplementationSpecification
Packages that use ImplementationSpecification
-
Uses of ImplementationSpecification in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ImplementationSpecificationModifier and TypeFieldDescriptionprotected ImplementationSpecificationExceptionMessageHeader.implementationSpecificationprotected ImplementationSpecificationNotificationMessageHeader.implementationSpecificationprotected ImplementationSpecificationRequestMessageHeader.implementationSpecificationprotected ImplementationSpecificationResponseMessageHeader.implementationSpecificationMethods in net.finmath.smartcontract.product.xml that return ImplementationSpecificationModifier and TypeMethodDescriptionObjectFactory.createImplementationSpecification()Create an instance ofImplementationSpecificationExceptionMessageHeader.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.Methods in net.finmath.smartcontract.product.xml with parameters of type ImplementationSpecificationModifier and TypeMethodDescriptionvoidExceptionMessageHeader.setImplementationSpecification(ImplementationSpecification value) Sets the value of the implementationSpecification property.voidNotificationMessageHeader.setImplementationSpecification(ImplementationSpecification value) Sets the value of the implementationSpecification property.voidRequestMessageHeader.setImplementationSpecification(ImplementationSpecification value) Sets the value of the implementationSpecification property.voidResponseMessageHeader.setImplementationSpecification(ImplementationSpecification value) Sets the value of the implementationSpecification property.