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

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  java.lang.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
 java.lang.String getParent()
          Gets the value of the parent property.
 void setParent(java.lang.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

protected java.lang.String parent
Constructor Detail

TopicNamespaceType.Topic

public TopicNamespaceType.Topic()
Method Detail

getParent

public java.lang.String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

public void setParent(java.lang.String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String


Copyright © 2005-2011 FuseSource. All Rights Reserved.