Class AccrualOptionChangeNotification


public class AccrualOptionChangeNotification extends AbstractContractNotification
A loan servicing notification used to update an accrual option within a single facility. Embedded business events simply re-state the given accrual option.

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 Details

  • Constructor Details

    • AccrualOptionChangeNotification

      public AccrualOptionChangeNotification()
  • Method Details

    • getFixedRateOptionChange

      public FixedRateOptionChange getFixedRateOptionChange()
      Gets the value of the fixedRateOptionChange property.
      Returns:
      possible object is FixedRateOptionChange
    • setFixedRateOptionChange

      public void setFixedRateOptionChange(FixedRateOptionChange value)
      Sets the value of the fixedRateOptionChange property.
      Parameters:
      value - allowed object is FixedRateOptionChange
    • getFloatingRateOptionChange

      public FloatingRateOptionChange getFloatingRateOptionChange()
      Gets the value of the floatingRateOptionChange property.
      Returns:
      possible object is FloatingRateOptionChange
    • setFloatingRateOptionChange

      public void setFloatingRateOptionChange(FloatingRateOptionChange value)
      Sets the value of the floatingRateOptionChange property.
      Parameters:
      value - allowed object is FloatingRateOptionChange
    • getContract

      public List<LoanContract> 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

      public AccruingPikOptionChange getAccruingPikOptionChange()
      Gets the value of the accruingPikOptionChange property.
      Returns:
      possible object is AccruingPikOptionChange
    • setAccruingPikOptionChange

      public void setAccruingPikOptionChange(AccruingPikOptionChange value)
      Sets the value of the accruingPikOptionChange property.
      Parameters:
      value - allowed object is AccruingPikOptionChange
    • getLcOptionChange

      public LcOptionChange getLcOptionChange()
      Gets the value of the lcOptionChange property.
      Returns:
      possible object is LcOptionChange
    • setLcOptionChange

      public void setLcOptionChange(LcOptionChange value)
      Sets the value of the lcOptionChange property.
      Parameters:
      value - allowed object is LcOptionChange
    • getLetterOfCredit

      public List<LetterOfCredit> 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

      public FacilityIdentifier getFacilityIdentifier()
      Gets the value of the facilityIdentifier property.
      Returns:
      possible object is FacilityIdentifier
    • setFacilityIdentifier

      public void setFacilityIdentifier(FacilityIdentifier value)
      Sets the value of the facilityIdentifier property.
      Parameters:
      value - allowed object is FacilityIdentifier
    • getFacilitySummary

      public FacilitySummary getFacilitySummary()
      Gets the value of the facilitySummary property.
      Returns:
      possible object is FacilitySummary
    • setFacilitySummary

      public void setFacilitySummary(FacilitySummary value)
      Sets the value of the facilitySummary property.
      Parameters:
      value - allowed object is FacilitySummary
    • getLoanContractDetailsModel

      public List<Object> 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

      public List<Object> 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

      public List<Party> 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