@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public class TopicType extends ExtensibleDocumented
| 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="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected QueryExpressionType messagePattern
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected List<TopicType> topic
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected List<Object> any
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected List<QName> messageTypes
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected Boolean _final
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public QueryExpressionType getMessagePattern()
QueryExpressionType@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setMessagePattern(QueryExpressionType value)
value - allowed object is
QueryExpressionType@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public List<TopicType> getTopic()
TopicType@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public List<Object> getAny()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public String getName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public List<QName> getMessageTypes()
QName@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setFinal(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public boolean isFinal()
Apache CXF