Class AbstractFacilityNotification
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.AbstractServicingNotification
net.finmath.smartcontract.product.xml.AbstractFacilityNotification
- Direct Known Subclasses:
AccruingFeeChangeNotification
,AccruingFeePaymentNotification
,AccruingPikPaymentNotification
,FacilityNotification
,FacilityRateChangeNotification
An extension of the AbstractServicingNotification which includes a
reference to the facility to which embedded loan events apply. This abtract type should be used to
'wrap' facility-level business events.
Java class for AbstractFacilityNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractFacilityNotification"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractServicingNotification"> <sequence> <element name="facilityPosition" type="{http://www.fpml.org/FpML-5/confirmation}FacilityPosition" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.AbstractServicingNotification
isGlobalOnly, noticeDate, paymentDetails
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 facilityPosition property.void
Sets the value of the facilityPosition property.Methods inherited from class net.finmath.smartcontract.product.xml.AbstractServicingNotification
getNoticeDate, getPaymentDetails, isIsGlobalOnly, setIsGlobalOnly, setNoticeDate
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
-
facilityPosition
-
-
Constructor Details
-
AbstractFacilityNotification
public AbstractFacilityNotification()
-
-
Method Details
-
getFacilityPosition
Gets the value of the facilityPosition property.- Returns:
- possible object is
FacilityPosition
-
setFacilityPosition
Sets the value of the facilityPosition property.- Parameters:
value
- allowed object isFacilityPosition
-