Class RoutingIdsAndExplicitDetails
Java class for RoutingIdsAndExplicitDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoutingIdsAndExplicitDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="routingIds" type="{http://www.fpml.org/FpML-5/confirmation}RoutingIds" maxOccurs="unbounded"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}RoutingExplicitDetails.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Address
protected List
<RoutingIds> protected String
-
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 routingIds 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
-
routingIds
-
routingName
-
routingAddress
-
routingAccountNumber
-
routingReferenceText
-
-
Constructor Details
-
RoutingIdsAndExplicitDetails
public RoutingIdsAndExplicitDetails()
-
-
Method Details
-
getRoutingIds
Gets the value of the routingIds 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 routingIds property.For example, to add a new item, do as follows:
getRoutingIds().add(newItem);
Objects of the following type(s) are allowed in the list
RoutingIds
-
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
-