Class ContractualMatrix

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

public class ContractualMatrix extends Object

Java class for ContractualMatrix complex type.

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

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

  • Constructor Details

    • ContractualMatrix

      public ContractualMatrix()
  • Method Details

    • getMatrixType

      public MatrixType getMatrixType()
      Gets the value of the matrixType property.
      Returns:
      possible object is MatrixType
    • setMatrixType

      public void setMatrixType(MatrixType value)
      Sets the value of the matrixType property.
      Parameters:
      value - allowed object is MatrixType
    • 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
    • getMatrixTerm

      public MatrixTerm getMatrixTerm()
      Gets the value of the matrixTerm property.
      Returns:
      possible object is MatrixTerm
    • setMatrixTerm

      public void setMatrixTerm(MatrixTerm value)
      Sets the value of the matrixTerm property.
      Parameters:
      value - allowed object is MatrixTerm