Class RoutingExplicitDetails
java.lang.Object
net.finmath.smartcontract.product.xml.RoutingExplicitDetails
A type that models name, address and supplementary textual information for
the purposes of identifying a party involved in the routing of a payment.
Java class for RoutingExplicitDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoutingExplicitDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.fpml.org/FpML-5/confirmation}RoutingExplicitDetails.model"/> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the routingAccountNumber property.Gets the value of the routingAddress property.Gets the value of the routingName property.Gets the value of the routingReferenceText property.void
setRoutingAccountNumber
(String value) Sets the value of the routingAccountNumber property.void
setRoutingAddress
(Address value) Sets the value of the routingAddress property.void
setRoutingName
(String value) Sets the value of the routingName property.
-
Field Details
-
routingName
-
routingAddress
-
routingAccountNumber
-
routingReferenceText
-
-
Constructor Details
-
RoutingExplicitDetails
public RoutingExplicitDetails()
-
-
Method Details
-
getRoutingName
-
setRoutingName
-
getRoutingAddress
-
setRoutingAddress
-
getRoutingAccountNumber
-
setRoutingAccountNumber
-
getRoutingReferenceText
Gets the value of the routingReferenceText property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the routingReferenceText property.For example, to add a new item, do as follows:
getRoutingReferenceText().add(newItem);
Objects of the following type(s) are allowed in the list
String
-