Class CorrectableRequestMessage

Direct Known Subclasses:
AbstractServicingNotification, CreditEventNotification, ExecutionAdvice, ExecutionNotification, MaturityNotification, RequestAllocation, RequestClearing, RequestClearingEligibility, RequestCollateralAllocation, RequestConfirmation, RequestConsent, RequestExecution, RequestTradeReferenceInformationUpdate, SyndicatedLoanStatement, TradeChangeAdvice

public class CorrectableRequestMessage extends RequestMessage
A type defining the content model for a request message that can be subsequently corrected or retracted.

Java class for CorrectableRequestMessage complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CorrectableRequestMessage">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RequestMessage">
       <sequence>
         <element name="isCorrection" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CorrelationAndSequence.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OnBehalfOf.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • isCorrection

      protected boolean isCorrection
    • parentCorrelationId

      protected CorrelationId parentCorrelationId
    • correlationId

      protected CorrelationId correlationId
    • sequenceNumber

      protected BigInteger sequenceNumber
    • onBehalfOf

      protected OnBehalfOf onBehalfOf
  • Constructor Details

    • CorrectableRequestMessage

      public CorrectableRequestMessage()
  • Method Details

    • isIsCorrection

      public boolean isIsCorrection()
      Gets the value of the isCorrection property.
    • setIsCorrection

      public void setIsCorrection(boolean value)
      Sets the value of the isCorrection property.
    • getParentCorrelationId

      public CorrelationId getParentCorrelationId()
      Gets the value of the parentCorrelationId property.
      Returns:
      possible object is CorrelationId
    • setParentCorrelationId

      public void setParentCorrelationId(CorrelationId value)
      Sets the value of the parentCorrelationId property.
      Parameters:
      value - allowed object is CorrelationId
    • getCorrelationId

      public CorrelationId getCorrelationId()
      Gets the value of the correlationId property.
      Returns:
      possible object is CorrelationId
    • setCorrelationId

      public void setCorrelationId(CorrelationId value)
      Sets the value of the correlationId property.
      Parameters:
      value - allowed object is CorrelationId
    • getSequenceNumber

      public BigInteger getSequenceNumber()
      Gets the value of the sequenceNumber property.
      Returns:
      possible object is BigInteger
    • setSequenceNumber

      public void setSequenceNumber(BigInteger value)
      Sets the value of the sequenceNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getOnBehalfOf

      public OnBehalfOf getOnBehalfOf()
      Gets the value of the onBehalfOf property.
      Returns:
      possible object is OnBehalfOf
    • setOnBehalfOf

      public void setOnBehalfOf(OnBehalfOf value)
      Sets the value of the onBehalfOf property.
      Parameters:
      value - allowed object is OnBehalfOf