com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl
Class FilterTypeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<FilterType>
      extended by com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl.FilterTypeImpl
All Implemented Interfaces:
FilterType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class FilterTypeImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<FilterType>
implements FilterType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
FilterTypeImpl(FilterType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
           
 
Method Summary
 void addMessageContent(QueryExpressionType messageContent)
           
 void addOtherElements(org.w3c.dom.Element arg0)
           
 java.util.List<QueryExpressionType> getMessageContentList()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 TopicExpressionType getTopicExpression()
           
 void setTopicExpression(TopicExpressionType topicExpr)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

FilterTypeImpl

public FilterTypeImpl(FilterType model,
                      org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
Method Detail

getTopicExpression

public TopicExpressionType getTopicExpression()
                                       throws WSNotificationException
Specified by:
getTopicExpression in interface FilterType
Throws:
WSNotificationException

setTopicExpression

public void setTopicExpression(TopicExpressionType topicExpr)
                        throws WSNotificationException
Specified by:
setTopicExpression in interface FilterType
Throws:
WSNotificationException

getMessageContentList

public java.util.List<QueryExpressionType> getMessageContentList()
                                                          throws WSNotificationException
Specified by:
getMessageContentList in interface FilterType
Throws:
WSNotificationException

addMessageContent

public void addMessageContent(QueryExpressionType messageContent)
                       throws WSNotificationException
Specified by:
addMessageContent in interface FilterType
Throws:
WSNotificationException

addOtherElements

public void addOtherElements(org.w3c.dom.Element arg0)
Specified by:
addOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws org.ow2.easywsdl.schema.api.XmlException
Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement
Throws:
org.ow2.easywsdl.schema.api.XmlException


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