Package org.oasis_open.docs.wsn.t_1
Class TopicNamespaceType.Topic
java.lang.Object
org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
org.oasis_open.docs.wsn.t_1.TopicType
org.oasis_open.docs.wsn.t_1.TopicNamespaceType.Topic
- Enclosing class:
- TopicNamespaceType
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-09-13T13:28:20-04:00")
public static class TopicNamespaceType.Topic
extends TopicType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://docs.oasis-open.org/wsn/t-1}TopicType">
<attribute name="parent" type="{http://docs.oasis-open.org/wsn/t-1}ConcreteTopicExpression" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.oasis_open.docs.wsn.t_1.TopicType
_final, any, messagePattern, messageTypes, name, topicFields inherited from class org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
documentation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oasis_open.docs.wsn.t_1.TopicType
getAny, getMessagePattern, getMessageTypes, getName, getTopic, isFinal, setFinal, setMessagePattern, setNameMethods inherited from class org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
getDocumentation, getOtherAttributes, setDocumentation
-
Field Details
-
parent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected String parent
-
-
Constructor Details
-
Topic
public Topic()
-
-
Method Details
-
getParent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public String getParent()Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setParent(String value) Sets the value of the parent property.- Parameters:
value- allowed object isString
-