Class ReferenceInformation

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

public class ReferenceInformation extends Object

Java class for ReferenceInformation complex type.

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

 <complexType name="ReferenceInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceEntity" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
         <choice>
           <element name="referenceObligation" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceObligation" maxOccurs="unbounded"/>
           <element name="noReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="unknownReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
         <element name="allGuarantees" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="referencePrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="referencePolicy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="securedList" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • referenceEntity

      protected LegalEntity referenceEntity
    • referenceObligation

      protected List<ReferenceObligation> referenceObligation
    • noReferenceObligation

      protected Boolean noReferenceObligation
    • unknownReferenceObligation

      protected Boolean unknownReferenceObligation
    • allGuarantees

      protected Boolean allGuarantees
    • referencePrice

      protected BigDecimal referencePrice
    • referencePolicy

      protected Boolean referencePolicy
    • securedList

      protected Boolean securedList
  • Constructor Details

    • ReferenceInformation

      public ReferenceInformation()
  • Method Details

    • getReferenceEntity

      public LegalEntity getReferenceEntity()
      Gets the value of the referenceEntity property.
      Returns:
      possible object is LegalEntity
    • setReferenceEntity

      public void setReferenceEntity(LegalEntity value)
      Sets the value of the referenceEntity property.
      Parameters:
      value - allowed object is LegalEntity
    • getReferenceObligation

      public List<ReferenceObligation> getReferenceObligation()
      Gets the value of the referenceObligation 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 referenceObligation property.

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

          getReferenceObligation().add(newItem);
       

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

    • isNoReferenceObligation

      public Boolean isNoReferenceObligation()
      Gets the value of the noReferenceObligation property.
      Returns:
      possible object is Boolean
    • setNoReferenceObligation

      public void setNoReferenceObligation(Boolean value)
      Sets the value of the noReferenceObligation property.
      Parameters:
      value - allowed object is Boolean
    • isUnknownReferenceObligation

      public Boolean isUnknownReferenceObligation()
      Gets the value of the unknownReferenceObligation property.
      Returns:
      possible object is Boolean
    • setUnknownReferenceObligation

      public void setUnknownReferenceObligation(Boolean value)
      Sets the value of the unknownReferenceObligation property.
      Parameters:
      value - allowed object is Boolean
    • isAllGuarantees

      public Boolean isAllGuarantees()
      Gets the value of the allGuarantees property.
      Returns:
      possible object is Boolean
    • setAllGuarantees

      public void setAllGuarantees(Boolean value)
      Sets the value of the allGuarantees property.
      Parameters:
      value - allowed object is Boolean
    • getReferencePrice

      public BigDecimal getReferencePrice()
      Gets the value of the referencePrice property.
      Returns:
      possible object is BigDecimal
    • setReferencePrice

      public void setReferencePrice(BigDecimal value)
      Sets the value of the referencePrice property.
      Parameters:
      value - allowed object is BigDecimal
    • isReferencePolicy

      public Boolean isReferencePolicy()
      Gets the value of the referencePolicy property.
      Returns:
      possible object is Boolean
    • setReferencePolicy

      public void setReferencePolicy(Boolean value)
      Sets the value of the referencePolicy property.
      Parameters:
      value - allowed object is Boolean
    • isSecuredList

      public Boolean isSecuredList()
      Gets the value of the securedList property.
      Returns:
      possible object is Boolean
    • setSecuredList

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