Class Underlyer

java.lang.Object
net.finmath.smartcontract.product.xml.Underlyer

public class Underlyer extends Object
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 Details

  • Constructor Details

    • Underlyer

      public Underlyer()
  • Method Details

    • getSingleUnderlyer

      public SingleUnderlyer getSingleUnderlyer()
      Gets the value of the singleUnderlyer property.
      Returns:
      possible object is SingleUnderlyer
    • setSingleUnderlyer

      public void setSingleUnderlyer(SingleUnderlyer value)
      Sets the value of the singleUnderlyer property.
      Parameters:
      value - allowed object is SingleUnderlyer
    • getBasket

      public Basket getBasket()
      Gets the value of the basket property.
      Returns:
      possible object is Basket
    • setBasket

      public void setBasket(Basket value)
      Sets the value of the basket property.
      Parameters:
      value - allowed object is Basket