Class DeliverableObligations

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

public class DeliverableObligations extends Object

Java class for DeliverableObligations complex type.

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

 <complexType name="DeliverableObligations">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accruedInterest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="category" type="{http://www.fpml.org/FpML-5/confirmation}ObligationCategoryEnum" minOccurs="0"/>
         <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="notContingent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="notDomesticIssuance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="assignableLoan" type="{http://www.fpml.org/FpML-5/confirmation}PCDeliverableObligationCharac" minOccurs="0"/>
         <element name="consentRequiredLoan" type="{http://www.fpml.org/FpML-5/confirmation}PCDeliverableObligationCharac" minOccurs="0"/>
         <element name="directLoanParticipation" type="{http://www.fpml.org/FpML-5/confirmation}LoanParticipation" minOccurs="0"/>
         <element name="transferable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="maximumMaturity" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
         <element name="acceleratedOrMatured" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="notBearer" 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="indirectLoanParticipation" type="{http://www.fpml.org/FpML-5/confirmation}LoanParticipation" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accruedInterest

      protected Boolean accruedInterest
    • 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
    • notContingent

      protected Boolean notContingent
    • notDomesticIssuance

      protected Boolean notDomesticIssuance
    • assignableLoan

      protected PCDeliverableObligationCharac assignableLoan
    • consentRequiredLoan

      protected PCDeliverableObligationCharac consentRequiredLoan
    • directLoanParticipation

      protected LoanParticipation directLoanParticipation
    • transferable

      protected Boolean transferable
    • maximumMaturity

      protected Period maximumMaturity
    • acceleratedOrMatured

      protected Boolean acceleratedOrMatured
    • notBearer

      protected Boolean notBearer
    • fullFaithAndCreditObLiability

      protected Boolean fullFaithAndCreditObLiability
    • generalFundObligationLiability

      protected Boolean generalFundObligationLiability
    • revenueObligationLiability

      protected Boolean revenueObligationLiability
    • indirectLoanParticipation

      protected LoanParticipation indirectLoanParticipation
    • excluded

      protected String excluded
    • othReferenceEntityObligations

      protected String othReferenceEntityObligations
  • Constructor Details

    • DeliverableObligations

      public DeliverableObligations()
  • Method Details

    • isAccruedInterest

      public Boolean isAccruedInterest()
      Gets the value of the accruedInterest property.
      Returns:
      possible object is Boolean
    • setAccruedInterest

      public void setAccruedInterest(Boolean value)
      Sets the value of the accruedInterest property.
      Parameters:
      value - allowed object is Boolean
    • 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
    • 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
    • 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
    • getAssignableLoan

      public PCDeliverableObligationCharac getAssignableLoan()
      Gets the value of the assignableLoan property.
      Returns:
      possible object is PCDeliverableObligationCharac
    • setAssignableLoan

      public void setAssignableLoan(PCDeliverableObligationCharac value)
      Sets the value of the assignableLoan property.
      Parameters:
      value - allowed object is PCDeliverableObligationCharac
    • getConsentRequiredLoan

      public PCDeliverableObligationCharac getConsentRequiredLoan()
      Gets the value of the consentRequiredLoan property.
      Returns:
      possible object is PCDeliverableObligationCharac
    • setConsentRequiredLoan

      public void setConsentRequiredLoan(PCDeliverableObligationCharac value)
      Sets the value of the consentRequiredLoan property.
      Parameters:
      value - allowed object is PCDeliverableObligationCharac
    • getDirectLoanParticipation

      public LoanParticipation getDirectLoanParticipation()
      Gets the value of the directLoanParticipation property.
      Returns:
      possible object is LoanParticipation
    • setDirectLoanParticipation

      public void setDirectLoanParticipation(LoanParticipation value)
      Sets the value of the directLoanParticipation property.
      Parameters:
      value - allowed object is LoanParticipation
    • isTransferable

      public Boolean isTransferable()
      Gets the value of the transferable property.
      Returns:
      possible object is Boolean
    • setTransferable

      public void setTransferable(Boolean value)
      Sets the value of the transferable property.
      Parameters:
      value - allowed object is Boolean
    • getMaximumMaturity

      public Period getMaximumMaturity()
      Gets the value of the maximumMaturity property.
      Returns:
      possible object is Period
    • setMaximumMaturity

      public void setMaximumMaturity(Period value)
      Sets the value of the maximumMaturity property.
      Parameters:
      value - allowed object is Period
    • isAcceleratedOrMatured

      public Boolean isAcceleratedOrMatured()
      Gets the value of the acceleratedOrMatured property.
      Returns:
      possible object is Boolean
    • setAcceleratedOrMatured

      public void setAcceleratedOrMatured(Boolean value)
      Sets the value of the acceleratedOrMatured property.
      Parameters:
      value - allowed object is Boolean
    • isNotBearer

      public Boolean isNotBearer()
      Gets the value of the notBearer property.
      Returns:
      possible object is Boolean
    • setNotBearer

      public void setNotBearer(Boolean value)
      Sets the value of the notBearer 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
    • getIndirectLoanParticipation

      public LoanParticipation getIndirectLoanParticipation()
      Gets the value of the indirectLoanParticipation property.
      Returns:
      possible object is LoanParticipation
    • setIndirectLoanParticipation

      public void setIndirectLoanParticipation(LoanParticipation value)
      Sets the value of the indirectLoanParticipation property.
      Parameters:
      value - allowed object is LoanParticipation
    • 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