Uses of Class
net.finmath.smartcontract.product.xml.RoutingIds
Packages that use RoutingIds
-
Uses of RoutingIds in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RoutingIdsModifier and TypeFieldDescriptionprotected RoutingIds
Beneficiary.routingIds
protected RoutingIds
CorrespondentInformation.routingIds
protected RoutingIds
IntermediaryInformation.routingIds
protected RoutingIds
Routing.routingIds
Fields in net.finmath.smartcontract.product.xml with type parameters of type RoutingIdsModifier and TypeFieldDescriptionprotected List
<RoutingIds> RoutingIdsAndExplicitDetails.routingIds
Methods in net.finmath.smartcontract.product.xml that return RoutingIdsModifier and TypeMethodDescriptionObjectFactory.createRoutingIds()
Create an instance ofRoutingIds
Beneficiary.getRoutingIds()
Gets the value of the routingIds property.CorrespondentInformation.getRoutingIds()
Gets the value of the routingIds property.IntermediaryInformation.getRoutingIds()
Gets the value of the routingIds property.Routing.getRoutingIds()
Gets the value of the routingIds property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type RoutingIdsModifier and TypeMethodDescriptionRoutingIdsAndExplicitDetails.getRoutingIds()
Gets the value of the routingIds property.Methods in net.finmath.smartcontract.product.xml with parameters of type RoutingIdsModifier and TypeMethodDescriptionvoid
Beneficiary.setRoutingIds
(RoutingIds value) Sets the value of the routingIds property.void
CorrespondentInformation.setRoutingIds
(RoutingIds value) Sets the value of the routingIds property.void
IntermediaryInformation.setRoutingIds
(RoutingIds value) Sets the value of the routingIds property.void
Routing.setRoutingIds
(RoutingIds value) Sets the value of the routingIds property.