Class DataDocument

java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.DataDocument
Direct Known Subclasses:
ValuationDocument

public class DataDocument extends Document
A type defining a content model that is backwards compatible with older FpML releases and which can be used to contain sets of data without expressing any processing intention.

Java class for DataDocument complex type.

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

 <complexType name="DataDocument">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Document">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Validation.model"/>
         <sequence>
           <element name="onBehalfOf" type="{http://www.fpml.org/FpML-5/confirmation}OnBehalfOf" minOccurs="0"/>
           <element name="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent" minOccurs="0"/>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade" maxOccurs="unbounded" minOccurs="0"/>
           <element name="portfolio" type="{http://www.fpml.org/FpML-5/confirmation}Portfolio" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DataDocument

      public DataDocument()
  • Method Details

    • getValidation

      public List<Validation> getValidation()
      Gets the value of the validation 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 validation property.

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

          getValidation().add(newItem);
       

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

    • getOnBehalfOf

      public OnBehalfOf getOnBehalfOf()
      Gets the value of the onBehalfOf property.
      Returns:
      possible object is OnBehalfOf
    • setOnBehalfOf

      public void setOnBehalfOf(OnBehalfOf value)
      Sets the value of the onBehalfOf property.
      Parameters:
      value - allowed object is OnBehalfOf
    • getOriginatingEvent

      public OriginatingEvent getOriginatingEvent()
      Gets the value of the originatingEvent property.
      Returns:
      possible object is OriginatingEvent
    • setOriginatingEvent

      public void setOriginatingEvent(OriginatingEvent value)
      Sets the value of the originatingEvent property.
      Parameters:
      value - allowed object is OriginatingEvent
    • getTrade

      public List<Trade> getTrade()
      Gets the value of the trade 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 trade property.

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

          getTrade().add(newItem);
       

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

    • getPortfolio

      public List<Portfolio> getPortfolio()
      Gets the value of the portfolio 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 portfolio property.

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

          getPortfolio().add(newItem);
       

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

    • getParty

      public List<Party> getParty()
      Gets the value of the party 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 party property.

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

          getParty().add(newItem);
       

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

    • getAccount

      public List<Account> getAccount()
      Gets the value of the account 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 account property.

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

          getAccount().add(newItem);
       

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