com.ebmwebsourcing.wsstar.notification.definition.topics
Class TopicNamespaceType.Topic

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.notification.definition.topics.ExtensibleDocumented
      extended by com.ebmwebsourcing.wsstar.notification.definition.topics.TopicType
          extended by com.ebmwebsourcing.wsstar.notification.definition.topics.TopicNamespaceType.Topic
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Enclosing class:
TopicNamespaceType

public static class TopicNamespaceType.Topic
extends TopicType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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 com.ebmwebsourcing.wsstar.notification.definition.topics.TopicType
_final, any, messagePattern, messageTypes, name, topic
 
Fields inherited from class com.ebmwebsourcing.wsstar.notification.definition.topics.ExtensibleDocumented
documentation
 
Constructor Summary
TopicNamespaceType.Topic()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getParent()
          Gets the value of the parent property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setParent(java.lang.String value)
          Sets the value of the parent property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class com.ebmwebsourcing.wsstar.notification.definition.topics.TopicType
getAny, getMessagePattern, getMessageTypes, getName, getTopic, isFinal, setFinal, setMessagePattern, setName
 
Methods inherited from class com.ebmwebsourcing.wsstar.notification.definition.topics.ExtensibleDocumented
getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class TopicType

toString

public java.lang.String toString()
Overrides:
toString in class TopicType

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class TopicType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class TopicType

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class TopicType

hashCode

public int hashCode()
Overrides:
hashCode in class TopicType


Copyright © 2009 eBM Websourcing. All Rights Reserved.