Class ValuationDocument


public class ValuationDocument extends DataDocument
A type defining a content model that includes valuation (pricing and risk) data without expressing any processing intention.

Java class for ValuationDocument complex type.

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

 <complexType name="ValuationDocument">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DataDocument">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}market" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}valuationSet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ValuationDocument

      public ValuationDocument()
  • Method Details

    • getMarket

      public List<Market> getMarket()
      Gets the value of the market 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 market property.

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

          getMarket().add(newItem);
       

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

    • getValuationSet

      public List<ValuationSet> getValuationSet()
      Gets the value of the valuationSet 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 valuationSet property.

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

          getValuationSet().add(newItem);
       

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