Class ReferenceObligation

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

public class ReferenceObligation extends Object

Java class for ReferenceObligation complex type.

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

 <complexType name="ReferenceObligation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}bond"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}convertibleBond"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}mortgage"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}loan"/>
         </choice>
         <choice minOccurs="0">
           <element name="primaryObligor" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
           <element name="primaryObligorReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="guarantor" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
           <element name="guarantorReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
         </choice>
         <element name="standardReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bond

      protected Bond bond
    • convertibleBond

      protected ConvertibleBond convertibleBond
    • mortgage

      protected Mortgage mortgage
    • loan

      protected Loan loan
    • primaryObligor

      protected LegalEntity primaryObligor
    • primaryObligorReference

      protected LegalEntityReference primaryObligorReference
    • guarantorOrGuarantorReference

      protected List<Object> guarantorOrGuarantorReference
    • standardReferenceObligation

      protected Boolean standardReferenceObligation
  • Constructor Details

    • ReferenceObligation

      public ReferenceObligation()
  • Method Details

    • getBond

      public Bond getBond()
      Gets the value of the bond property.
      Returns:
      possible object is Bond
    • setBond

      public void setBond(Bond value)
      Sets the value of the bond property.
      Parameters:
      value - allowed object is Bond
    • getConvertibleBond

      public ConvertibleBond getConvertibleBond()
      Gets the value of the convertibleBond property.
      Returns:
      possible object is ConvertibleBond
    • setConvertibleBond

      public void setConvertibleBond(ConvertibleBond value)
      Sets the value of the convertibleBond property.
      Parameters:
      value - allowed object is ConvertibleBond
    • getMortgage

      public Mortgage getMortgage()
      Gets the value of the mortgage property.
      Returns:
      possible object is Mortgage
    • setMortgage

      public void setMortgage(Mortgage value)
      Sets the value of the mortgage property.
      Parameters:
      value - allowed object is Mortgage
    • getLoan

      public Loan getLoan()
      Gets the value of the loan property.
      Returns:
      possible object is Loan
    • setLoan

      public void setLoan(Loan value)
      Sets the value of the loan property.
      Parameters:
      value - allowed object is Loan
    • getPrimaryObligor

      public LegalEntity getPrimaryObligor()
      Gets the value of the primaryObligor property.
      Returns:
      possible object is LegalEntity
    • setPrimaryObligor

      public void setPrimaryObligor(LegalEntity value)
      Sets the value of the primaryObligor property.
      Parameters:
      value - allowed object is LegalEntity
    • getPrimaryObligorReference

      public LegalEntityReference getPrimaryObligorReference()
      Gets the value of the primaryObligorReference property.
      Returns:
      possible object is LegalEntityReference
    • setPrimaryObligorReference

      public void setPrimaryObligorReference(LegalEntityReference value)
      Sets the value of the primaryObligorReference property.
      Parameters:
      value - allowed object is LegalEntityReference
    • getGuarantorOrGuarantorReference

      public List<Object> getGuarantorOrGuarantorReference()
      Gets the value of the guarantorOrGuarantorReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the guarantorOrGuarantorReference property.

      For example, to add a new item, do as follows:

          getGuarantorOrGuarantorReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list LegalEntity LegalEntityReference

    • isStandardReferenceObligation

      public Boolean isStandardReferenceObligation()
      Gets the value of the standardReferenceObligation property.
      Returns:
      possible object is Boolean
    • setStandardReferenceObligation

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