Uses of Class
net.finmath.smartcontract.product.xml.RoutingIdsAndExplicitDetails
Packages that use RoutingIdsAndExplicitDetails
-
Uses of RoutingIdsAndExplicitDetails in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RoutingIdsAndExplicitDetailsModifier and TypeFieldDescriptionprotected RoutingIdsAndExplicitDetails
Beneficiary.routingIdsAndExplicitDetails
protected RoutingIdsAndExplicitDetails
CorrespondentInformation.routingIdsAndExplicitDetails
protected RoutingIdsAndExplicitDetails
IntermediaryInformation.routingIdsAndExplicitDetails
protected RoutingIdsAndExplicitDetails
Routing.routingIdsAndExplicitDetails
Methods in net.finmath.smartcontract.product.xml that return RoutingIdsAndExplicitDetailsModifier and TypeMethodDescriptionObjectFactory.createRoutingIdsAndExplicitDetails()
Create an instance ofRoutingIdsAndExplicitDetails
Beneficiary.getRoutingIdsAndExplicitDetails()
Gets the value of the routingIdsAndExplicitDetails property.CorrespondentInformation.getRoutingIdsAndExplicitDetails()
Gets the value of the routingIdsAndExplicitDetails property.IntermediaryInformation.getRoutingIdsAndExplicitDetails()
Gets the value of the routingIdsAndExplicitDetails property.Routing.getRoutingIdsAndExplicitDetails()
Gets the value of the routingIdsAndExplicitDetails property.Methods in net.finmath.smartcontract.product.xml with parameters of type RoutingIdsAndExplicitDetailsModifier and TypeMethodDescriptionvoid
Beneficiary.setRoutingIdsAndExplicitDetails
(RoutingIdsAndExplicitDetails value) Sets the value of the routingIdsAndExplicitDetails property.void
CorrespondentInformation.setRoutingIdsAndExplicitDetails
(RoutingIdsAndExplicitDetails value) Sets the value of the routingIdsAndExplicitDetails property.void
IntermediaryInformation.setRoutingIdsAndExplicitDetails
(RoutingIdsAndExplicitDetails value) Sets the value of the routingIdsAndExplicitDetails property.void
Routing.setRoutingIdsAndExplicitDetails
(RoutingIdsAndExplicitDetails value) Sets the value of the routingIdsAndExplicitDetails property.