com.ebmwebsourcing.wsstar.notification.definition.topics.api
Interface TopicType

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
TopicTypeImpl

public interface TopicType
extends org.ow2.easywsdl.schema.api.XMLElement


Method Summary
 void addTopicChild(TopicType value)
           
 java.util.List<TopicType> getChildren()
           
 QueryExpressionType getMessagePattern()
           
 java.util.List<javax.xml.namespace.QName> getMessageTypes()
           
 java.lang.String getName()
           
 void setName(java.lang.String value)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String value)

getChildren

java.util.List<TopicType> getChildren()

addTopicChild

void addTopicChild(TopicType value)

getMessageTypes

java.util.List<javax.xml.namespace.QName> getMessageTypes()

getMessagePattern

QueryExpressionType getMessagePattern()


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.