Class Algorithm
java.lang.Object
net.finmath.smartcontract.product.xml.Algorithm
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.getRole()Gets the value of the role property.voidSets the value of the name property.voidsetRole(AlgorithmRole value)Sets the value of the role property.
-
Field Details
-
name
-
role
-
-
Constructor Details
-
Algorithm
public Algorithm()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
AlgorithmRole
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isAlgorithmRole
-