Class MutualFund


public class MutualFund extends UnderlyingAsset

Java class for MutualFund complex type.

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

 <complexType name="MutualFund">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <element name="openEndedFund" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fundManager" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • openEndedFund

      protected Boolean openEndedFund
    • fundManager

      protected String fundManager
  • Constructor Details

    • MutualFund

      public MutualFund()
  • Method Details

    • isOpenEndedFund

      public Boolean isOpenEndedFund()
      Gets the value of the openEndedFund property.
      Returns:
      possible object is Boolean
    • setOpenEndedFund

      public void setOpenEndedFund(Boolean value)
      Sets the value of the openEndedFund property.
      Parameters:
      value - allowed object is Boolean
    • getFundManager

      public String getFundManager()
      Gets the value of the fundManager property.
      Returns:
      possible object is String
    • setFundManager

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