Class Underlyer
java.lang.Object
net.finmath.smartcontract.product.xml.Underlyer
A type describing the whole set of possible underlyers: single underlyers
or multiple underlyers, each of these having either security or index components.
Java class for Underlyer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Underlyer"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="singleUnderlyer" type="{http://www.fpml.org/FpML-5/confirmation}SingleUnderlyer"/> <element name="basket" type="{http://www.fpml.org/FpML-5/confirmation}Basket"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the basket property.Gets the value of the singleUnderlyer property.void
Sets the value of the basket property.void
Sets the value of the singleUnderlyer property.
-
Field Details
-
singleUnderlyer
-
basket
-
-
Constructor Details
-
Underlyer
public Underlyer()
-
-
Method Details
-
getSingleUnderlyer
Gets the value of the singleUnderlyer property.- Returns:
- possible object is
SingleUnderlyer
-
setSingleUnderlyer
Sets the value of the singleUnderlyer property.- Parameters:
value
- allowed object isSingleUnderlyer
-
getBasket
-
setBasket
-