Class RequestMessageHeader

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

public class RequestMessageHeader extends MessageHeader
A type refining the generic message header content to make it specific to request messages.

Java class for RequestMessageHeader complex type.

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

 <complexType name="RequestMessageHeader">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}MessageHeader">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}MessageHeader.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RequestMessageHeader

      public RequestMessageHeader()
  • Method Details

    • 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