Class Routing

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

public class Routing extends Object
A type that provides three alternative ways of identifying a party involved in the routing of a payment. The identification may use payment system identifiers only; actual name, address and other reference information; or a combination of both.

Java class for Routing complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Routing">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.fpml.org/FpML-5/confirmation}RoutingIdentification.model"/>
     </restriction>
   </complexContent>
 </complexType>