Class MasterAgreement

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

public class MasterAgreement extends Object
An entity for defining the agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.

Java class for MasterAgreement complex type.

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

 <complexType name="MasterAgreement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="masterAgreementId" type="{http://www.fpml.org/FpML-5/confirmation}MasterAgreementId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="masterAgreementType" type="{http://www.fpml.org/FpML-5/confirmation}MasterAgreementType"/>
         <element name="masterAgreementVersion" type="{http://www.fpml.org/FpML-5/confirmation}MasterAgreementVersion" minOccurs="0"/>
         <element name="masterAgreementDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MasterAgreement

      public MasterAgreement()
  • Method Details

    • getMasterAgreementId

      public List<MasterAgreementId> getMasterAgreementId()
      Gets the value of the masterAgreementId 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 masterAgreementId property.

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

          getMasterAgreementId().add(newItem);
       

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

    • getMasterAgreementType

      public MasterAgreementType getMasterAgreementType()
      Gets the value of the masterAgreementType property.
      Returns:
      possible object is MasterAgreementType
    • setMasterAgreementType

      public void setMasterAgreementType(MasterAgreementType value)
      Sets the value of the masterAgreementType property.
      Parameters:
      value - allowed object is MasterAgreementType
    • getMasterAgreementVersion

      public MasterAgreementVersion getMasterAgreementVersion()
      Gets the value of the masterAgreementVersion property.
      Returns:
      possible object is MasterAgreementVersion
    • setMasterAgreementVersion

      public void setMasterAgreementVersion(MasterAgreementVersion value)
      Sets the value of the masterAgreementVersion property.
      Parameters:
      value - allowed object is MasterAgreementVersion
    • getMasterAgreementDate

      public XMLGregorianCalendar getMasterAgreementDate()
      Gets the value of the masterAgreementDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMasterAgreementDate

      public void setMasterAgreementDate(XMLGregorianCalendar value)
      Sets the value of the masterAgreementDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar