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

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

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


Method Summary
 void addTopic(TopicType value)
           
 java.lang.String getName()
           
 java.lang.String getTargetNamespace()
           
 java.util.List<TopicType> getTopics()
           
 void setName(java.lang.String value)
           
 void setTargetNamespace(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)

getTargetNamespace

java.lang.String getTargetNamespace()

setTargetNamespace

void setTargetNamespace(java.lang.String value)

getTopics

java.util.List<TopicType> getTopics()

addTopic

void addTopic(TopicType value)


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