Class Smartderivativecontract.Parties.Party.PenaltyFee
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Parties.Party.PenaltyFee
- Enclosing class:
Smartderivativecontract.Parties.Party
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 name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
value
protected double value
-
-
Constructor Details
-
PenaltyFee
public PenaltyFee()
-
-
Method Details
-
getType
-
setType
-
getValue
public double getValue()Gets the value of the value property. -
setValue
public void setValue(double value) Sets the value of the value property.
-