Class NonCorrectableRequestMessage

Direct Known Subclasses:
AccrualOptionChangeNotificationRetracted, AccruingFeeChangeNotificationRetracted, AccruingFeePaymentNotificationRetracted, AccruingPikPaymentNotificationRetracted, ConfirmationRetracted, CreditEventNotificationRetracted, ExecutionAdviceRetracted, ExecutionRetracted, FacilityNotificationRetracted, FacilityRateChangeNotificationRetracted, LcNotificationRetracted, LoanContractNotificationRetracted, NonRecurringFeePaymentNotificationRetracted, PrepaymentNotificationRetracted, RequestAllocationRetracted, RequestClearingRetracted, RequestConsentRetracted, RequestEventStatus, RequestExecutionRetracted, RequestRetransmission, RequestTradeReferenceInformationUpdateRetracted, RolloverNotificationRetracted, TradeChangeAdviceRetracted, VerificationStatusNotification

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

Java class for NonCorrectableRequestMessage complex type.

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

 <complexType name="NonCorrectableRequestMessage">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RequestMessage">
       <sequence>
         <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

  • Constructor Details

    • NonCorrectableRequestMessage

      public NonCorrectableRequestMessage()
  • Method Details

    • 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