Class AlgorithmRole
java.lang.Object
net.finmath.smartcontract.product.xml.AlgorithmRole
A type describing a role played by an algorithm in one or more
transactions. Examples include roles such as TradingDecision, RoutingDecision. This can be extended to
provide custom roles.
Java class for AlgorithmRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmRole"> <simpleContent> <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme"> <attribute name="algorithmRoleScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/algorithm-role" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithmRoleScheme property.getValue()
The base class for all types which define coding schemes that are allowed to be empty.void
setAlgorithmRoleScheme
(String value) Sets the value of the algorithmRoleScheme property.void
Sets the value of the value property.
-
Field Details
-
value
-
algorithmRoleScheme
-
-
Constructor Details
-
AlgorithmRole
public AlgorithmRole()
-
-
Method Details
-
getValue
-
setValue
-
getAlgorithmRoleScheme
-
setAlgorithmRoleScheme
-