Class ConfirmationStatus
Java class for ConfirmationStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfirmationStatus"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}ResponseMessage"> <sequence> <element name="status" type="{http://www.fpml.org/FpML-5/confirmation}EventStatus"/> <choice> <sequence> <element name="assertedEvent" type="{http://www.fpml.org/FpML-5/confirmation}EventsChoice"/> <element name="proposedMatch" type="{http://www.fpml.org/FpML-5/confirmation}EventProposedMatch" maxOccurs="unbounded" minOccurs="0"/> </sequence> <element name="allegedEvent" type="{http://www.fpml.org/FpML-5/confirmation}EventsChoice"/> </choice> <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected EventsChoice
protected EventsChoice
protected List
<EventProposedMatch> protected EventStatus
Fields inherited from class net.finmath.smartcontract.product.xml.ResponseMessage
correlationId, header, onBehalfOf, parentCorrelationId, sequenceNumber, 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 account property.Gets the value of the allegedEvent property.Gets the value of the assertedEvent property.getParty()
Gets the value of the party property.Gets the value of the proposedMatch property.Gets the value of the status property.void
setAllegedEvent
(EventsChoice value) Sets the value of the allegedEvent property.void
setAssertedEvent
(EventsChoice value) Sets the value of the assertedEvent property.void
setStatus
(EventStatus value) Sets the value of the status property.Methods inherited from class net.finmath.smartcontract.product.xml.ResponseMessage
getCorrelationId, getHeader, getOnBehalfOf, getParentCorrelationId, getSequenceNumber, getValidation, setCorrelationId, setHeader, setOnBehalfOf, setParentCorrelationId, setSequenceNumber
Methods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Field Details
-
status
-
assertedEvent
-
proposedMatch
-
allegedEvent
-
party
-
account
-
-
Constructor Details
-
ConfirmationStatus
public ConfirmationStatus()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
EventStatus
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isEventStatus
-
getAssertedEvent
Gets the value of the assertedEvent property.- Returns:
- possible object is
EventsChoice
-
setAssertedEvent
Sets the value of the assertedEvent property.- Parameters:
value
- allowed object isEventsChoice
-
getProposedMatch
Gets the value of the proposedMatch 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 proposedMatch property.For example, to add a new item, do as follows:
getProposedMatch().add(newItem);
Objects of the following type(s) are allowed in the list
EventProposedMatch
-
getAllegedEvent
Gets the value of the allegedEvent property.- Returns:
- possible object is
EventsChoice
-
setAllegedEvent
Sets the value of the allegedEvent property.- Parameters:
value
- allowed object isEventsChoice
-
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
-
getAccount
Gets the value of the account 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 account property.For example, to add a new item, do as follows:
getAccount().add(newItem);
Objects of the following type(s) are allowed in the list
Account
-