Class AccrualOptionChangeNotification
Java class for AccrualOptionChangeNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccrualOptionChangeNotification"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractContractNotification"> <sequence> <choice> <sequence> <choice> <element name="fixedRateOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}FixedRateOptionChange"/> <element name="floatingRateOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateOptionChange"/> </choice> <element name="contract" type="{http://www.fpml.org/FpML-5/confirmation}LoanContract" maxOccurs="unbounded" minOccurs="0"/> </sequence> <element name="accruingPikOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}AccruingPikOptionChange"/> <sequence> <element name="lcOptionChange" type="{http://www.fpml.org/FpML-5/confirmation}LcOptionChange"/> <element name="letterOfCredit" type="{http://www.fpml.org/FpML-5/confirmation}LetterOfCredit" maxOccurs="unbounded" minOccurs="0"/> </sequence> </choice> <group ref="{http://www.fpml.org/FpML-5/confirmation}FacilityDetails.model"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}LoanContractDetails.model" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}LetterOfCreditDetails.model" maxOccurs="unbounded" minOccurs="0"/> <element name="party" type="{http://www.fpml.org/FpML-5/confirmation}Party" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AccruingPikOptionChange
protected List
<LoanContract> protected FacilityIdentifier
protected FacilitySummary
protected FixedRateOptionChange
protected FloatingRateOptionChange
protected LcOptionChange
protected List
<LetterOfCredit> Fields inherited from class net.finmath.smartcontract.product.xml.AbstractContractNotification
facilityOutstandingsPosition
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 accruingPikOptionChange property.Gets the value of the contract property.Gets the value of the facilityIdentifier property.Gets the value of the facilitySummary property.Gets the value of the fixedRateOptionChange property.Gets the value of the floatingRateOptionChange property.Gets the value of the lcOptionChange property.Gets the value of the letterOfCredit property.Gets the value of the letterOfCreditDetailsModel property.Gets the value of the loanContractDetailsModel property.getParty()
Gets the value of the party property.void
Sets the value of the accruingPikOptionChange property.void
Sets the value of the facilityIdentifier property.void
Sets the value of the facilitySummary property.void
Sets the value of the fixedRateOptionChange property.void
Sets the value of the floatingRateOptionChange property.void
setLcOptionChange
(LcOptionChange value) Sets the value of the lcOptionChange property.Methods inherited from class net.finmath.smartcontract.product.xml.AbstractContractNotification
getFacilityOutstandingsPosition, setFacilityOutstandingsPosition
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
-
fixedRateOptionChange
-
floatingRateOptionChange
-
contract
-
accruingPikOptionChange
-
lcOptionChange
-
letterOfCredit
-
facilityIdentifier
-
facilitySummary
-
loanContractDetailsModel
-
letterOfCreditDetailsModel
-
party
-
-
Constructor Details
-
AccrualOptionChangeNotification
public AccrualOptionChangeNotification()
-
-
Method Details
-
getFixedRateOptionChange
Gets the value of the fixedRateOptionChange property.- Returns:
- possible object is
FixedRateOptionChange
-
setFixedRateOptionChange
Sets the value of the fixedRateOptionChange property.- Parameters:
value
- allowed object isFixedRateOptionChange
-
getFloatingRateOptionChange
Gets the value of the floatingRateOptionChange property.- Returns:
- possible object is
FloatingRateOptionChange
-
setFloatingRateOptionChange
Sets the value of the floatingRateOptionChange property.- Parameters:
value
- allowed object isFloatingRateOptionChange
-
getContract
Gets the value of the contract property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the contract property.For example, to add a new item, do as follows:
getContract().add(newItem);
Objects of the following type(s) are allowed in the list
LoanContract
-
getAccruingPikOptionChange
Gets the value of the accruingPikOptionChange property.- Returns:
- possible object is
AccruingPikOptionChange
-
setAccruingPikOptionChange
Sets the value of the accruingPikOptionChange property.- Parameters:
value
- allowed object isAccruingPikOptionChange
-
getLcOptionChange
Gets the value of the lcOptionChange property.- Returns:
- possible object is
LcOptionChange
-
setLcOptionChange
Sets the value of the lcOptionChange property.- Parameters:
value
- allowed object isLcOptionChange
-
getLetterOfCredit
Gets the value of the letterOfCredit property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the letterOfCredit property.For example, to add a new item, do as follows:
getLetterOfCredit().add(newItem);
Objects of the following type(s) are allowed in the list
LetterOfCredit
-
getFacilityIdentifier
Gets the value of the facilityIdentifier property.- Returns:
- possible object is
FacilityIdentifier
-
setFacilityIdentifier
Sets the value of the facilityIdentifier property.- Parameters:
value
- allowed object isFacilityIdentifier
-
getFacilitySummary
Gets the value of the facilitySummary property.- Returns:
- possible object is
FacilitySummary
-
setFacilitySummary
Sets the value of the facilitySummary property.- Parameters:
value
- allowed object isFacilitySummary
-
getLoanContractDetailsModel
Gets the value of the loanContractDetailsModel property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the loanContractDetailsModel property.For example, to add a new item, do as follows:
getLoanContractDetailsModel().add(newItem);
Objects of the following type(s) are allowed in the list
FacilityContractIdentifier
LoanContractSummary
LoanContract
-
getLetterOfCreditDetailsModel
Gets the value of the letterOfCreditDetailsModel property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the letterOfCreditDetailsModel property.For example, to add a new item, do as follows:
getLetterOfCreditDetailsModel().add(newItem);
Objects of the following type(s) are allowed in the list
FacilityContractIdentifier
LetterOfCreditSummary
LetterOfCredit
-
getParty
Gets the value of the party property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the party property.For example, to add a new item, do as follows:
getParty().add(newItem);
Objects of the following type(s) are allowed in the list
Party
-