Class FixedPrice

java.lang.Object
net.finmath.smartcontract.product.xml.FixedPrice
Direct Known Subclasses:
SettlementPeriodsFixedPrice

public class FixedPrice extends Object
A type defining the Fixed Price.

Java class for FixedPrice complex type.

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

 <complexType name="FixedPrice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Price.model"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FixedPrice

      public FixedPrice()
  • Method Details

    • getPrice

      public BigDecimal getPrice()
      Gets the value of the price property.
      Returns:
      possible object is BigDecimal
    • setPrice

      public void setPrice(BigDecimal value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is BigDecimal
    • getPriceCurrency

      public Currency getPriceCurrency()
      Gets the value of the priceCurrency property.
      Returns:
      possible object is Currency
    • setPriceCurrency

      public void setPriceCurrency(Currency value)
      Sets the value of the priceCurrency property.
      Parameters:
      value - allowed object is Currency
    • getPriceUnit

      public QuantityUnit getPriceUnit()
      Gets the value of the priceUnit property.
      Returns:
      possible object is QuantityUnit
    • setPriceUnit

      public void setPriceUnit(QuantityUnit value)
      Sets the value of the priceUnit property.
      Parameters:
      value - allowed object is QuantityUnit
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String