Class Documentation

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

public class Documentation extends Object
An entity for defining the definitions that govern the document and should include the year and type of definitions referenced, along with any relevant documentation (such as master agreement) and the date it was signed.

Java class for Documentation complex type.

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

 <complexType name="Documentation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="masterAgreement" type="{http://www.fpml.org/FpML-5/confirmation}MasterAgreement" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="masterConfirmation" type="{http://www.fpml.org/FpML-5/confirmation}MasterConfirmation"/>
           <element name="brokerConfirmation" type="{http://www.fpml.org/FpML-5/confirmation}BrokerConfirmation"/>
         </choice>
         <element name="contractualDefinitions" type="{http://www.fpml.org/FpML-5/confirmation}ContractualDefinitions" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contractualTermsSupplement" type="{http://www.fpml.org/FpML-5/confirmation}ContractualTermsSupplement" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contractualMatrix" type="{http://www.fpml.org/FpML-5/confirmation}ContractualMatrix" maxOccurs="unbounded" minOccurs="0"/>
         <element name="creditSupportAgreement" type="{http://www.fpml.org/FpML-5/confirmation}CreditSupportAgreement" minOccurs="0"/>
         <element name="otherAgreement" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreement" maxOccurs="unbounded" minOccurs="0"/>
         <element name="attachment" type="{http://www.fpml.org/FpML-5/confirmation}Resource" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Documentation

      public Documentation()
  • Method Details

    • getMasterAgreement

      public MasterAgreement getMasterAgreement()
      Gets the value of the masterAgreement property.
      Returns:
      possible object is MasterAgreement
    • setMasterAgreement

      public void setMasterAgreement(MasterAgreement value)
      Sets the value of the masterAgreement property.
      Parameters:
      value - allowed object is MasterAgreement
    • getMasterConfirmation

      public MasterConfirmation getMasterConfirmation()
      Gets the value of the masterConfirmation property.
      Returns:
      possible object is MasterConfirmation
    • setMasterConfirmation

      public void setMasterConfirmation(MasterConfirmation value)
      Sets the value of the masterConfirmation property.
      Parameters:
      value - allowed object is MasterConfirmation
    • getBrokerConfirmation

      public BrokerConfirmation getBrokerConfirmation()
      Gets the value of the brokerConfirmation property.
      Returns:
      possible object is BrokerConfirmation
    • setBrokerConfirmation

      public void setBrokerConfirmation(BrokerConfirmation value)
      Sets the value of the brokerConfirmation property.
      Parameters:
      value - allowed object is BrokerConfirmation
    • getContractualDefinitions

      public List<ContractualDefinitions> getContractualDefinitions()
      Gets the value of the contractualDefinitions 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 contractualDefinitions property.

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

          getContractualDefinitions().add(newItem);
       

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

    • getContractualTermsSupplement

      public List<ContractualTermsSupplement> getContractualTermsSupplement()
      Gets the value of the contractualTermsSupplement 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 contractualTermsSupplement property.

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

          getContractualTermsSupplement().add(newItem);
       

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

    • getContractualMatrix

      public List<ContractualMatrix> getContractualMatrix()
      Gets the value of the contractualMatrix 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 contractualMatrix property.

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

          getContractualMatrix().add(newItem);
       

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

    • getCreditSupportAgreement

      public CreditSupportAgreement getCreditSupportAgreement()
      Gets the value of the creditSupportAgreement property.
      Returns:
      possible object is CreditSupportAgreement
    • setCreditSupportAgreement

      public void setCreditSupportAgreement(CreditSupportAgreement value)
      Sets the value of the creditSupportAgreement property.
      Parameters:
      value - allowed object is CreditSupportAgreement
    • getOtherAgreement

      public List<OtherAgreement> getOtherAgreement()
      Gets the value of the otherAgreement 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 otherAgreement property.

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

          getOtherAgreement().add(newItem);
       

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

    • getAttachment

      public List<Resource> getAttachment()
      Gets the value of the attachment 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 attachment property.

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

          getAttachment().add(newItem);
       

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