Apache CXF API

org.oasis_open.docs.wsn.t_1
Class TopicNamespaceType.Topic

java.lang.Object
  extended by org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
      extended by org.oasis_open.docs.wsn.t_1.TopicType
          extended by org.oasis_open.docs.wsn.t_1.TopicNamespaceType.Topic
Enclosing class:
TopicNamespaceType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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
protected  String parent
           
 
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
TopicNamespaceType.Topic()
           
 
Method Summary
 String getParent()
          Gets the value of the parent property.
 void setParent(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String parent
Constructor Detail

TopicNamespaceType.Topic

public TopicNamespaceType.Topic()
Method Detail

getParent

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setParent(String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF