Class ContractualMatrix
java.lang.Object
net.finmath.smartcontract.product.xml.ContractualMatrix
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 Summary
FieldsModifier and TypeFieldDescriptionprotected MatrixTermprotected MatrixTypeprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the matrixTerm property.Gets the value of the matrixType property.Gets the value of the publicationDate property.voidsetMatrixTerm(MatrixTerm value) Sets the value of the matrixTerm property.voidsetMatrixType(MatrixType value) Sets the value of the matrixType property.voidSets the value of the publicationDate property.
-
Field Details
-
matrixType
-
publicationDate
-
matrixTerm
-
-
Constructor Details
-
ContractualMatrix
public ContractualMatrix()
-
-
Method Details
-
getMatrixType
Gets the value of the matrixType property.- Returns:
- possible object is
MatrixType
-
setMatrixType
Sets the value of the matrixType property.- Parameters:
value- allowed object isMatrixType
-
getPublicationDate
Gets the value of the publicationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPublicationDate
Sets the value of the publicationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMatrixTerm
Gets the value of the matrixTerm property.- Returns:
- possible object is
MatrixTerm
-
setMatrixTerm
Sets the value of the matrixTerm property.- Parameters:
value- allowed object isMatrixTerm
-