Class NotificationProducerRP
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/wsn/b-2}TopicExpression" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/b-2}FixedTopicSet" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/b-2}TopicExpressionDialect" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/t-1}TopicSet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<TopicExpressionType>protected TopicSetType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the topicExpression property.Gets the value of the topicExpressionDialect property.Gets the value of the topicSet property.Gets the value of the fixedTopicSet property.voidsetFixedTopicSet(Boolean value) Sets the value of the fixedTopicSet property.voidsetTopicSet(TopicSetType value) Sets the value of the topicSet property.
-
Field Details
-
topicExpression
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected List<TopicExpressionType> topicExpression -
fixedTopicSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected Boolean fixedTopicSet -
topicExpressionDialect
-
topicSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected TopicSetType topicSet
-
-
Constructor Details
-
NotificationProducerRP
public NotificationProducerRP()
-
-
Method Details
-
getTopicExpression
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public List<TopicExpressionType> getTopicExpression()Gets the value of the topicExpression 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
setmethod for the topicExpression property.For example, to add a new item, do as follows:
getTopicExpression().add(newItem);Objects of the following type(s) are allowed in the list
TopicExpressionType -
setFixedTopicSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setFixedTopicSet(Boolean value) Sets the value of the fixedTopicSet property.- Parameters:
value- allowed object isBoolean
-
getTopicExpressionDialect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public List<String> getTopicExpressionDialect()Gets the value of the topicExpressionDialect 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
setmethod for the topicExpressionDialect property.For example, to add a new item, do as follows:
getTopicExpressionDialect().add(newItem);Objects of the following type(s) are allowed in the list
String -
getTopicSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public TopicSetType getTopicSet()Gets the value of the topicSet property.- Returns:
- possible object is
TopicSetType
-
setTopicSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setTopicSet(TopicSetType value) Sets the value of the topicSet property.- Parameters:
value- allowed object isTopicSetType
-
isFixedTopicSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public Boolean isFixedTopicSet()Gets the value of the fixedTopicSet property.
-