Class SettledEntityMatrix

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

public class SettledEntityMatrix extends Object

Java class for SettledEntityMatrix complex type.

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

 <complexType name="SettledEntityMatrix">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="matrixSource" type="{http://www.fpml.org/FpML-5/confirmation}MatrixSource"/>
         <element name="publicationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SettledEntityMatrix

      public SettledEntityMatrix()
  • Method Details

    • getMatrixSource

      public MatrixSource getMatrixSource()
      Gets the value of the matrixSource property.
      Returns:
      possible object is MatrixSource
    • setMatrixSource

      public void setMatrixSource(MatrixSource value)
      Sets the value of the matrixSource property.
      Parameters:
      value - allowed object is MatrixSource
    • getPublicationDate

      public XMLGregorianCalendar getPublicationDate()
      Gets the value of the publicationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPublicationDate

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