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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getRole()
Gets the value of the role property.void
Sets the value of the name property.void
setRole
(AlgorithmRole value) Sets the value of the role property.
-
Field Details
-
name
-
role
-
-
Constructor Details
-
Algorithm
public Algorithm()
-
-
Method Details
-
getName
-
setName
-
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
-