@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public class TopicType extends ExtensibleDocumented
Java class for TopicType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TopicType">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsn/t-1}ExtensibleDocumented">
<sequence>
<element name="MessagePattern" type="{http://docs.oasis-open.org/wsn/t-1}QueryExpressionType" minOccurs="0"/>
<element name="Topic" type="{http://docs.oasis-open.org/wsn/t-1}TopicType" maxOccurs="unbounded" minOccurs="0"/>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="messageTypes">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}QName" />
</simpleType>
</attribute>
<attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_final |
protected List<Object> |
any |
protected QueryExpressionType |
messagePattern |
protected List<QName> |
messageTypes |
protected String |
name |
protected List<TopicType> |
topic |
documentation| Constructor and Description |
|---|
TopicType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
QueryExpressionType |
getMessagePattern()
Gets the value of the messagePattern property.
|
List<QName> |
getMessageTypes()
Gets the value of the messageTypes property.
|
String |
getName()
Gets the value of the name property.
|
List<TopicType> |
getTopic()
Gets the value of the topic property.
|
boolean |
isFinal()
Gets the value of the final property.
|
void |
setFinal(Boolean value)
Sets the value of the final property.
|
void |
setMessagePattern(QueryExpressionType value)
Sets the value of the messagePattern property.
|
void |
setName(String value)
Sets the value of the name property.
|
getDocumentation, getOtherAttributes, setDocumentation@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") protected QueryExpressionType messagePattern
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") protected List<TopicType> topic
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") protected List<Object> any
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") protected List<QName> messageTypes
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") protected Boolean _final
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public QueryExpressionType getMessagePattern()
QueryExpressionType@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setMessagePattern(QueryExpressionType value)
value - allowed object is
QueryExpressionType@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public List<TopicType> getTopic()
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 topic property.
For example, to add a new item, do as follows:
getTopic().add(newItem);
Objects of the following type(s) are allowed in the list
TopicType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public String getName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public void setName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public List<QName> getMessageTypes()
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 messageTypes property.
For example, to add a new item, do as follows:
getMessageTypes().add(newItem);
Objects of the following type(s) are allowed in the list
QName
@Generated(value="com.sun.tools.xjc.Driver", date="2017-10-20T08:59:56-04:00", comments="JAXB RI v2.2.11.redhat-2") public boolean isFinal()
BooleanApache CXF