Uses of Interface
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.QueryExpressionType

Packages that use QueryExpressionType
com.ebmwebsourcing.wsstar.notification.definition   
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api   
com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl   
com.ebmwebsourcing.wsstar.notification.definition.inout   
 

Uses of QueryExpressionType in com.ebmwebsourcing.wsstar.notification.definition
 

Methods in com.ebmwebsourcing.wsstar.notification.definition that return QueryExpressionType
abstract  QueryExpressionType WSNotificationFactory.createQueryExpressionType()
          create an instance of the QueryExpressionType class
 QueryExpressionType WSNotificationFactoryImpl.createQueryExpressionType()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition with parameters of type QueryExpressionType
abstract  javax.xml.bind.JAXBElement<?> WSNotificationFactory.createMessageContent(QueryExpressionType value)
          Create an instance of JAXBElement<com.ebmwebsourcing.wsstar.notification.definition.base.QueryExpressionType >}
 javax.xml.bind.JAXBElement<?> WSNotificationFactoryImpl.createMessageContent(QueryExpressionType value)
           
 

Uses of QueryExpressionType in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api that return types with arguments of type QueryExpressionType
 java.util.List<QueryExpressionType> FilterType.getMessageContentList()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api with parameters of type QueryExpressionType
 void FilterType.addMessageContent(QueryExpressionType messageContent)
           
 

Uses of QueryExpressionType in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl
 

Classes in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that implement QueryExpressionType
 class QueryExpressionTypeImpl
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that return types with arguments of type QueryExpressionType
 java.util.List<QueryExpressionType> FilterTypeImpl.getMessageContentList()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl with parameters of type QueryExpressionType
 void FilterTypeImpl.addMessageContent(QueryExpressionType messageContent)
           
 

Uses of QueryExpressionType in com.ebmwebsourcing.wsstar.notification.definition.inout
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout that return QueryExpressionType
 QueryExpressionType WSNotificationReader.readQueryExpressionType(org.w3c.dom.Document doc)
          Unmarshall QueryExpressionType object from a Document representation fragment object
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout with parameters of type QueryExpressionType
 org.w3c.dom.Document WSNotificationWriter.writeQueryExpressionType(QueryExpressionType queryExpression)
          marshall a QueryExpressionType object
 



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