Uses of Class
net.finmath.smartcontract.product.xml.RoutingExplicitDetails
Packages that use RoutingExplicitDetails
-
Uses of RoutingExplicitDetails in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RoutingExplicitDetailsModifier and TypeFieldDescriptionprotected RoutingExplicitDetails
Beneficiary.routingExplicitDetails
protected RoutingExplicitDetails
CorrespondentInformation.routingExplicitDetails
protected RoutingExplicitDetails
IntermediaryInformation.routingExplicitDetails
protected RoutingExplicitDetails
Routing.routingExplicitDetails
Methods in net.finmath.smartcontract.product.xml that return RoutingExplicitDetailsModifier and TypeMethodDescriptionObjectFactory.createRoutingExplicitDetails()
Create an instance ofRoutingExplicitDetails
Beneficiary.getRoutingExplicitDetails()
Gets the value of the routingExplicitDetails property.CorrespondentInformation.getRoutingExplicitDetails()
Gets the value of the routingExplicitDetails property.IntermediaryInformation.getRoutingExplicitDetails()
Gets the value of the routingExplicitDetails property.Routing.getRoutingExplicitDetails()
Gets the value of the routingExplicitDetails property.Methods in net.finmath.smartcontract.product.xml with parameters of type RoutingExplicitDetailsModifier and TypeMethodDescriptionvoid
Beneficiary.setRoutingExplicitDetails
(RoutingExplicitDetails value) Sets the value of the routingExplicitDetails property.void
CorrespondentInformation.setRoutingExplicitDetails
(RoutingExplicitDetails value) Sets the value of the routingExplicitDetails property.void
IntermediaryInformation.setRoutingExplicitDetails
(RoutingExplicitDetails value) Sets the value of the routingExplicitDetails property.void
Routing.setRoutingExplicitDetails
(RoutingExplicitDetails value) Sets the value of the routingExplicitDetails property.