public class NotificationMessageHolderType extends Object
Java class for NotificationMessageHolderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationMessageHolderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/wsn/b-2}SubscriptionReference" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/b-2}Topic" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/b-2}ProducerReference" minOccurs="0"/>
<element name="Message">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax'/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationMessageHolderType.Message
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationMessageHolderType.Message |
message |
protected W3CEndpointReference |
producerReference |
protected W3CEndpointReference |
subscriptionReference |
protected TopicExpressionType |
topic |
| Constructor and Description |
|---|
NotificationMessageHolderType() |
| Modifier and Type | Method and Description |
|---|---|
NotificationMessageHolderType.Message |
getMessage()
Gets the value of the message property.
|
W3CEndpointReference |
getProducerReference()
Gets the value of the producerReference property.
|
W3CEndpointReference |
getSubscriptionReference()
Gets the value of the subscriptionReference property.
|
TopicExpressionType |
getTopic()
Gets the value of the topic property.
|
void |
setMessage(NotificationMessageHolderType.Message value)
Sets the value of the message property.
|
void |
setProducerReference(W3CEndpointReference value)
Sets the value of the producerReference property.
|
void |
setSubscriptionReference(W3CEndpointReference value)
Sets the value of the subscriptionReference property.
|
void |
setTopic(TopicExpressionType value)
Sets the value of the topic property.
|
protected W3CEndpointReference subscriptionReference
protected TopicExpressionType topic
protected W3CEndpointReference producerReference
protected NotificationMessageHolderType.Message message
public W3CEndpointReference getSubscriptionReference()
W3CEndpointReferencepublic void setSubscriptionReference(W3CEndpointReference value)
value - allowed object is
W3CEndpointReferencepublic TopicExpressionType getTopic()
TopicExpressionTypepublic void setTopic(TopicExpressionType value)
value - allowed object is
TopicExpressionTypepublic W3CEndpointReference getProducerReference()
W3CEndpointReferencepublic void setProducerReference(W3CEndpointReference value)
value - allowed object is
W3CEndpointReferencepublic NotificationMessageHolderType.Message getMessage()
NotificationMessageHolderType.Messagepublic void setMessage(NotificationMessageHolderType.Message value)
value - allowed object is
NotificationMessageHolderType.MessageApache CXF