Class Algorithm

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

public class Algorithm extends Object

Java class for Algorithm complex type.

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

 <complexType name="Algorithm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="role" type="{http://www.fpml.org/FpML-5/confirmation}AlgorithmRole"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>