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>
 
  • Field Details

  • Constructor Details

    • Algorithm

      public Algorithm()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getRole

      public AlgorithmRole getRole()
      Gets the value of the role property.
      Returns:
      possible object is AlgorithmRole
    • setRole

      public void setRole(AlgorithmRole value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is AlgorithmRole