Class ProtectionTerms
java.lang.Object
net.finmath.smartcontract.product.xml.ProtectionTerms
Java class for ProtectionTerms complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProtectionTerms"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calculationAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/> <element name="creditEvents" type="{http://www.fpml.org/FpML-5/confirmation}CreditEvents" minOccurs="0"/> <element name="obligations" type="{http://www.fpml.org/FpML-5/confirmation}Obligations" minOccurs="0"/> <element name="floatingAmountEvents" type="{http://www.fpml.org/FpML-5/confirmation}FloatingAmountEvents" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Money
protected CreditEvents
protected FloatingAmountEvents
protected String
protected Obligations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationAmount property.Gets the value of the creditEvents property.Gets the value of the floatingAmountEvents property.getId()
Gets the value of the id property.Gets the value of the obligations property.void
setCalculationAmount
(Money value) Sets the value of the calculationAmount property.void
setCreditEvents
(CreditEvents value) Sets the value of the creditEvents property.void
Sets the value of the floatingAmountEvents property.void
Sets the value of the id property.void
setObligations
(Obligations value) Sets the value of the obligations property.
-
Field Details
-
calculationAmount
-
creditEvents
-
obligations
-
floatingAmountEvents
-
id
-
-
Constructor Details
-
ProtectionTerms
public ProtectionTerms()
-
-
Method Details
-
getCalculationAmount
-
setCalculationAmount
-
getCreditEvents
Gets the value of the creditEvents property.- Returns:
- possible object is
CreditEvents
-
setCreditEvents
Sets the value of the creditEvents property.- Parameters:
value
- allowed object isCreditEvents
-
getObligations
Gets the value of the obligations property.- Returns:
- possible object is
Obligations
-
setObligations
Sets the value of the obligations property.- Parameters:
value
- allowed object isObligations
-
getFloatingAmountEvents
Gets the value of the floatingAmountEvents property.- Returns:
- possible object is
FloatingAmountEvents
-
setFloatingAmountEvents
Sets the value of the floatingAmountEvents property.- Parameters:
value
- allowed object isFloatingAmountEvents
-
getId
-
setId
-