Class ConfirmationStatus


public class ConfirmationStatus extends ResponseMessage
Message for sending matching results. Response message that returns the status of an event that have been submitted for matching.

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 Details

  • Constructor Details

    • ConfirmationStatus

      public ConfirmationStatus()
  • Method Details

    • getStatus

      public EventStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is EventStatus
    • setStatus

      public void setStatus(EventStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is EventStatus
    • getAssertedEvent

      public EventsChoice getAssertedEvent()
      Gets the value of the assertedEvent property.
      Returns:
      possible object is EventsChoice
    • setAssertedEvent

      public void setAssertedEvent(EventsChoice value)
      Sets the value of the assertedEvent property.
      Parameters:
      value - allowed object is EventsChoice
    • getProposedMatch

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

      public EventsChoice getAllegedEvent()
      Gets the value of the allegedEvent property.
      Returns:
      possible object is EventsChoice
    • setAllegedEvent

      public void setAllegedEvent(EventsChoice value)
      Sets the value of the allegedEvent property.
      Parameters:
      value - allowed object is EventsChoice
    • 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

    • getAccount

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