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 RoutingIdsBeneficiary.routingIdsprotected RoutingIdsCorrespondentInformation.routingIdsprotected RoutingIdsIntermediaryInformation.routingIdsprotected RoutingIdsRouting.routingIdsFields in net.finmath.smartcontract.product.xml with type parameters of type RoutingIdsModifier and TypeFieldDescriptionprotected List<RoutingIds> RoutingIdsAndExplicitDetails.routingIdsMethods in net.finmath.smartcontract.product.xml that return RoutingIdsModifier and TypeMethodDescriptionObjectFactory.createRoutingIds()Create an instance ofRoutingIdsBeneficiary.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 TypeMethodDescriptionvoidBeneficiary.setRoutingIds(RoutingIds value) Sets the value of the routingIds property.voidCorrespondentInformation.setRoutingIds(RoutingIds value) Sets the value of the routingIds property.voidIntermediaryInformation.setRoutingIds(RoutingIds value) Sets the value of the routingIds property.voidRouting.setRoutingIds(RoutingIds value) Sets the value of the routingIds property.