Class SyndicatedLoanStatement
java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.Message
net.finmath.smartcontract.product.xml.RequestMessage
net.finmath.smartcontract.product.xml.CorrectableRequestMessage
net.finmath.smartcontract.product.xml.SyndicatedLoanStatement
- Direct Known Subclasses:
DealStatement
,FacilityOutstandingsPositionStatement
,FacilityPositionStatement
,FacilityStatement
,OutstandingContractsStatement
An abstract base type for all syndicated loan statement notifications; the
wrapper for deal/facility/contract definitions and facility/contract positions at a particular point in
time (snapshot).
Java class for SyndicatedLoanStatement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyndicatedLoanStatement"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage"> <sequence> <element name="statementDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.CorrectableRequestMessage
correlationId, isCorrection, onBehalfOf, parentCorrelationId, sequenceNumber
Fields inherited from class net.finmath.smartcontract.product.xml.RequestMessage
header, validation
Fields inherited from class net.finmath.smartcontract.product.xml.Document
actualBuild, expectedBuild, fpmlVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the statementDate property.void
setComments
(String value) Sets the value of the comments property.void
Sets the value of the statementDate property.Methods inherited from class net.finmath.smartcontract.product.xml.CorrectableRequestMessage
getCorrelationId, getOnBehalfOf, getParentCorrelationId, getSequenceNumber, isIsCorrection, setCorrelationId, setIsCorrection, setOnBehalfOf, setParentCorrelationId, setSequenceNumber
Methods inherited from class net.finmath.smartcontract.product.xml.RequestMessage
getHeader, getValidation, setHeader
Methods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Field Details
-
statementDate
-
comments
-
-
Constructor Details
-
SyndicatedLoanStatement
public SyndicatedLoanStatement()
-
-
Method Details
-
getStatementDate
Gets the value of the statementDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStatementDate
Sets the value of the statementDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getComments
-
setComments
-