Class NonCorrectableRequestMessage
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.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
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CorrelationIdprotected OnBehalfOfprotected CorrelationIdprotected BigIntegerFields inherited from class net.finmath.smartcontract.product.xml.RequestMessage
header, validationFields inherited from class net.finmath.smartcontract.product.xml.Document
actualBuild, expectedBuild, fpmlVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the correlationId property.Gets the value of the onBehalfOf property.Gets the value of the parentCorrelationId property.Gets the value of the sequenceNumber property.voidsetCorrelationId(CorrelationId value)Sets the value of the correlationId property.voidsetOnBehalfOf(OnBehalfOf value)Sets the value of the onBehalfOf property.voidsetParentCorrelationId(CorrelationId value)Sets the value of the parentCorrelationId property.voidsetSequenceNumber(BigInteger value)Sets the value of the sequenceNumber property.Methods inherited from class net.finmath.smartcontract.product.xml.RequestMessage
getHeader, getValidation, setHeaderMethods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Field Details
-
parentCorrelationId
-
correlationId
-
sequenceNumber
-
onBehalfOf
-
-
Constructor Details
-
NonCorrectableRequestMessage
public NonCorrectableRequestMessage()
-
-
Method Details
-
getParentCorrelationId
Gets the value of the parentCorrelationId property.- Returns:
- possible object is
CorrelationId
-
setParentCorrelationId
Sets the value of the parentCorrelationId property.- Parameters:
value- allowed object isCorrelationId
-
getCorrelationId
Gets the value of the correlationId property.- Returns:
- possible object is
CorrelationId
-
setCorrelationId
Sets the value of the correlationId property.- Parameters:
value- allowed object isCorrelationId
-
getSequenceNumber
Gets the value of the sequenceNumber property.- Returns:
- possible object is
BigInteger
-
setSequenceNumber
Sets the value of the sequenceNumber property.- Parameters:
value- allowed object isBigInteger
-
getOnBehalfOf
Gets the value of the onBehalfOf property.- Returns:
- possible object is
OnBehalfOf
-
setOnBehalfOf
Sets the value of the onBehalfOf property.- Parameters:
value- allowed object isOnBehalfOf
-