Class SettledEntityMatrix
java.lang.Object
net.finmath.smartcontract.product.xml.SettledEntityMatrix
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the matrixSource property.Gets the value of the publicationDate property.voidsetMatrixSource(MatrixSource value)Sets the value of the matrixSource property.voidSets the value of the publicationDate property.
-
Field Details
-
matrixSource
-
publicationDate
-
-
Constructor Details
-
SettledEntityMatrix
public SettledEntityMatrix()
-
-
Method Details
-
getMatrixSource
Gets the value of the matrixSource property.- Returns:
- possible object is
MatrixSource
-
setMatrixSource
Sets the value of the matrixSource property.- Parameters:
value- allowed object isMatrixSource
-
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
-