Class ExceptionMessageHeader

java.lang.Object
net.finmath.smartcontract.product.xml.MessageHeader
net.finmath.smartcontract.product.xml.ExceptionMessageHeader

public class ExceptionMessageHeader extends MessageHeader
A type defining the content model for an exception message header.

Java class for ExceptionMessageHeader complex type.

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

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

  • Constructor Details

    • ExceptionMessageHeader

      public ExceptionMessageHeader()
  • Method Details

    • getInReplyTo

      public MessageId getInReplyTo()
      Gets the value of the inReplyTo property.
      Returns:
      possible object is MessageId
    • setInReplyTo

      public void setInReplyTo(MessageId value)
      Sets the value of the inReplyTo property.
      Parameters:
      value - allowed object is MessageId
    • getSentBy

      public MessageAddress getSentBy()
      Gets the value of the sentBy property.
      Returns:
      possible object is MessageAddress
    • setSentBy

      public void setSentBy(MessageAddress value)
      Sets the value of the sentBy property.
      Parameters:
      value - allowed object is MessageAddress
    • getSendTo

      public List<MessageAddress> getSendTo()
      Gets the value of the sendTo 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 sendTo property.

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

          getSendTo().add(newItem);
       

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

    • getCopyTo

      public List<MessageAddress> getCopyTo()
      Gets the value of the copyTo 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 copyTo property.

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

          getCopyTo().add(newItem);
       

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

    • getCreationTimestamp

      public XMLGregorianCalendar getCreationTimestamp()
      Gets the value of the creationTimestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreationTimestamp

      public void setCreationTimestamp(XMLGregorianCalendar value)
      Sets the value of the creationTimestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExpiryTimestamp

      public XMLGregorianCalendar getExpiryTimestamp()
      Gets the value of the expiryTimestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setExpiryTimestamp

      public void setExpiryTimestamp(XMLGregorianCalendar value)
      Sets the value of the expiryTimestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getImplementationSpecification

      public ImplementationSpecification getImplementationSpecification()
      Gets the value of the implementationSpecification property.
      Returns:
      possible object is ImplementationSpecification
    • setImplementationSpecification

      public void setImplementationSpecification(ImplementationSpecification value)
      Sets the value of the implementationSpecification property.
      Parameters:
      value - allowed object is ImplementationSpecification
    • getPartyMessageInformation

      public List<PartyMessageInformation> getPartyMessageInformation()
      Gets the value of the partyMessageInformation 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 partyMessageInformation property.

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

          getPartyMessageInformation().add(newItem);
       

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

    • getSignature

      public List<SignatureType> getSignature()
      Gets the value of the signature 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 signature property.

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

          getSignature().add(newItem);
       

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