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 Address
ContactInformation.address
protected Address
RoutingExplicitDetails.routingAddress
protected Address
RoutingIdsAndExplicitDetails.routingAddress
Methods in net.finmath.smartcontract.product.xml that return AddressModifier and TypeMethodDescriptionObjectFactory.createAddress()
Create an instance ofAddress
ContactInformation.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 TypeMethodDescriptionvoid
ContactInformation.setAddress
(Address value) Sets the value of the address property.void
RoutingExplicitDetails.setRoutingAddress
(Address value) Sets the value of the routingAddress property.void
RoutingIdsAndExplicitDetails.setRoutingAddress
(Address value) Sets the value of the routingAddress property.