Uses of Class
net.finmath.smartcontract.product.xml.Address
Packages that use Address
-
Uses of Address in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AddressModifier and TypeFieldDescriptionprotected AddressContactInformation.addressprotected AddressRoutingExplicitDetails.routingAddressprotected AddressRoutingIdsAndExplicitDetails.routingAddressMethods in net.finmath.smartcontract.product.xml that return AddressModifier and TypeMethodDescriptionObjectFactory.createAddress()Create an instance ofAddressContactInformation.getAddress()Gets the value of the address property.RoutingExplicitDetails.getRoutingAddress()Gets the value of the routingAddress property.RoutingIdsAndExplicitDetails.getRoutingAddress()Gets the value of the routingAddress property.Methods in net.finmath.smartcontract.product.xml with parameters of type AddressModifier and TypeMethodDescriptionvoidContactInformation.setAddress(Address value) Sets the value of the address property.voidRoutingExplicitDetails.setRoutingAddress(Address value) Sets the value of the routingAddress property.voidRoutingIdsAndExplicitDetails.setRoutingAddress(Address value) Sets the value of the routingAddress property.