Class Exception


public class Exception extends Message
A type defining the basic content for a message sent to inform another system that some exception has been detected.

Java class for Exception complex type.

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

 <complexType name="Exception">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Message">
       <sequence>
         <element name="header" type="{http://www.fpml.org/FpML-5/confirmation}ExceptionMessageHeader"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Validation.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CorrelationAndOptionalSequence.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Exception.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Exception

      public Exception()
  • Method Details

    • getHeader

      public ExceptionMessageHeader getHeader()
      Gets the value of the header property.
      Returns:
      possible object is ExceptionMessageHeader
    • setHeader

      public void setHeader(ExceptionMessageHeader value)
      Sets the value of the header property.
      Parameters:
      value - allowed object is ExceptionMessageHeader
    • getValidation

      public List<Validation> getValidation()
      Gets the value of the validation 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 validation property.

      For example, to add a new item, do as follows:

          getValidation().add(newItem);
       

      Objects of the following type(s) are allowed in the list Validation

    • 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
    • getReason

      public List<Reason> getReason()
      Gets the value of the reason 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 reason property.

      For example, to add a new item, do as follows:

          getReason().add(newItem);
       

      Objects of the following type(s) are allowed in the list Reason

    • getAdditionalData

      public AdditionalData getAdditionalData()
      Gets the value of the additionalData property.
      Returns:
      possible object is AdditionalData
    • setAdditionalData

      public void setAdditionalData(AdditionalData value)
      Sets the value of the additionalData property.
      Parameters:
      value - allowed object is AdditionalData