@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public class NotificationBrokerRP extends Object
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"/> <element ref="{http://docs.oasis-open.org/wsn/br-2}RequiresRegistration"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
fixedTopicSet |
protected boolean |
requiresRegistration |
protected List<TopicExpressionType> |
topicExpression |
protected List<String> |
topicExpressionDialect |
protected TopicSetType |
topicSet |
Constructor and Description |
---|
NotificationBrokerRP() |
Modifier and Type | Method and Description |
---|---|
List<TopicExpressionType> |
getTopicExpression()
Gets the value of the topicExpression property.
|
List<String> |
getTopicExpressionDialect()
Gets the value of the topicExpressionDialect property.
|
TopicSetType |
getTopicSet()
Gets the value of the topicSet property.
|
Boolean |
isFixedTopicSet()
Gets the value of the fixedTopicSet property.
|
boolean |
isRequiresRegistration()
Gets the value of the requiresRegistration property.
|
void |
setFixedTopicSet(Boolean value)
Sets the value of the fixedTopicSet property.
|
void |
setRequiresRegistration(boolean value)
Sets the value of the requiresRegistration property.
|
void |
setTopicSet(TopicSetType value)
Sets the value of the topicSet property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") protected List<TopicExpressionType> topicExpression
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") protected Boolean fixedTopicSet
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") protected List<String> topicExpressionDialect
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") protected TopicSetType topicSet
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") protected boolean requiresRegistration
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public List<TopicExpressionType> getTopicExpression()
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 JAXB object.
This is why there is not a set
method 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
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public Boolean isFixedTopicSet()
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public void setFixedTopicSet(Boolean value)
value
- allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public List<String> getTopicExpressionDialect()
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 JAXB object.
This is why there is not a set
method 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
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public TopicSetType getTopicSet()
TopicSetType
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public void setTopicSet(TopicSetType value)
value
- allowed object is
TopicSetType
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public boolean isRequiresRegistration()
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public void setRequiresRegistration(boolean value)
Apache CXF