@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") protected W3CEndpointReference subscriptionReference
@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") protected TopicExpressionType topic
@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") protected W3CEndpointReference producerReference
@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") protected NotificationMessageHolderType.Message message
@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public W3CEndpointReference getSubscriptionReference()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public void setSubscriptionReference(W3CEndpointReference value)
value - allowed object is
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public TopicExpressionType getTopic()
TopicExpressionType@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public void setTopic(TopicExpressionType value)
value - allowed object is
TopicExpressionType@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public W3CEndpointReference getProducerReference()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public void setProducerReference(W3CEndpointReference value)
value - allowed object is
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public NotificationMessageHolderType.Message getMessage()
NotificationMessageHolderType.Message@Generated(value="com.sun.tools.xjc.Driver", date="2018-08-10T02:53:22+00:00", comments="JAXB RI v2.2.11.redhat-2") public void setMessage(NotificationMessageHolderType.Message value)
value - allowed object is
NotificationMessageHolderType.MessageApache CXF