Class ReferenceLevel

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

public class ReferenceLevel extends Object

Java class for ReferenceLevel complex type.

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

 <complexType name="ReferenceLevel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="referenceLevelUnit" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceLevelUnit"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReferenceLevel

      public ReferenceLevel()
  • Method Details

    • getAmount

      public BigDecimal getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is BigDecimal
    • setAmount

      public void setAmount(BigDecimal value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is BigDecimal
    • getReferenceLevelUnit

      public ReferenceLevelUnit getReferenceLevelUnit()
      Gets the value of the referenceLevelUnit property.
      Returns:
      possible object is ReferenceLevelUnit
    • setReferenceLevelUnit

      public void setReferenceLevelUnit(ReferenceLevelUnit value)
      Sets the value of the referenceLevelUnit property.
      Parameters:
      value - allowed object is ReferenceLevelUnit