Class Restructuring

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

public class Restructuring extends Object

Java class for Restructuring complex type.

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

 <complexType name="Restructuring">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="restructuringType" type="{http://www.fpml.org/FpML-5/confirmation}RestructuringType" minOccurs="0"/>
         <element name="multipleHolderObligation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="multipleCreditEventNotices" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • applicable

      protected boolean applicable
    • restructuringType

      protected RestructuringType restructuringType
    • multipleHolderObligation

      protected Boolean multipleHolderObligation
    • multipleCreditEventNotices

      protected Boolean multipleCreditEventNotices
  • Constructor Details

    • Restructuring

      public Restructuring()
  • 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.
    • getRestructuringType

      public RestructuringType getRestructuringType()
      Gets the value of the restructuringType property.
      Returns:
      possible object is RestructuringType
    • setRestructuringType

      public void setRestructuringType(RestructuringType value)
      Sets the value of the restructuringType property.
      Parameters:
      value - allowed object is RestructuringType
    • isMultipleHolderObligation

      public Boolean isMultipleHolderObligation()
      Gets the value of the multipleHolderObligation property.
      Returns:
      possible object is Boolean
    • setMultipleHolderObligation

      public void setMultipleHolderObligation(Boolean value)
      Sets the value of the multipleHolderObligation property.
      Parameters:
      value - allowed object is Boolean
    • isMultipleCreditEventNotices

      public Boolean isMultipleCreditEventNotices()
      Gets the value of the multipleCreditEventNotices property.
      Returns:
      possible object is Boolean
    • setMultipleCreditEventNotices

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