Class RoutingIdsAndExplicitDetails

java.lang.Object
net.finmath.smartcontract.product.xml.RoutingIdsAndExplicitDetails

public class RoutingIdsAndExplicitDetails extends Object
A type that provides a combination of payment system identification codes with physical postal address details, for the purposes of identifying a party involved in the routing of a payment.

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>