Class Strike
java.lang.Object
net.finmath.smartcontract.product.xml.Strike
A type describing a single cap or floor rate.
Java class for Strike complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Strike"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="strikeRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="buyer" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedPayerReceiver" minOccurs="0"/> <element name="seller" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedPayerReceiver" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected IdentifiedPayerReceiver
protected String
protected IdentifiedPayerReceiver
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBuyer()
Gets the value of the buyer property.getId()
Gets the value of the id property.Gets the value of the seller property.Gets the value of the strikeRate property.void
setBuyer
(IdentifiedPayerReceiver value) Sets the value of the buyer property.void
Sets the value of the id property.void
setSeller
(IdentifiedPayerReceiver value) Sets the value of the seller property.void
setStrikeRate
(BigDecimal value) Sets the value of the strikeRate property.
-
Field Details
-
strikeRate
-
buyer
-
seller
-
id
-
-
Constructor Details
-
Strike
public Strike()
-
-
Method Details
-
getStrikeRate
Gets the value of the strikeRate property.- Returns:
- possible object is
BigDecimal
-
setStrikeRate
Sets the value of the strikeRate property.- Parameters:
value
- allowed object isBigDecimal
-
getBuyer
Gets the value of the buyer property.- Returns:
- possible object is
IdentifiedPayerReceiver
-
setBuyer
Sets the value of the buyer property.- Parameters:
value
- allowed object isIdentifiedPayerReceiver
-
getSeller
Gets the value of the seller property.- Returns:
- possible object is
IdentifiedPayerReceiver
-
setSeller
Sets the value of the seller property.- Parameters:
value
- allowed object isIdentifiedPayerReceiver
-
getId
-
setId
-