Class PCDeliverableObligationCharac
java.lang.Object
net.finmath.smartcontract.product.xml.PCDeliverableObligationCharac
- Direct Known Subclasses:
LoanParticipation
Java class for PCDeliverableObligationCharac complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PCDeliverableObligationCharac"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="partialCashSettlement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the applicable property.Gets the value of the partialCashSettlement property.void
setApplicable
(boolean value) Sets the value of the applicable property.void
setPartialCashSettlement
(Boolean value) Sets the value of the partialCashSettlement property.
-
Field Details
-
applicable
protected boolean applicable -
partialCashSettlement
-
-
Constructor Details
-
PCDeliverableObligationCharac
public PCDeliverableObligationCharac()
-
-
Method Details
-
isApplicable
public boolean isApplicable()Gets the value of the applicable property. -
setApplicable
public void setApplicable(boolean value) Sets the value of the applicable property. -
isPartialCashSettlement
-
setPartialCashSettlement
-