Class MoneyWithParticipantShare


public class MoneyWithParticipantShare extends NonNegativeMoney
An extension of the money type with the ability to specify a lender share amount in addition to the global amount (represented by 'amount').

Java class for MoneyWithParticipantShare complex type.

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

 <complexType name="MoneyWithParticipantShare">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney">
       <sequence>
         <element name="shareAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MoneyWithParticipantShare

      public MoneyWithParticipantShare()
  • Method Details

    • getShareAmount

      public BigDecimal getShareAmount()
      Gets the value of the shareAmount property.
      Returns:
      possible object is BigDecimal
    • setShareAmount

      public void setShareAmount(BigDecimal value)
      Sets the value of the shareAmount property.
      Parameters:
      value - allowed object is BigDecimal