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 v2.3.5", date="2023-06-06T11:41:14-04:00") public static class TopicNamespaceType.Topic extends TopicTypeJava 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
Fields Modifier and Type Field Description protected Stringparent-
Fields inherited from class org.oasis_open.docs.wsn.t_1.TopicType
_final, any, messagePattern, messageTypes, name, topic
-
Fields inherited from class org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
documentation
-
-
Constructor Summary
Constructors Constructor Description Topic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParent()Gets the value of the parent property.voidsetParent(String value)Sets the value of the parent property.-
Methods inherited from class org.oasis_open.docs.wsn.t_1.TopicType
getAny, getMessagePattern, getMessageTypes, getName, getTopic, isFinal, setFinal, setMessagePattern, setName
-
Methods inherited from class org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
getDocumentation, getOtherAttributes, setDocumentation
-
-
-
-
Field Detail
-
parent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected String parent
-
-