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
FieldsModifier and TypeFieldDescriptionprotected Moneyprotected CreditEventsprotected FloatingAmountEventsprotected Stringprotected Obligations -
Constructor Summary
Constructors -
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.voidsetCalculationAmount(Money value) Sets the value of the calculationAmount property.voidsetCreditEvents(CreditEvents value) Sets the value of the creditEvents property.voidSets the value of the floatingAmountEvents property.voidSets the value of the id property.voidsetObligations(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
-