Class ActualPrice
java.lang.Object
net.finmath.smartcontract.product.xml.ActualPrice
Java class for ActualPrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActualPrice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="priceExpression" type="{http://www.fpml.org/FpML-5/confirmation}PriceExpressionEnum"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Currencyprotected Stringprotected PriceExpressionEnum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the currency property.getId()Gets the value of the id property.Gets the value of the priceExpression property.voidsetAmount(BigDecimal value) Sets the value of the amount property.voidsetCurrency(Currency value) Sets the value of the currency property.voidSets the value of the id property.voidSets the value of the priceExpression property.
-
Field Details
-
currency
-
amount
-
priceExpression
-
id
-
-
Constructor Details
-
ActualPrice
public ActualPrice()
-
-
Method Details
-
getCurrency
-
setCurrency
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
BigDecimal
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isBigDecimal
-
getPriceExpression
Gets the value of the priceExpression property.- Returns:
- possible object is
PriceExpressionEnum
-
setPriceExpression
Sets the value of the priceExpression property.- Parameters:
value- allowed object isPriceExpressionEnum
-
getId
-
setId
-