Class CreditDerivativesNotices

java.lang.Object
net.finmath.smartcontract.product.xml.CreditDerivativesNotices

public class CreditDerivativesNotices extends Object

Java class for CreditDerivativesNotices complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreditDerivativesNotices">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="creditEvent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="publiclyAvailableInformation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="physicalSettlement" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • creditEvent

      protected boolean creditEvent
    • publiclyAvailableInformation

      protected boolean publiclyAvailableInformation
    • physicalSettlement

      protected boolean physicalSettlement
  • Constructor Details

    • CreditDerivativesNotices

      public CreditDerivativesNotices()
  • Method Details

    • isCreditEvent

      public boolean isCreditEvent()
      Gets the value of the creditEvent property.
    • setCreditEvent

      public void setCreditEvent(boolean value)
      Sets the value of the creditEvent property.
    • isPubliclyAvailableInformation

      public boolean isPubliclyAvailableInformation()
      Gets the value of the publiclyAvailableInformation property.
    • setPubliclyAvailableInformation

      public void setPubliclyAvailableInformation(boolean value)
      Sets the value of the publiclyAvailableInformation property.
    • isPhysicalSettlement

      public boolean isPhysicalSettlement()
      Gets the value of the physicalSettlement property.
    • setPhysicalSettlement

      public void setPhysicalSettlement(boolean value)
      Sets the value of the physicalSettlement property.