Class PCDeliverableObligationCharac

java.lang.Object
net.finmath.smartcontract.product.xml.PCDeliverableObligationCharac
Direct Known Subclasses:
LoanParticipation

public class PCDeliverableObligationCharac extends Object

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 Details

    • applicable

      protected boolean applicable
    • partialCashSettlement

      protected Boolean 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

      public Boolean isPartialCashSettlement()
      Gets the value of the partialCashSettlement property.
      Returns:
      possible object is Boolean
    • setPartialCashSettlement

      public void setPartialCashSettlement(Boolean value)
      Sets the value of the partialCashSettlement property.
      Parameters:
      value - allowed object is Boolean