Class NotificationMessageHeader
Java class for NotificationMessageHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationMessageHeader"> <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 Summary
Modifier and TypeFieldDescriptionprotected List
<MessageAddress> protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected ImplementationSpecification
protected MessageId
protected List
<PartyMessageInformation> protected List
<MessageAddress> protected MessageAddress
protected List
<SignatureType> Fields inherited from class net.finmath.smartcontract.product.xml.MessageHeader
messageId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the copyTo property.Gets the value of the creationTimestamp property.Gets the value of the expiryTimestamp property.Gets the value of the implementationSpecification property.Gets the value of the inReplyTo property.Gets the value of the partyMessageInformation property.Gets the value of the sendTo property.Gets the value of the sentBy property.Gets the value of the signature property.void
Sets the value of the creationTimestamp property.void
Sets the value of the expiryTimestamp property.void
Sets the value of the implementationSpecification property.void
setInReplyTo
(MessageId value) Sets the value of the inReplyTo property.void
setSentBy
(MessageAddress value) Sets the value of the sentBy property.Methods inherited from class net.finmath.smartcontract.product.xml.MessageHeader
getMessageId, setMessageId
-
Field Details
-
inReplyTo
-
sentBy
-
sendTo
-
copyTo
-
creationTimestamp
-
expiryTimestamp
-
implementationSpecification
-
partyMessageInformation
-
signature
-
-
Constructor Details
-
NotificationMessageHeader
public NotificationMessageHeader()
-
-
Method Details
-
getInReplyTo
-
setInReplyTo
-
getSentBy
Gets the value of the sentBy property.- Returns:
- possible object is
MessageAddress
-
setSentBy
Sets the value of the sentBy property.- Parameters:
value
- allowed object isMessageAddress
-
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
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
Gets the value of the creationTimestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationTimestamp
Sets the value of the creationTimestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getExpiryTimestamp
Gets the value of the expiryTimestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpiryTimestamp
Sets the value of the expiryTimestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getImplementationSpecification
Gets the value of the implementationSpecification property.- Returns:
- possible object is
ImplementationSpecification
-
setImplementationSpecification
Sets the value of the implementationSpecification property.- Parameters:
value
- allowed object isImplementationSpecification
-
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
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
-