Class Smartderivativecontract.Underlyings.Underlying

java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Underlyings.Underlying
Enclosing class:
Smartderivativecontract.Underlyings

public static class Smartderivativecontract.Underlyings.Underlying extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}dataDocument"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Underlying

      public Underlying()
  • Method Details

    • getDataDocument

      public DataDocument getDataDocument()
      Gets the value of the dataDocument property.
      Returns:
      possible object is DataDocument
    • setDataDocument

      public void setDataDocument(DataDocument value)
      Sets the value of the dataDocument property.
      Parameters:
      value - allowed object is DataDocument