Class CreditEvents

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

public class CreditEvents extends Object

Java class for CreditEvents complex type.

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

 <complexType name="CreditEvents">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bankruptcy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="failureToPay" type="{http://www.fpml.org/FpML-5/confirmation}FailureToPay" minOccurs="0"/>
         <element name="failureToPayPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="failureToPayInterest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="obligationDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="obligationAcceleration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="repudiationMoratorium" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="restructuring" type="{http://www.fpml.org/FpML-5/confirmation}Restructuring" minOccurs="0"/>
         <element name="governmentalIntervention" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="distressedRatingsDowngrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="maturityExtension" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="writedown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="impliedWritedown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="defaultRequirement" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="creditEventNotice" type="{http://www.fpml.org/FpML-5/confirmation}CreditEventNotice" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bankruptcy

      protected Boolean bankruptcy
    • failureToPay

      protected FailureToPay failureToPay
    • failureToPayPrincipal

      protected Boolean failureToPayPrincipal
    • failureToPayInterest

      protected Boolean failureToPayInterest
    • obligationDefault

      protected Boolean obligationDefault
    • obligationAcceleration

      protected Boolean obligationAcceleration
    • repudiationMoratorium

      protected Boolean repudiationMoratorium
    • restructuring

      protected Restructuring restructuring
    • governmentalIntervention

      protected Boolean governmentalIntervention
    • distressedRatingsDowngrade

      protected Boolean distressedRatingsDowngrade
    • maturityExtension

      protected Boolean maturityExtension
    • writedown

      protected Boolean writedown
    • impliedWritedown

      protected Boolean impliedWritedown
    • defaultRequirement

      protected Money defaultRequirement
    • creditEventNotice

      protected CreditEventNotice creditEventNotice
    • id

      protected String id
  • Constructor Details

    • CreditEvents

      public CreditEvents()
  • Method Details

    • isBankruptcy

      public Boolean isBankruptcy()
      Gets the value of the bankruptcy property.
      Returns:
      possible object is Boolean
    • setBankruptcy

      public void setBankruptcy(Boolean value)
      Sets the value of the bankruptcy property.
      Parameters:
      value - allowed object is Boolean
    • getFailureToPay

      public FailureToPay getFailureToPay()
      Gets the value of the failureToPay property.
      Returns:
      possible object is FailureToPay
    • setFailureToPay

      public void setFailureToPay(FailureToPay value)
      Sets the value of the failureToPay property.
      Parameters:
      value - allowed object is FailureToPay
    • isFailureToPayPrincipal

      public Boolean isFailureToPayPrincipal()
      Gets the value of the failureToPayPrincipal property.
      Returns:
      possible object is Boolean
    • setFailureToPayPrincipal

      public void setFailureToPayPrincipal(Boolean value)
      Sets the value of the failureToPayPrincipal property.
      Parameters:
      value - allowed object is Boolean
    • isFailureToPayInterest

      public Boolean isFailureToPayInterest()
      Gets the value of the failureToPayInterest property.
      Returns:
      possible object is Boolean
    • setFailureToPayInterest

      public void setFailureToPayInterest(Boolean value)
      Sets the value of the failureToPayInterest property.
      Parameters:
      value - allowed object is Boolean
    • isObligationDefault

      public Boolean isObligationDefault()
      Gets the value of the obligationDefault property.
      Returns:
      possible object is Boolean
    • setObligationDefault

      public void setObligationDefault(Boolean value)
      Sets the value of the obligationDefault property.
      Parameters:
      value - allowed object is Boolean
    • isObligationAcceleration

      public Boolean isObligationAcceleration()
      Gets the value of the obligationAcceleration property.
      Returns:
      possible object is Boolean
    • setObligationAcceleration

      public void setObligationAcceleration(Boolean value)
      Sets the value of the obligationAcceleration property.
      Parameters:
      value - allowed object is Boolean
    • isRepudiationMoratorium

      public Boolean isRepudiationMoratorium()
      Gets the value of the repudiationMoratorium property.
      Returns:
      possible object is Boolean
    • setRepudiationMoratorium

      public void setRepudiationMoratorium(Boolean value)
      Sets the value of the repudiationMoratorium property.
      Parameters:
      value - allowed object is Boolean
    • getRestructuring

      public Restructuring getRestructuring()
      Gets the value of the restructuring property.
      Returns:
      possible object is Restructuring
    • setRestructuring

      public void setRestructuring(Restructuring value)
      Sets the value of the restructuring property.
      Parameters:
      value - allowed object is Restructuring
    • isGovernmentalIntervention

      public Boolean isGovernmentalIntervention()
      Gets the value of the governmentalIntervention property.
      Returns:
      possible object is Boolean
    • setGovernmentalIntervention

      public void setGovernmentalIntervention(Boolean value)
      Sets the value of the governmentalIntervention property.
      Parameters:
      value - allowed object is Boolean
    • isDistressedRatingsDowngrade

      public Boolean isDistressedRatingsDowngrade()
      Gets the value of the distressedRatingsDowngrade property.
      Returns:
      possible object is Boolean
    • setDistressedRatingsDowngrade

      public void setDistressedRatingsDowngrade(Boolean value)
      Sets the value of the distressedRatingsDowngrade property.
      Parameters:
      value - allowed object is Boolean
    • isMaturityExtension

      public Boolean isMaturityExtension()
      Gets the value of the maturityExtension property.
      Returns:
      possible object is Boolean
    • setMaturityExtension

      public void setMaturityExtension(Boolean value)
      Sets the value of the maturityExtension property.
      Parameters:
      value - allowed object is Boolean
    • isWritedown

      public Boolean isWritedown()
      Gets the value of the writedown property.
      Returns:
      possible object is Boolean
    • setWritedown

      public void setWritedown(Boolean value)
      Sets the value of the writedown property.
      Parameters:
      value - allowed object is Boolean
    • isImpliedWritedown

      public Boolean isImpliedWritedown()
      Gets the value of the impliedWritedown property.
      Returns:
      possible object is Boolean
    • setImpliedWritedown

      public void setImpliedWritedown(Boolean value)
      Sets the value of the impliedWritedown property.
      Parameters:
      value - allowed object is Boolean
    • getDefaultRequirement

      public Money getDefaultRequirement()
      Gets the value of the defaultRequirement property.
      Returns:
      possible object is Money
    • setDefaultRequirement

      public void setDefaultRequirement(Money value)
      Sets the value of the defaultRequirement property.
      Parameters:
      value - allowed object is Money
    • getCreditEventNotice

      public CreditEventNotice getCreditEventNotice()
      Gets the value of the creditEventNotice property.
      Returns:
      possible object is CreditEventNotice
    • setCreditEventNotice

      public void setCreditEventNotice(CreditEventNotice value)
      Sets the value of the creditEventNotice property.
      Parameters:
      value - allowed object is CreditEventNotice
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String