Class ReferenceLevel
java.lang.Object
net.finmath.smartcontract.product.xml.ReferenceLevel
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the referenceLevelUnit property.void
setAmount
(BigDecimal value) Sets the value of the amount property.void
Sets the value of the referenceLevelUnit property.
-
Field Details
-
amount
-
referenceLevelUnit
-
-
Constructor Details
-
ReferenceLevel
public ReferenceLevel()
-
-
Method Details
-
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
-
getReferenceLevelUnit
Gets the value of the referenceLevelUnit property.- Returns:
- possible object is
ReferenceLevelUnit
-
setReferenceLevelUnit
Sets the value of the referenceLevelUnit property.- Parameters:
value
- allowed object isReferenceLevelUnit
-