Class 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 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 is String