Class LoanParticipation

java.lang.Object
net.finmath.smartcontract.product.xml.PCDeliverableObligationCharac
net.finmath.smartcontract.product.xml.LoanParticipation

public class LoanParticipation extends PCDeliverableObligationCharac

Java class for LoanParticipation complex type.

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

 <complexType name="LoanParticipation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PCDeliverableObligationCharac">
       <sequence>
         <element name="qualifyingParticipationSeller" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • qualifyingParticipationSeller

      protected String qualifyingParticipationSeller
  • Constructor Details

    • LoanParticipation

      public LoanParticipation()
  • Method Details

    • getQualifyingParticipationSeller

      public String getQualifyingParticipationSeller()
      Gets the value of the qualifyingParticipationSeller property.
      Returns:
      possible object is String
    • setQualifyingParticipationSeller

      public void setQualifyingParticipationSeller(String value)
      Sets the value of the qualifyingParticipationSeller property.
      Parameters:
      value - allowed object is String