Class ReferencePair

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

public class ReferencePair extends Object

Java class for ReferencePair complex type.

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

 <complexType name="ReferencePair">
   <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"/>
           <element name="noReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
         <element name="entityType" type="{http://www.fpml.org/FpML-5/confirmation}EntityType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • referenceEntity

      protected LegalEntity referenceEntity
    • referenceObligation

      protected ReferenceObligation referenceObligation
    • noReferenceObligation

      protected Boolean noReferenceObligation
    • entityType

      protected EntityType entityType
  • Constructor Details

    • ReferencePair

      public ReferencePair()
  • 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 ReferenceObligation getReferenceObligation()
      Gets the value of the referenceObligation property.
      Returns:
      possible object is ReferenceObligation
    • setReferenceObligation

      public void setReferenceObligation(ReferenceObligation value)
      Sets the value of the referenceObligation property.
      Parameters:
      value - allowed object is 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
    • getEntityType

      public EntityType getEntityType()
      Gets the value of the entityType property.
      Returns:
      possible object is EntityType
    • setEntityType

      public void setEntityType(EntityType value)
      Sets the value of the entityType property.
      Parameters:
      value - allowed object is EntityType