Class Obligations

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

public class Obligations extends Object

Java class for Obligations complex type.

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

 <complexType name="Obligations">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="category" type="{http://www.fpml.org/FpML-5/confirmation}ObligationCategoryEnum"/>
         <element name="notSubordinated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="specifiedCurrency" type="{http://www.fpml.org/FpML-5/confirmation}SpecifiedCurrency" minOccurs="0"/>
         <element name="notSovereignLender" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="notDomesticCurrency" type="{http://www.fpml.org/FpML-5/confirmation}NotDomesticCurrency" minOccurs="0"/>
         <element name="notDomesticLaw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="listed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="notDomesticIssuance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="fullFaithAndCreditObLiability" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="generalFundObligationLiability" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="revenueObligationLiability" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
         <element name="notContingent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="excluded" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="othReferenceEntityObligations" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="designatedPriority" type="{http://www.fpml.org/FpML-5/confirmation}Lien" minOccurs="0"/>
         <element name="cashSettlementOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="deliveryOfCommitments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="continuity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • category

      protected ObligationCategoryEnum category
    • notSubordinated

      protected Boolean notSubordinated
    • specifiedCurrency

      protected SpecifiedCurrency specifiedCurrency
    • notSovereignLender

      protected Boolean notSovereignLender
    • notDomesticCurrency

      protected NotDomesticCurrency notDomesticCurrency
    • notDomesticLaw

      protected Boolean notDomesticLaw
    • listed

      protected Boolean listed
    • notDomesticIssuance

      protected Boolean notDomesticIssuance
    • fullFaithAndCreditObLiability

      protected Boolean fullFaithAndCreditObLiability
    • generalFundObligationLiability

      protected Boolean generalFundObligationLiability
    • revenueObligationLiability

      protected Boolean revenueObligationLiability
    • notContingent

      protected Boolean notContingent
    • excluded

      protected String excluded
    • othReferenceEntityObligations

      protected String othReferenceEntityObligations
    • designatedPriority

      protected Lien designatedPriority
    • cashSettlementOnly

      protected Boolean cashSettlementOnly
    • deliveryOfCommitments

      protected Boolean deliveryOfCommitments
    • continuity

      protected Boolean continuity
  • Constructor Details

    • Obligations

      public Obligations()
  • Method Details

    • getCategory

      public ObligationCategoryEnum getCategory()
      Gets the value of the category property.
      Returns:
      possible object is ObligationCategoryEnum
    • setCategory

      public void setCategory(ObligationCategoryEnum value)
      Sets the value of the category property.
      Parameters:
      value - allowed object is ObligationCategoryEnum
    • isNotSubordinated

      public Boolean isNotSubordinated()
      Gets the value of the notSubordinated property.
      Returns:
      possible object is Boolean
    • setNotSubordinated

      public void setNotSubordinated(Boolean value)
      Sets the value of the notSubordinated property.
      Parameters:
      value - allowed object is Boolean
    • getSpecifiedCurrency

      public SpecifiedCurrency getSpecifiedCurrency()
      Gets the value of the specifiedCurrency property.
      Returns:
      possible object is SpecifiedCurrency
    • setSpecifiedCurrency

      public void setSpecifiedCurrency(SpecifiedCurrency value)
      Sets the value of the specifiedCurrency property.
      Parameters:
      value - allowed object is SpecifiedCurrency
    • isNotSovereignLender

      public Boolean isNotSovereignLender()
      Gets the value of the notSovereignLender property.
      Returns:
      possible object is Boolean
    • setNotSovereignLender

      public void setNotSovereignLender(Boolean value)
      Sets the value of the notSovereignLender property.
      Parameters:
      value - allowed object is Boolean
    • getNotDomesticCurrency

      public NotDomesticCurrency getNotDomesticCurrency()
      Gets the value of the notDomesticCurrency property.
      Returns:
      possible object is NotDomesticCurrency
    • setNotDomesticCurrency

      public void setNotDomesticCurrency(NotDomesticCurrency value)
      Sets the value of the notDomesticCurrency property.
      Parameters:
      value - allowed object is NotDomesticCurrency
    • isNotDomesticLaw

      public Boolean isNotDomesticLaw()
      Gets the value of the notDomesticLaw property.
      Returns:
      possible object is Boolean
    • setNotDomesticLaw

      public void setNotDomesticLaw(Boolean value)
      Sets the value of the notDomesticLaw property.
      Parameters:
      value - allowed object is Boolean
    • isListed

      public Boolean isListed()
      Gets the value of the listed property.
      Returns:
      possible object is Boolean
    • setListed

      public void setListed(Boolean value)
      Sets the value of the listed property.
      Parameters:
      value - allowed object is Boolean
    • isNotDomesticIssuance

      public Boolean isNotDomesticIssuance()
      Gets the value of the notDomesticIssuance property.
      Returns:
      possible object is Boolean
    • setNotDomesticIssuance

      public void setNotDomesticIssuance(Boolean value)
      Sets the value of the notDomesticIssuance property.
      Parameters:
      value - allowed object is Boolean
    • isFullFaithAndCreditObLiability

      public Boolean isFullFaithAndCreditObLiability()
      Gets the value of the fullFaithAndCreditObLiability property.
      Returns:
      possible object is Boolean
    • setFullFaithAndCreditObLiability

      public void setFullFaithAndCreditObLiability(Boolean value)
      Sets the value of the fullFaithAndCreditObLiability property.
      Parameters:
      value - allowed object is Boolean
    • isGeneralFundObligationLiability

      public Boolean isGeneralFundObligationLiability()
      Gets the value of the generalFundObligationLiability property.
      Returns:
      possible object is Boolean
    • setGeneralFundObligationLiability

      public void setGeneralFundObligationLiability(Boolean value)
      Sets the value of the generalFundObligationLiability property.
      Parameters:
      value - allowed object is Boolean
    • isRevenueObligationLiability

      public Boolean isRevenueObligationLiability()
      Gets the value of the revenueObligationLiability property.
      Returns:
      possible object is Boolean
    • setRevenueObligationLiability

      public void setRevenueObligationLiability(Boolean value)
      Sets the value of the revenueObligationLiability property.
      Parameters:
      value - allowed object is Boolean
    • isNotContingent

      public Boolean isNotContingent()
      Gets the value of the notContingent property.
      Returns:
      possible object is Boolean
    • setNotContingent

      public void setNotContingent(Boolean value)
      Sets the value of the notContingent property.
      Parameters:
      value - allowed object is Boolean
    • getExcluded

      public String getExcluded()
      Gets the value of the excluded property.
      Returns:
      possible object is String
    • setExcluded

      public void setExcluded(String value)
      Sets the value of the excluded property.
      Parameters:
      value - allowed object is String
    • getOthReferenceEntityObligations

      public String getOthReferenceEntityObligations()
      Gets the value of the othReferenceEntityObligations property.
      Returns:
      possible object is String
    • setOthReferenceEntityObligations

      public void setOthReferenceEntityObligations(String value)
      Sets the value of the othReferenceEntityObligations property.
      Parameters:
      value - allowed object is String
    • getDesignatedPriority

      public Lien getDesignatedPriority()
      Gets the value of the designatedPriority property.
      Returns:
      possible object is Lien
    • setDesignatedPriority

      public void setDesignatedPriority(Lien value)
      Sets the value of the designatedPriority property.
      Parameters:
      value - allowed object is Lien
    • isCashSettlementOnly

      public Boolean isCashSettlementOnly()
      Gets the value of the cashSettlementOnly property.
      Returns:
      possible object is Boolean
    • setCashSettlementOnly

      public void setCashSettlementOnly(Boolean value)
      Sets the value of the cashSettlementOnly property.
      Parameters:
      value - allowed object is Boolean
    • isDeliveryOfCommitments

      public Boolean isDeliveryOfCommitments()
      Gets the value of the deliveryOfCommitments property.
      Returns:
      possible object is Boolean
    • setDeliveryOfCommitments

      public void setDeliveryOfCommitments(Boolean value)
      Sets the value of the deliveryOfCommitments property.
      Parameters:
      value - allowed object is Boolean
    • isContinuity

      public Boolean isContinuity()
      Gets the value of the continuity property.
      Returns:
      possible object is Boolean
    • setContinuity

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