Class 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 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 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
    • Constructor Detail

      • Topic

        public Topic()
    • Method Detail

      • getParent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:41:14-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 v2.3.5",
                   date="2023-06-06T11:41:14-04:00")
        public void setParent​(String value)
        Sets the value of the parent property.
        Parameters:
        value - allowed object is String